ALT Linux Bugzilla
– Attachment 402 Details for
Bug 3907
update_wms is not updated for gdm 2.x
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
this patch fixes update_wms for new gdm scheme
update_wms-alt-newgdm.patch (text/plain), 470 bytes, created by
Yuri N. Sedunov
on 2004-05-02 23:24:58 MSD
(
hide
)
Description:
this patch fixes update_wms for new gdm scheme
Filename:
MIME Type:
Creator:
Yuri N. Sedunov
Created:
2004-05-02 23:24:58 MSD
Size:
470 bytes
patch
obsolete
>--- update_wms.orig 2003-01-21 19:06:05 +0300 >+++ update_wms 2004-05-02 23:17:14 +0400 >@@ -44,3 +44,19 @@ > chmod 755 "/etc/X11/gdm/Sessions/$n" > done > fi >+ >+# New GDM scheme >+if [ -d /etc/X11/sessions ]; then >+ rm -f /etc/X11/sessions/* >+ for n in $runwmlist; do >+ cat >"/etc/X11/sessions/$n.desktop" <<__EOF__ >+[Desktop Entry] >+Encoding=UTF-8 >+Name=$n >+Comment=$n session >+Exec=`/usr/X11R6/bin/runwm --print $n` >+Icon= >+Type=Application >+__EOF__ >+ done >+fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3907
: 402