After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 651193 - Misspelled autostart condition
Misspelled autostart condition
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-26 20:57 UTC by Balló György
Modified: 2011-05-27 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix AutostartCondition entry (578 bytes, patch)
2011-05-26 20:57 UTC, Balló György
committed Details | Review

Description Balló György 2011-05-26 20:57:54 UTC
Created attachment 188706 [details] [review]
Fix AutostartCondition entry

The autostart condition is mispelled in bluetooth-applet.desktop file. It should be 'if-session' instead of 'is-session'. This causes that the bluetooth applet is not run in a gnome-fallback session.

The correct form is:
AutostartCondition=GNOME3 if-session gnome-fallback

I attached a patch to solve this problem.
Comment 1 Matthias Clasen 2011-05-27 13:25:09 UTC
its true. gnome-session looks for 'if-session' or 'unless-session'
Comment 2 Bastien Nocera 2011-05-27 13:32:33 UTC
Fixed in gnome-3-0 and master, thanks.