diff options
author | Ted Gould <ted@gould.cx> | 2012-09-14 14:47:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-14 14:47:19 -0500 |
commit | 2a395d9c0920638916b45bbbdebb06f48e6ecd5c (patch) | |
tree | 1a38d8dff55a0d8042fd2d9d742c6ba7a4036963 | |
parent | 016086e663d351d1f6b65cb1b7104cf16746cf69 (diff) | |
download | lightdm-remote-session-remoteconfigure-2a395d9c0920638916b45bbbdebb06f48e6ecd5c.tar.gz lightdm-remote-session-remoteconfigure-2a395d9c0920638916b45bbbdebb06f48e6ecd5c.tar.bz2 lightdm-remote-session-remoteconfigure-2a395d9c0920638916b45bbbdebb06f48e6ecd5c.zip |
Making the desktop file find the wrapper
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | uccsconfigure.desktop.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 18c49bc..b411d8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ lightdm_session_DATA = \ uccsconfigure.desktop %.desktop: %.desktop.in - @sed -e "s|\@pkgdatadir\@|$(pkgdatadir)|" $< > $@ + @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ EXTRA_DIST += uccsconfigure.desktop.in CLEANFILES += uccsconfigure.desktop diff --git a/uccsconfigure.desktop.in b/uccsconfigure.desktop.in index a31bb5e..01551c4 100644 --- a/uccsconfigure.desktop.in +++ b/uccsconfigure.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Name=UCCS Configure Comment=Setup a UCCS Account -Exec=@pkgdatadir@/uccsconfigure-session -TryExec=@pkgdatadir@/uccsconfigure-session +Exec=@pkglibexecdir@/uccsconfigure-session-wrapper +TryExec=@pkglibexecdir@/uccsconfigure-session-wrapper Icon= Type=Application X-LightDM-PAM-Service=lightdm-remote-uccsconfigure |