[Bug 217258] New: DEFAULT_WM special for icewm
https://bugzilla.novell.com/show_bug.cgi?id=217258 Summary: DEFAULT_WM special for icewm Product: SUSE Linux 10.1 Version: Final Platform: x86 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: KDE AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jengelh@gmx.de QAContact: kde-maintainers@suse.de For KDM to start icewm properly (i.e. /usr/X11R6/bin/icewm-session instead of just /usr/X11R6/bin/icewm), one needs to put DEFAULT_WM="icewm-session" into /etc/sysconfig/windowmanager rather than DEFAULT_WM="icewm". But how is one supposed to know? Could an extra line to ?dm be added so that <the following> works? if [ "$DEFAULT_WM" == "icewm-session" ]; then DEFAULT_WM=icewm; fi; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 ------- Comment #1 from jengelh@gmx.de 2006-11-01 23:04 MST ------- Correction, if [ "$DEFAULT_WM" == "icewm" ]; then DEFAULT_WM="icewm-session"; fi; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 dmueller@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jengelh@gmx.de ------- Comment #2 from dmueller@novell.com 2006-11-02 01:10 MST ------- ehm.. is this really about 10.1 ? this bug has been fixed 2004-07.. what does your icewm.desktop file contain ? should be under /opt/kde3/share/apps/kdm/sessions/icewm.desktop -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 coolo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |mmarek@novell.com |screening@forge.provo.novell| |.com | Status|NEEDINFO |NEW Info Provider|jengelh@gmx.de | ------- Comment #3 from coolo@novell.com 2006-11-02 01:53 MST ------- actually /usr/share/xsessions/icewm.desktop -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 ------- Comment #4 from jengelh@gmx.de 2006-11-02 08:30 MST ------- 16:29 ichi:/usr/share/xsessions # cat icewm.desktop [Desktop Entry] Encoding=UTF-8 Type=XSession Exec=icewm-session TryExec=icewm-session Name=IceWM However, if there is just "icewm" in the sysconfig entry, `ps aufwwx` shows no icewm-session, which is why I created this bug. With DEFAULT_WM=icewm-session: 3704 ? Ss 0:00 /opt/kde3/bin/kdm 4126 tty7 SLs+ 0:34 \_ /usr/X11R6/bin/X -br -nolisten tcp -dpi 96 :0 vt7 4127 ? S 0:00 \_ -:0 4146 ? Ss 0:00 \_ /usr/bin/icewm-session 4201 ? Ss 0:00 \_ ssh-agent /bin/bash /etc/X11/xinit/xinitr 4203 ? SNs 0:00 \_ icewmbg 4204 ? Ss 0:01 \_ icewm 4206 ? Ss 0:01 | \_ xterm -ls -fg gray -bg #001020 -geome 4208 pts/0 Ss 0:00 | | \_ -bash -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 ------- Comment #5 from jengelh@gmx.de 2006-11-02 08:32 MST ------- With DEFAULT_WM=icewm, it's just 3704 ? Ss 0:00 /opt/kde3/bin/kdm 6287 tty7 SLs+ 0:02 \_ /usr/X11R6/bin/X -br -nolisten tcp -dpi 96 :0 vt7 6288 ? S 0:00 \_ -:0 6307 ? Ss 0:00 \_ /usr/bin/icewm 6362 ? Ss 0:00 \_ ssh-agent /bin/bash /etc/X11/xinit/xinitr 6364 ? Ss 0:00 \_ xterm -ls -fg gray -bg #001020 -geometry 6366 pts/0 Ss 0:00 \_ -bash 6406 pts/0 R+ 0:00 \_ ps afx -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 mmarek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Comment #6 from mmarek@novell.com 2006-11-09 06:12 MST ------- The value of DEFAULT_WM is the command to start the window manager. Both icewm and icewm-session are valid commands to start icewm, the latter is just more capable (it starts icewmbg and icewmtray and restarts icewm on crash). IMO the init scripts should do what the administrator sets in the config and not guess. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217258 Jan Engelhardt <jengelh@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com