FS#42488 - [cheese] Fails to start up after gnome 3.14 update
Attached to Project:
Arch Linux
Opened by Peter Minst (fatal-error) - Tuesday, 21 October 2014, 22:26 GMT
Last edited by Jan de Groot (JGC) - Friday, 14 November 2014, 12:53 GMT
Opened by Peter Minst (fatal-error) - Tuesday, 21 October 2014, 22:26 GMT
Last edited by Jan de Groot (JGC) - Friday, 14 November 2014, 12:53 GMT
|
Details
Cheese fails to start up after gnome 3.14 update
Steps to reproduce: -Click on Cheese The spinner is displayed and Cheese is visible in the Top Bar both for a few seconds Application does not start up (also checked System Monitor) |
This task depends upon
(cheese:11116): Gdk-CRITICAL **: gdk_device_get_n_axes: assertion 'gdk_device_get_source (device) != GDK_SOURCE_KEYBOARD' failed
(cheese:11116): Gdk-CRITICAL **: gdk_device_get_n_axes: assertion 'gdk_device_get_source (device) != GDK_SOURCE_KEYBOARD' failed
(cheese:11116): Gdk-CRITICAL **: gdk_device_get_n_axes: assertion 'gdk_device_get_source (device) != GDK_SOURCE_KEYBOARD' failed
Cheese starts up and seems to be working normally.
Nov 07 20:53:44 toaster org.gnome.Calculator.SearchProvider[556]: Error: ErrorCode.UNKNOWN_VARIABLE
Nov 07 20:53:44 toaster org.gnome.Contacts.SearchProvider[556]: ** (org.gnome.Contacts.SearchProvider:1004): WARNING **: contacts-shell-search-provider.vala:76: GetInitialResultSet ch
Nov 07 20:53:44 toaster dbus[249]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Nov 07 20:53:44 toaster dbus[249]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Nov 07 20:53:44 toaster org.gnome.evolution.dataserver.AddressBook6[556]: Bus name 'org.gnome.evolution.dataserver.AddressBook6' acquired.
Nov 07 20:53:44 toaster org.gnome.OnlineMiners.GData[556]: Gom-Message: Setting scheduler policy to SCHED_IDLE
Nov 07 20:53:44 toaster org.gnome.OnlineMiners.Owncloud[556]: Gom-Message: Setting scheduler policy to SCHED_IDLE
Nov 07 20:53:44 toaster org.gnome.OnlineMiners.Zpj[556]: Gom-Message: Setting scheduler policy to SCHED_IDLE
Nov 07 20:53:44 toaster org.gnome.Contacts.SearchProvider[556]: ** (org.gnome.Contacts.SearchProvider:1004): WARNING **: contacts-shell-search-provider.vala:82: GetSubsearchResultSet che
Nov 07 20:53:44 toaster org.gnome.Calculator.SearchProvider[556]: Error: ErrorCode.UNKNOWN_VARIABLE
Nov 07 20:53:44 toaster org.gnome.Documents[556]: Gjs-Message: JS LOG: Can't find a valid getting started PDF document
Nov 07 20:53:44 toaster org.gnome.Caribou.Daemon[556]: ** (caribou:659): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.17 was not provided by any .service files
It looks like a problem with the .desktop file under /usr/share/applications, because with an modified version i can start cheese:
- Removed all "Name[<i18n>]" lines
- Removed all "Comment[<i18n>]" lines
- Removed all "X-GNOME-FullName[<i18n>]" lines
- Removed all "Keywords[<i18n>]" lines
... then i manually edited /usr/share/dbus-1/services/org.gnome.Cheese.service ...
Change line
Exec=${exec_prefix}/bin/cheese --gapplication-service
... to ...
Exec=/usr/bin/cheese --gapplication-service
... and voila, cheese is starting through the activities
newest version of cheese solves the issue