Bug#765513: cheese: Cheese doen't start if i run from Activities, but does start from terminal
Dorian ESCOTS
dorian.escots at gmail.com
Thu Oct 16 08:35:08 UTC 2014
John Dend <dender <at>
maarten.elitemail.org> writes:
>
> Package: cheese
> Version: 3.14.0-1
> Severity: important
>
> Dear Maintainer,
>
> cheese doesn't start if i run from
Activities, but it does start if i run
cheese directly from the terminal .
>
> Thank you.
>
Hello,
That's because the last line in
/usr/share/applications/org.gnome.Cheese
.desktop says that Gnome should launch
Cheese through the DBus service
/usr/share/dbus-
1/services/org.gnome.Cheese.service.
In the DBus service file there's an
execdir variable which is not
substitued, thus making the Exec path
/bin/cheese which doesn't exist.
To fix it, replace the variable in the
.service file by /usr so that the path
to the binary is correct.
Regards,
Dorian.
More information about the pkg-gnome-maintainers
mailing list