Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

XFCE 4.2 RC1 Question..

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
djlotek
n00b
n00b
Posts: 18
Joined: Wed Mar 03, 2004 5:21 pm

XFCE 4.2 RC1 Question..

  • Quote

Post by djlotek » Tue Nov 30, 2004 9:39 am

Ok.. finally got it all set up. I am coming from a *box/kahakai usage background, and the bars are a little overkill for me. How to I remove both bars, the taskbar on top, and iconbar on bottom. The settings for these only allow me to change size and position, but wont let me remove them.

I love the look of xfce, and the pretty dropshadows, but want to keep it minimal. I would rather use a minimal bar such as pypanel like i did in previous WM's.
Top
bernath
n00b
n00b
Posts: 63
Joined: Fri Jul 09, 2004 1:33 am
Location: germany

  • Quote

Post by bernath » Tue Nov 30, 2004 10:06 am

comment out/change respective lines in the file ~/.local/etc/xdg/xfce4/xinitrc it may be located somwhere else on your machine depending where you installed it (might be ~/.config/xfce*)

Code: Select all

...
xftaskbar4&
xfcalendar &
xfce4-iconbox &
...
panel=`which xfce4-panel`
...
if you use xfce-sessions, have a look at ~/.local/etc/xdg/xfce4-session/xfce4-session as well

do you only want use the xfwm4 and xfdesktop?
Top
djlotek
n00b
n00b
Posts: 18
Joined: Wed Mar 03, 2004 5:21 pm

xfce bars

  • Quote

Post by djlotek » Tue Nov 30, 2004 10:20 am

No i am not currently using xfce-sessions.

I have commented out the xfcetaskbar4& entry from /etc/xdg/xfce/xinitrc, but this seems to have no effect. The taskbar still exists. I then removed the line completely, and this did nothing as well. Very strange..
Top
bernath
n00b
n00b
Posts: 63
Joined: Fri Jul 09, 2004 1:33 am
Location: germany

  • Quote

Post by bernath » Tue Nov 30, 2004 11:45 am

Code: Select all

$ killall xftaskbar4
should solve this temporary. but i guess this is not the solution you are looking for.

i think /etc/xdg/xfce/xinitrc will only be loaded when you set XSESSION to use xfce in /etc/rc.conf. look for xfce config files in your home directory:

Code: Select all

$ cd
$ find | grep xfce
you say, you do not want to use the panel, the taskbar, the iconbox and no sessions. so you get the xfdesktop (background and rightclick menu) plus the xfwm. what you could do then is: running these explicitly from your ~/.xinitrc.

sorry that i cannot give you better help for now
gabor
Top
bernath
n00b
n00b
Posts: 63
Joined: Fri Jul 09, 2004 1:33 am
Location: germany

  • Quote

Post by bernath » Tue Nov 30, 2004 12:07 pm

i have better idea. get that xinitrc, whereever it is, and copy it to ~/.xinitrc. now edit it according your needs, comment out the taskbar line. then restart xfce.

gabor
Top
GenKreton
l33t
l33t
User avatar
Posts: 828
Joined: Sat Sep 20, 2003 2:06 am
Location: Cambridge, MA

  • Quote

Post by GenKreton » Tue Nov 30, 2004 3:41 pm

On a related note:

Is there any way to make them disappear completely instead of leaving the thin, yet annoying, white bar?
Top
Veto
Tux's lil' helper
Tux's lil' helper
Posts: 83
Joined: Fri Jul 04, 2003 12:31 am

  • Quote

Post by Veto » Tue Nov 30, 2004 5:06 pm

I don't know if there is a way to make them disappear completley when hidden outside of not starting them.

I'm trying to get a unified bar ala KDE so I don't have to have one at top and one at bottom. Any ideas on that?
Top
wong
n00b
n00b
User avatar
Posts: 15
Joined: Wed Aug 25, 2004 1:28 am
Location: Czech Republic

  • Quote

Post by wong » Tue Nov 30, 2004 6:18 pm

Veto wrote:I don't know if there is a way to make them disappear completley when hidden outside of not starting them.

I'm trying to get a unified bar ala KDE so I don't have to have one at top and one at bottom. Any ideas on that?
use normal xfce4-panel and taskbar plugin - see xfce goodies or in portage xfce-extra/xfce4-taskbar
Compaq EVO N620c with gentoo 2004.3
Top
bernath
n00b
n00b
Posts: 63
Joined: Fri Jul 09, 2004 1:33 am
Location: germany

  • Quote

Post by bernath » Tue Nov 30, 2004 8:23 pm

i have been experimenting quite a lot to get the panel completely hidden, but i could not manage it. i use the xfce4-iconbox instead of the taskbar, which i can rightclick and close, then restart from the "run program" dialog. well, this is far away from autohide :)
Top
djlotek
n00b
n00b
Posts: 18
Joined: Wed Mar 03, 2004 5:21 pm

temp solution..

  • Quote

Post by djlotek » Wed Dec 01, 2004 1:08 am

This may or may not be a solution for some of you.

I didnt originally plan on using sessions, but this seems to have taken care of my issue with removing both bars..

1. Start xfce using the "startxfce4" command.. Once loaded, right click and go to Settings > Sessions and Startup Settings.

2. Enable the "Automatically Save Session on Logout" option. I also disabled "Prompt on Logout" as I do not want to be bothered with a message when I quit X.

3. Open a terminal, and do "killall xfce-panel" and "killall xftaskbar4". I wanted to remove both to keep things as minimal as possible, but only kill the ones *you* dont want to load the next time you start.

4. Quit XFCE nicely, by right clicking and choosing "Quit".

Start XFCE again using the "startxfce4" command, and whatever you killed in step 3 should not show this time.

For those of you who prefer a user defined .xinitrc and like to start things using the "startx" command, dump the following in there...

Code: Select all

#!/bin/sh
exec /usr/bin/startxfce4
Remeber to add your desklets or any other junk you need to load on startup..

Also remember that youre using sessions now, so any windows you leave open when you kill XFCE will be there when you start it back up.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic