Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-07-16 13:09:49

flebber
Member
Registered: 2007-07-16
Posts: 12

Lost Top Panel - Regenerate

Hi

I am a relative Newbie to XFCE, but not too Linux. I am using Arch Linux and have XFCE as my desktop I was trying to configure it with themes. The theme I chose had a dark panel across the top (showing currently in use apps), the problem however was that the text was also dark I was fiddling with it trying to get the text to be white for that panel when it disappeared. It hasn't returned I have restarted but to no avail. Can I regenerate the panels to bring it back ? If yes how can I make the text White ?


Aside : I see some sweet panel docks for application launchers whats the best one or is there something that is really good at pimping up the XFCE-panel ?

Offline

#2 2007-07-17 16:40:37

RGRagosta
Member
From: Virginia, USA
Registered: 2004-05-09
Posts: 12

Re: Lost Top Panel - Regenerate

Well welcome to the Xfce environment- a GREAT DM..! Sorry you're having initial config issues; but that is one of the "virtues" of tweaking/experimenting.

From you're comments, you stated that

...I have restarted but to no avail.

well i'll presume that means you've restarted your whole Xfce DM via logoff-login. If that's the case, then I'd try the easy option of executing via the Xfce menu "Run" option: xfce4-panel. This should return your panel.

If it doesn't then other issues are at play. First I'd make sure that xfce4-panel is not running at all; if it is kill it- then execute the xcfce4-panel command again- and see what happens.

Post your results-findings when you have them...


Mageia 4.1 / Xfce 4.10
"Which is better- Artificial intelligence or REAL stupidity...?"

Offline

#3 2007-07-18 13:34:59

flebber
Member
Registered: 2007-07-16
Posts: 12

Re: Lost Top Panel - Regenerate

when I kill the xfce4-panel and then run xfce4-panel only the bottom panel appears. It seems the top panel is not there. I will take the longer route of uninstalling the panel and reinstalling it hopefully that should solve it.

Offline

#4 2007-07-18 13:46:29

flebber
Member
Registered: 2007-07-16
Posts: 12

Re: Lost Top Panel - Regenerate

Ah no that didn't help at all, so I removed the Xfce file from my home dir and restarted but still no go. My top panel is on a permanent vacation.

Offline

#5 2007-07-19 21:27:03

RGRagosta
Member
From: Virginia, USA
Registered: 2004-05-09
Posts: 12

Re: Lost Top Panel - Regenerate

Sorry you're still having panel problems- frustrating I'm sure. Couple of notes/questions:

1. When you say: "...I removed the Xfce file from my home dir.." does that mean you totally deleted (or renamed) your  whole [color=red].config directory?[/color]? If not,  could you specify what you actually "removed"..?

2. I'm very curious what is contained in the .config/xfce4/panel/panels.xml file? This file contains the specs-content of all defined (supposedly active) panels.

3. As a side note, on occasions when I initiate my Xfce session-desktop: my top panel (i have lower, upper, and iconbox) appears not there. Actually, upon closer scrutiny it just hasn't fully extended from its anchor position on the upper left of my screen. A simple mouse-over usually "pops" it to extend to it's full length; a "quirk" for sure..

Regards-


Mageia 4.1 / Xfce 4.10
"Which is better- Artificial intelligence or REAL stupidity...?"

Offline

#6 2007-07-20 12:26:37

flebber
Member
Registered: 2007-07-16
Posts: 12

Re: Lost Top Panel - Regenerate

1. rm -r ~/.xfce

2.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<panels>
    <panel>
        <properties>
            <property name="size" value="36"/>
            <property name="monitor" value="0"/>
            <property name="screen-position" value="11"/>
            <property name="fullwidth" value="0"/>
            <property name="xoffset" value="604"/>
            <property name="yoffset" value="1164"/>
            <property name="handlestyle" value="0"/>
            <property name="autohide" value="0"/>
            <property name="transparency" value="20"/>
            <property name="activetrans" value="0"/>
        </properties>
        <items>
            <item name="xfce4-menu" id="5"/>
            <item name="separator" id="6"/>
            <item name="launcher" id="7"/>
            <item name="launcher" id="8"/>
            <item name="launcher" id="9"/>
            <item name="launcher" id="10"/>
            <item name="separator" id="11"/>
            <item name="actions" id="12"/>
            <item name="separator" id="13"/>
            <item name="launcher" id="11843799982"/>
            <item name="showdesktop" id="11838761920"/>
            <item name="clock" id="14"/>
        </items>
    </panel>
</panels>

3. Yeah lamentably no that wasn't there for me. I lost the panel trying to get on of those cool looking docks for the bottom panel, but not having used xfce before I couldn't figure out what to do to get it, so installed several things but I reckon I lost it when I installed "alltray" . So I then removed alltray but the top panel has never restored.

Offline

#7 2007-07-20 23:49:58

RGRagosta
Member
From: Virginia, USA
Registered: 2004-05-09
Posts: 12

Re: Lost Top Panel - Regenerate

Thank you for the feedback and additional data- definitely clarifies issues. In reviewing your "panels.xml" files, i can make the following comments:

1. You have only one panel defined, NOT two!  Thus, only one panel (the initial "bottom" one with launchers, etc.) shows...
2. As a confirming example, I'll show mine, where my desktop has: basic initial panel (anchored lower right); upper panel (anchored upper left); and an Iconbox panel (anchored lower right):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<panels>
    <panel>
        <properties>
            <property name="size" value="35"/>
            <property name="monitor" value="0"/>
            <property name="screen-position" value="1"/>
            <property name="fullwidth" value="0"/>
            <property name="xoffset" value="0"/>
            <property name="yoffset" value="0"/>
            <property name="handlestyle" value="0"/>
            <property name="autohide" value="1"/>
            <property name="transparency" value="28"/>
            <property name="activetrans" value="0"/>
        </properties>
        <items>
            <item name="showdesktop" id="1"/>
            <item name="separator" id="11803891651"/>
            <item name="tasklist" id="3"/>
            <item name="separator" id="11803891500"/>
            <item name="pager" id="2"/>
        </items>
    </panel>
    <panel>
        <properties>
            <property name="size" value="55"/>
            <property name="monitor" value="0"/>
            <property name="screen-position" value="12"/>
            <property name="fullwidth" value="0"/>
            <property name="xoffset" value="527"/>
            <property name="yoffset" value="1047"/>
            <property name="handlestyle" value="0"/>
            <property name="autohide" value="1"/>
            <property name="transparency" value="26"/>
            <property name="activetrans" value="0"/>
        </properties>
        <items>
            <item name="separator" id="11803681845"/>
            <item name="xfce4-menu" id="5"/>
            <item name="separator" id="6"/>
            <item name="launcher" id="7"/>
            <item name="launcher" id="8"/>
            <item name="launcher" id="9"/>
            <item name="launcher" id="10"/>
            <item name="launcher" id="11832924030"/>
            <item name="separator" id="11"/>
            <item name="pager" id="11803680370"/>
            <item name="separator" id="11803680641"/>
            <item name="clipman" id="11804136400"/>
            <item name="systray" id="11803685818"/>
            <item name="separator" id="13"/>
            <item name="xfce4-mixer" id="11803682516"/>
            <item name="systemload" id="11803681092"/>
            <item name="netload" id="11803613361"/>
            <item name="separator" id="11803686169"/>
            <item name="actions" id="11804065221"/>
            <item name="actions" id="12"/>
            <item name="separator" id="11803681614"/>
            <item name="orageclock" id="11803683027"/>
            <item name="clock" id="11839120440"/>
            <item name="separator" id="11803681463"/>
        </items>
    </panel>
    <panel>
        <properties>
            <property name="size" value="54"/>
            <property name="monitor" value="0"/>
            <property name="screen-position" value="10"/>
            <property name="fullwidth" value="0"/>
            <property name="xoffset" value="0"/>
            <property name="yoffset" value="994"/>
            <property name="handlestyle" value="0"/>
            <property name="autohide" value="0"/>
            <property name="transparency" value="22"/>
            <property name="activetrans" value="1"/>
        </properties>
        <items>
            <item name="iconbox" id="11803735461"/>
        </items>
    </panel>
</panels>

3. You upper panel is "on vacation" since it is NOT defined....

Typically, Panel attributes: location, size, hide, anchor are determined via the Settings Manager and specifically the Panel manager services contained within. Really curious now as to exactly what actions (or not) you've undertaken with Settings-Panel manager services and derivative results...??

Regards-


Mageia 4.1 / Xfce 4.10
"Which is better- Artificial intelligence or REAL stupidity...?"

Offline

#8 2007-07-25 10:29:37

flebber
Member
Registered: 2007-07-16
Posts: 12

Re: Lost Top Panel - Regenerate

Well maybe its my inexperience but i can create a panel at the top but the panel I create can only hold program launchers like the bottom panel, I was trying to get the top panels intial behavious of showing running apps.

After trying the panel manager I copied you panels.xml file and after backing up mine overwrote it and restarted but it still had no effect.

Offline

#9 2007-07-25 21:23:43

RGRagosta
Member
From: Virginia, USA
Registered: 2004-05-09
Posts: 12

Re: Lost Top Panel - Regenerate

Flebber-
Sorry your issues with the Panel continue. But, I believe we're getting closer to some resolution. Appreciate you clarifying your intent for the upper panel- adding task management ("taskbar") to your user defined panel. This is certainly reasonable/normal, and exactly what I use my top panel for. Couple of notes/questions:

1) exactly what Xfce version are you on? How did you install/set-up your Xfce environment: via Arch repository items or through the Xfce binary installer?
2. Since Xfce 4.4 the "taskbar" option has been "built-in" for Xfce's panels; prior to 4.4 it was available via a Goodie plugin referenced at:

http://goodies.xfce.org/projects/panel- … bar-plugin, and
http://goodies.xfce.org/projects/panel- … bar-plugin

3. Frankly, if you have a proper Xfce 4.4.x install- then "taskbar" should be an option for you after right-clicking on the designated panel and selecting "Add new item" and choosing "Task List" from the resulting pop-up selection window.. What steps do you execute and their results, occur for you..?

Regards,


Mageia 4.1 / Xfce 4.10
"Which is better- Artificial intelligence or REAL stupidity...?"

Offline

#10 2007-07-26 12:42:13

flebber
Member
Registered: 2007-07-16
Posts: 12

Re: Lost Top Panel - Regenerate

RGRagosta thanks for all the help, it is very much appreciated. I have got the Taskbar back up and running. For reference I installed through the arch repository and I am using 4.4.1-2 .

Offline

Board footer

Powered by FluxBB