Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573075 Details for
Bug 799667
[abrt] gnome-settings-daemon-3.3.90.1-1.fc17: g_logv: Process /usr/libexec/gnome-settings-daemon was killed by signal 5 (SIGTRAP)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Another fix for g-s-d if the stylus is not found in the libwacom database
gnome-settings-daemon-3.3.92-avoid-assert-if-stylus-not-found.patch (text/plain), 910 bytes, created by
Olivier Fourdan
on 2012-03-27 14:08:22 UTC
(
hide
)
Description:
Another fix for g-s-d if the stylus is not found in the libwacom database
Filename:
MIME Type:
Creator:
Olivier Fourdan
Created:
2012-03-27 14:08:22 UTC
Size:
910 bytes
patch
obsolete
>commit 92c2a295b29836480b6e657e2821721c1f966d52 >Author: Olivier Fourdan <fourdan@xfce.org> >Date: Tue Mar 27 15:36:38 2012 +0200 > > iwacom: Styli list can be null if the device definition is incomplete, > triggerring an abort via the assert() in gsd_wacom_device_set_current_stylus() > >diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c >index f995546..603cfbe 100644 >--- a/plugins/wacom/gsd-wacom-device.c >+++ b/plugins/wacom/gsd-wacom-device.c >@@ -1488,7 +1488,10 @@ gsd_wacom_device_set_current_stylus (GsdWacomDevice *device, > stylus_id, device->priv->name); > > /* Setting the default stylus to be the first one */ >- g_assert (device->priv->styli); >+ if (device->priv->styli == NULL) { >+ g_warning ("No stylus defined for tablet '%s'", device->priv->name); >+ return; >+ } > > stylus = device->priv->styli->data; > g_object_set (device, "last-stylus", stylus, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 799667
:
567361
|
567362
|
567363
|
567364
|
567365
|
571333
|
572267
|
572272
| 573075 |
582209
|
582210