You are not logged in.

#1 2012-04-12 23:10:31

JeSuisNerd
Member
From: /home/egon
Registered: 2012-03-06
Posts: 30

[XFCE] Panel preferences starts on login, spawns annoying windows.

Almost immediately after login, even before the xfce panels or background show up, I receive a series of popup windows (about six or seven) to the effect of "The panel cannot be edited while running in kiosk mode."  It most certainly shouldn't be running in kiosk mode and is fine with letting me edit the panel later on; whether or not I close this series of windows, the xfce panel preferences window always shows up as soon as the panel has appeared.

Following are my .xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

xcompmgr &
exec startxfce4
xset +fp /usr/share/fonts/local
xset fp rehash&
wicd-client --tray

...and a screenshot of the Application Autostart
application autostart

Is there something I'm missing?  Please let me know if there's some information I've neglected to provide.  Thanks in advance!

Offline

#2 2012-04-13 19:43:24

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: [XFCE] Panel preferences starts on login, spawns annoying windows.

Did you try a google search on the exact error message?

Last edited by rwd (2012-04-13 19:56:43)

Offline

#3 2012-04-14 03:40:54

JeSuisNerd
Member
From: /home/egon
Registered: 2012-03-06
Posts: 30

Re: [XFCE] Panel preferences starts on login, spawns annoying windows.

Yes, the one relevant bit of information I found was just instructions on setting up the panels to run in kiosk mode.  The only other places the message shows up are in files that contain the messages (or translations thereof) that the panel can give.

Offline

#4 2012-04-14 04:52:37

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: [XFCE] Panel preferences starts on login, spawns annoying windows.

A screenshot of your autostart settings is not very informative because it will never show command line arguments. You can see the arguments by editing each entry or reading the desktop files in ~/.config/autostart.

If I had to guess, I'd say the "xfce4-panel" entry in your autostart is being given the "-p" flag. This would be one way of calling the panel prefs dialog before the panel itself. If you try to do this too early, it will indeed complain that the panel is locked.


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#5 2012-12-05 19:00:55

Swashy
Member
Registered: 2012-11-02
Posts: 22

Re: [XFCE] Panel preferences starts on login, spawns annoying windows.

http://xkcd.com/979/

I'm amazed no one else is having this problem...

Offline

#6 2012-12-05 19:17:27

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [XFCE] Panel preferences starts on login, spawns annoying windows.

Have you tried clearing your ~/.cache/sessions/?  You can always rename/move it so you can restore it later if that doesn't fix things.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

Board footer

Powered by FluxBB