You are not logged in.

#1 2013-12-16 04:52:57

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

XFCE Styles not working.

I have the latest updates for my installation and XFCE4 and XFWM4. I can change the window theme, but when I go to settings > appearance > styles and click on any of the styles they do not work. Neither does changing the font on the font tab.

I have uninstalled xfce, and everything to do with it, manually deleted all the config files, and reinstalled it, and I still get the same result. I've been trying to figure this out for weeks now.

I've done hours of searching and have tried so much, and nothing has worked.

Offline

#2 2013-12-16 11:36:20

toz
Member
Registered: 2011-10-28
Posts: 497

Re: XFCE Styles not working.

Make sure that xfce4-settings is installed and that xfsettingsd is running. This is the program that manages gtk-based configuratiions. More information here.

Offline

#3 2013-12-17 06:08:22

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

When I run "xfsettingsd" in the console I get the following

[root@localhost /]# xfsettingsd
Xlib:  extension "RANDR" missing on display ":1.0".
[root@localhost /]#
(xfsettingsd:2230): xfsettingsd-CRITICAL **: No RANDR extension found in display :1.0. Display settings won't be applied.
Xlib:  extension "XInputExtension" missing on display ":1.0".

Offline

#4 2013-12-17 19:20:11

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: XFCE Styles not working.

well, it seems that xlib is missing the extension RANDR on display :1.0.

Offline

#5 2013-12-17 20:02:39

toz
Member
Registered: 2011-10-28
Posts: 497

Re: XFCE Styles not working.

If you're using multiple monitors, have a read of the "GTK themes not working with multiple monitors" entry in the Xfce Wiki article.

Offline

#6 2013-12-17 20:20:51

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

toz wrote:

If you're using multiple monitors, have a read of the "GTK themes not working with multiple monitors" entry in the Xfce Wiki article.

I only connect with the server with either SSH or VNC. I connect with it via 3 different VNC desktops that are always on and ready to connect to.

Offline

#7 2013-12-17 20:28:35

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

ondoho wrote:

well, it seems that xlib is missing the extension RANDR on display :1.0.

I just checked and the libxrandr package is installed.

Offline

#8 2013-12-17 23:30:40

toz
Member
Registered: 2011-10-28
Posts: 497

Re: XFCE Styles not working.

Shining_KoW210 wrote:
toz wrote:

If you're using multiple monitors, have a read of the "GTK themes not working with multiple monitors" entry in the Xfce Wiki article.

I only connect with the server with either SSH or VNC. I connect with it via 3 different VNC desktops that are always on and ready to connect to.

What vncserver command are you using? Are you using a non-standard resolution? If so, try omitting the geometry parameter and see if that works.
Anything in the log files?

Offline

#9 2013-12-18 01:33:35

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

Inside the ~/.vnc/xstartup file I have the following inside

#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
exec startxfce4

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#x-terminal-emulator -geometry 1600x900+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &


Then inside the /etc/vncserver/vncservers.conf file the following is inside

VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1600x900 -depth 24"
VNCSERVERS="2:lyoko"
VNCSERVERARGS[2]="-geometry 1600x900 -depth 24"
VNCSERVERS="3:vinailt"
VNCSERVERARGS[3]="-geometry 1600x900 -depth 24"

Offline

#10 2013-12-18 13:05:41

toz
Member
Registered: 2011-10-28
Posts: 497

Re: XFCE Styles not working.

Anything relevant in the log files?

Which vnc client are you using to connect to the server?

Offline

#11 2013-12-18 18:05:26

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

toz wrote:

Anything relevant in the log files?

Which vnc client are you using to connect to the server?

The server uses TigerVNC, the client I use to connect to the server is TightVNC.


Inside the VNC server log is this


(xfwm4:541): xfwm4-WARNING **: The display does not support the XDamage extensi$

(xfwm4:541): xfwm4-WARNING **: The display does not support the XFixes extensio$

(xfwm4:541): xfwm4-WARNING **: Compositing manager disabled.
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Waiting for current window manager (Xfwm4) on screen :1.0 to exit:
(xfsettingsd:547): xfsettingsd-CRITICAL **: No RANDR extension found in display$
Xlib:  extension "XInputExtension" missing on display ":1.0".
Done

Offline

#12 2013-12-19 04:42:13

toz
Member
Registered: 2011-10-28
Posts: 497

Re: XFCE Styles not working.

Do you get the same issue if you use tigervnc as the client as well?
Reference: http://www.linuxquestions.org/questions … 175448468/

Offline

#13 2013-12-25 22:12:23

Shining_KoW210
Member
Registered: 2013-11-14
Posts: 15

Re: XFCE Styles not working.

toz wrote:

Do you get the same issue if you use tigervnc as the client as well?
Reference: http://www.linuxquestions.org/questions … 175448468/

I have tried using TigerVNC as the client and I get the same error message.

[root@localhost /]# xfsettingsd
Xlib:  extension "RANDR" missing on display ":1.0".
[root@localhost /]#
(xfsettingsd:2230): xfsettingsd-CRITICAL **: No RANDR extension found in display :1.0. Display settings won't be applied.
Xlib:  extension "XInputExtension" missing on display ":1.0".

Offline

#14 2013-12-25 22:21:30

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: XFCE Styles not working.

What video card and driver are you using?
What's your xorg.conf?
What's in your Xorg logs?

I'm not knowledgeble on the topic but perhaps you can figure it out with some more debugging. Others seem to have the problem too, having a go with a search engine might help.

Last edited by Steef435 (2013-12-25 22:21:59)

Offline

Board footer

Powered by FluxBB