
Code: Select all
### xfce4-4.4-extras ###
xfce-base/xfce4-extras
xfce-extra/xfce4-clipman
xfce-extra/xfce4-xfapplet
xfce-extra/xfce4-fsguard
xfce-extra/xfce4-mailwatch
xfce-extra/xfce4-notes
xfce-extra/xfce4-datetime
xfce-extra/xfce4-weather
xfce-extra/verve
xfce-extra/xfce4-netload
xfce-extra/xfce4-xkb
xfce-extra/xfce4-quicklauncher
xfce-extra/xfce4-screenshooter
xfce-extra/xfce4-mount
xfce-extra/xfce4-cpugraph
xfce-extra/xfce4-systemload
xfce-extra/xfce4-genmon
xfce-extra/xfce4-timer
xfce-extra/xfce4-dict
xfce-extra/xfce4-diskperf
xfce-extra/xfce4-taskmanager
xfce-extra/xfce4-smartbookmark
Oh yeah, I just realized that they are called panelsilm wrote:Ummm..... you could remove one and put all the different plugins, etc. onto the one panel (panel, not slit)
I just have everything on 1 panel.. on topilm wrote:Each to their own... but I personally prefer having two panels. I have all my status-notification related stuff up the top (as it saves me tilting my head downwards), and my program-choosing stuff down the bottom so as not to take up too much space up the top (I keep running out of room!!!!!!!!!)
There's a pretty well-known usability study that showed that having the panel or whatever other kinds of program launchers at the top of the screen is more efficient. Or at least that's what I read on a Mac discussion board a few years ago. The premise is that it's easier for the eye to track the top of the screen, and since there's a strong link between hand and eye, that's where most of the mouse cursor interaction should be. I've lost the reference, however.Dieter@be wrote:I just have everything on 1 panel.. on topilm wrote:Each to their own... but I personally prefer having two panels. I have all my status-notification related stuff up the top (as it saves me tilting my head downwards), and my program-choosing stuff down the bottom so as not to take up too much space up the top (I keep running out of room!!!!!!!!!)since each program's menus are on top i find it logical to also place the xfce panel there, so i don't have to move the mouse over such big distances

I use 1 panel also. It's quite simple for me as my program choosing stuff is actually in the configurable section in the menu.Dieter@be wrote:I just have everything on 1 panel.. on topilm wrote:Each to their own... but I personally prefer having two panels. I have all my status-notification related stuff up the top (as it saves me tilting my head downwards), and my program-choosing stuff down the bottom so as not to take up too much space up the top (I keep running out of room!!!!!!!!!)since each program's menus are on top i find it logical to also place the xfce panel there, so i don't have to move the mouse over such big distances
Code: Select all
Option "RenderAccel" "true"Code: Select all
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSectionCode: Select all
The program 'terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 262 error_code 8 request_code 1 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
For compositing, I think you need to add this to your Xorg.conf in the Screen section.dschep wrote:So I just installed xfce4.4, I'm really liking it so far but have 2 issues. Compositing doesn't work and terminal won't launch.
note: i did use the xcomposite use flag on xfce-base/xfwm4
I have following things in my xorg.conf(in the Device sections)Code: Select all
Option "RenderAccel" "true"
and...Now for the terminal.. when I run terminal I get the followingCode: Select all
Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerFlags" Option "Xinerama" "true" EndSectionCode: Select all
The program 'terminal' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 262 error_code 8 request_code 1 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)
Code: Select all
Option "AddARGBGLXVisuals" "true"I havebaigsabeeh wrote:For compositing, I think you need to add this to your Xorg.conf in the Screen section.
It mentions something about GDK, so maybe recompiling it might help, but I have no clue why Terminal will not run. Did you do an update recently?Code: Select all
Option "AddARGBGLXVisuals" "true"
Code: Select all
Option "AddARGBGLXVisuals" "true"Code: Select all
** (xfwm4:30603): WARNING **: The display does not support the XRandr extension.Code: Select all
Unable to register terminal service: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
The program 'terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 262 error_code 8 request_code 1 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Clicking on the second node displays the mounted contents of the ipod which is correct and corresponds to the /mnt/ipod entry in my /etc/fstab.Failed to mount "Apple iPod Music Player".
Given device "/org/freedesktop/Hal/devices/volume_part1_size_82220544" is not a volume or drive.
I've been told by the xfce community that indeed vte is the cause of Terminals slowness.Gergan Penkov wrote:I've made a diff to the previous version and the changes are really small, one of the possibility is serious bug in gtk+-2.10 or vte (terminal is using vte with real transperancy)some of the libs it uses as all the changes are ifdef'd against these, there is also one place where there is possible bug, but I'll test it and report.Sachankara wrote: At first I reverted to the previous RC2 version, but then I thought "what the hell, why even bother?". So I went back to gnome-terminal. Perhaps I'll try out Terminal again by the time Xfce 4.6.0 has been released.
On second thought it does not make sense - if gtk+ and vte are buggy this means that gnome-terminal would be also so slow - so the problem is somewhere in the changes.

Code: Select all
emerge -p xfce4-extras
These are the packages that would be merged, in order:
Calculating dependencies... done!
[blocks B ] >=xfce-base/xfce4-panel-4.3 (is blocking xfce-extra/xfce4-minicmd-0.3.0-r1)
[blocks B ] >=xfce-base/xfce4-panel-4.3 (is blocking xfce-extra/xfce4-showdesktop-0.4.0-r2)
...
Code: Select all
xfce-base/libxfce4util
xfce-base/libxfce4mcs
xfce-base/libxfcegui4
xfce-base/xfce4-panel
xfce-base/xfce-mcs-manager
xfce-extra/xfce4-mixer
xfce-base/xfprint
xfce-base/xfce-mcs-plugins
xfce-extra/xfce4-icon-theme
xfce-extra/mousepad
xfce-extra/exo
xfce-extra/terminal
xfce-base/orage
xfce-base/thunar
xfce-base/xfdesktop
xfce-extra/xfce4-appfinder
xfce-base/xfce-utils
xfce-base/xfwm4
x11-themes/gtk-engines-xfce
xfce-base/xfce4-session
xfce-extra/xfwm4-themes
xfce-base/xfce4
xfce-extra/xfce4-dev-tools
xfce-extra/thunar-archive
xfce-extra/xfce4-clipman
xfce-extra/xfce4-diskperf
xfce-extra/xfce4-genmon
xfce-extra/xfce4-mount
xfce-extra/xfce4-notes
xfce-extra/xfce4-quicklauncher
xfce-extra/xfce4-sensors
xfce-extra/xfce4-smartbookmark
xfce-extra/xfce4-systemload
xfce-extra/xfce4-weather
xfce-extra/xfce4-xfapplet
xfce-extra/xfce4-xkb
xfce-extra/xfce4-wavelan
xfce-extra/thunar-media-tags
xfce-extra/thunar-volman
xfce-extra/xfce4-minicmd
xfce-extra/xfce4-showdesktop
xfce-extra/xfce4-battery
xfce-extra/xfce4-cpugraph