aboutsummaryrefslogtreecommitdiffstats
path: root/sbin/chksession
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/chksession')
-rw-r--r--sbin/chksession2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/chksession b/sbin/chksession
index 29691d7..33f150e 100644
--- a/sbin/chksession
+++ b/sbin/chksession
@@ -63,7 +63,7 @@ sub gen_desktops {
print FH "Comment=$file\n";
print FH "TryExec=$exe{$file}\n" if $exe{$file};
if ($usesession) {
- print FH "Exec=/etc/X11/xdm/Xsession $file\n";
+ print FH "Exec=/usr/share/X11/xdm/Xsession $file\n";
} else {
print FH "Exec=$file\n";
}