Bugzilla – Attachment 135207 Details for
Bug 178930
aRts starts in multiple instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
kdebase3 patch
startkde.diff (text/plain), 2.26 KB, created by
Lubos Lunak
on 2007-04-26 16:38:06 UTC
(
hide
)
Description:
kdebase3 patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2007-04-26 16:38:06 UTC
Size:
2.26 KB
patch
obsolete
>--- startkde 2007/02/20 14:19:03 1.1 >+++ startkde 2007/02/20 14:19:37 >@@ -4,5 +4,8 @@ > # > >+PATH=/opt/kde3/bin:${PATH/:\/opt\/kde3\/bin} >+export PATH >+ > # When the X server dies we get a HUP signal from xinit. We must ignore it > # because we still need to do some cleanup. > trap 'echo GOT SIGHUP' HUP >@@ -19,7 +22,7 @@ > # people's heads. We use colours from the standard KDE palette for those with > # palettised displays. > if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then >- xsetroot -solid "#000000" >+ : # xsetroot -solid "#C0C0C0" > fi > > # we have to unset this for Darwin since it will screw up KDE's dynamic-loading >@@ -62,7 +65,7 @@ > kcminputrc Mouse cursorTheme '' > kcminputrc Mouse cursorSize '' > kpersonalizerrc General FirstLogin true >-ksplashrc KSplash Theme Default >+ksplashrc KSplash Theme ksplashx-suse > kcmrandrrc Display ApplyOnStartup false > kcmrandrrc [Screen0] > kcmrandrrc [Screen1] >@@ -160,6 +163,16 @@ > EOF > fi > >+case "$ksplashrc_ksplash_theme" in >+ ksplashx-*) >+ if test -x /opt/kde3/bin/ksplashx; then >+ /opt/kde3/bin/ksplashx ${ksplashrc_ksplash_theme#ksplashx-} >+ else >+ ksplashrc_ksplash_theme=Default >+ fi >+ ;; >+esac >+ > # Source scripts found in <localprefix>/env/*.sh and <prefixes>/env/*.sh > # (where <localprefix> is $KDEHOME or ~/.kde, and <prefixes> is where KDE is installed) > # >@@ -283,7 +296,7 @@ > echo 'startkde: Starting up...' 1>&2 > > # run KPersonalizer before the session, if this is the first login >-if test "$kpersonalizerrc_general_firstlogin" = "true"; then >+if false && test "$kpersonalizerrc_general_firstlogin" = "true"; then > # start only dcopserver, don't start whole kdeinit (takes too long) > echo 'startkde: Running kpersonalizer...' 1>&2 > dcopserver >@@ -302,6 +315,8 @@ > case "$ksplashrc_ksplash_theme" in > None) > ;; # nothing >+ ksplashx-*) >+ ;; # started earlier > Simple) > if test "$kpersonalizerrc_general_firstlogin" = "true"; then > ksplashsimple >@@ -384,9 +399,11 @@ done > echo 'startkde: Shutting down...' 1>&2 > > # Clean up >+if test -e /opt/kde3/bin/artsshell; then >+ artsshell -q terminate >+fi > kdeinit_shutdown > dcopserver_shutdown --wait >-artsshell -q terminate > > echo 'startkde: Running shutdown scripts...' 1>&2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 178930
:
104621
|
135201
|
135205
| 135207