diff options
author | Ray Strode <rstrode@redhat.com> | 2011-09-09 16:27:14 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2011-09-09 16:27:14 -0400 |
commit | 4be041078899d511dbde3cd84fb29089c8ac3b46 (patch) | |
tree | b6f83dec8042ec1c1a4d8df2b3258a1ba6fb3379 | |
parent | 23a98ab436bc86431ffd83bfedc5c32cb34faf9e (diff) | |
download | gdm-4be041078899d511dbde3cd84fb29089c8ac3b46.tar.gz |
data: don't hard code path of gnome-shell
This was a copy-and-paste mistake I think.
Spotted by vuntz.
https://bugzilla.gnome.org/show_bug.cgi?id=658429
-rw-r--r-- | data/applications/gnome-shell.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/applications/gnome-shell.desktop.in b/data/applications/gnome-shell.desktop.in index ceef4f03..5df90548 100644 --- a/data/applications/gnome-shell.desktop.in +++ b/data/applications/gnome-shell.desktop.in @@ -2,6 +2,6 @@ Type=Application _Name=GNOME Shell _Comment=Window management and compositing -Exec=/usr/bin/gnome-shell --gdm-mode +Exec=gnome-shell --gdm-mode X-GNOME-Autostart-Notify=true X-GNOME-AutoRestart=true |