! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
adding kdeinit to xinitrc spoils panel
Status:
CLOSED: INVALID
Product:
Xfce4-panel

Comments

Description purslow 2004-04-25 01:12:10 CEST
following a suggestion by Bernard Walle, i added to xinitrc :

if [ `ps aux | grep $USER | grep kdeinit | wc -l` -le 2 ] ; then
kdeinit &
fi

in order to speed up the start of KDE applications.
this has the bad side-effect of spoiling the panel: see shots:
http://www.chass.utoronto.ca/~purslow/snapshot1.png
http://www.chass.utoronto.ca/~purslow/snapshot2.png
snapshot 1 is the normal panel, snapshot 2 is deformed
by being shorter & having a different (ugly) font.

when i exit XFCE & restart (without rebooting),
the panel is restored to its normal form (snapshot 1).
when i reboot, the bad effect occurs again.
Comment 1 Olivier Fourdan editbugs 2004-04-25 05:53:44 CEST
Well, this is really not a bug with xfce, kdeinit simply changes the Xft
values.
Comment 2 Jasper Huijsmans editbugs 2004-04-25 09:17:34 CEST
I'm sorry, but there's nothing we can do about this.

Adding this to your .xinitrc may work:

( sleep 10 ; kdeinit ) &

That should start kdeinit after the panel has started (unless that takes more
than 10 seconds).

Bug #180

Reported by:
purslow
Reported on: 2004-04-25
Last modified on: 2010-11-20

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
Unspecified

Attachments

Additional information