aboutsummaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-06-24 17:37:07 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-06-24 17:37:07 +0000
commit93f10dd11bf5586d9dfc32128e445958e29eb853 (patch)
tree75e31f4662e25cf2353a2664ac5b5efbe6c217d1 /sbin
parentf63bf34a1427cc8ad6bc30b0de963035574f3052 (diff)
downloadcommon-data-93f10dd11bf5586d9dfc32128e445958e29eb853.tar
common-data-93f10dd11bf5586d9dfc32128e445958e29eb853.tar.gz
common-data-93f10dd11bf5586d9dfc32128e445958e29eb853.tar.bz2
common-data-93f10dd11bf5586d9dfc32128e445958e29eb853.tar.xz
common-data-93f10dd11bf5586d9dfc32128e445958e29eb853.zip
- Update xdm Xsession to new path (Mdv bug #41645)
Diffstat (limited to 'sbin')
-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";
}