Description of problem: draksnapshot provides a Gnome autostart entry in /usr/share/gnome/autostart/gnome-autostart-draksnapshot.desktop, but the "Exec=" path in there is wrong, as it's pointing to bin instead of sbin. This patch fixes it: --- /usr/share/gnome/autostart/gnome-autostart-draksnapshot.desktop.rpmorig 2015-06-03 09:06:24.000000000 -0700 +++ /usr/share/gnome/autostart/gnome-autostart-draksnapshot.desktop 2015-10-10 21:57:20.241402430 -0700 @@ -1,7 +1,7 @@ [Desktop Entry] Name=DrakSnapshot Applet Comment=Applet for DrakSnapshot -Exec=/usr/bin/draksnapshot-applet +Exec=/usr/sbin/draksnapshot-applet Icon=draksnapshot-applet Type=Application StartupNotify=true Reproducible: Steps to Reproduce:
Assignee: bugsquad => thierry.vignaud
Keywords: (none) => Junior_job, PATCH
Likely affects Cauldron too.
Version: 5 => CauldronWhiteboard: (none) => MGA5TOO
Thanks for the fix, I just applied it to the cauldron package
Status: NEW => RESOLVEDResolution: (none) => FIXED