[Solved] Force vlc to use gtk theme, and not the qt?

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: [Solved] Force vlc to use gtk theme, and not the qt?

Post by zAchAry »

/root/.gtkrc-2.0

Code: Select all

# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

gtk-theme-name="Crux"
gtk-icon-theme-name="gnome-brave"
gtk-font-name="Sans 9"
gtk-cursor-theme-name="Vanilla-DMZ"
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
include "/root/.gtkrc-2.0.mine"
~/.gtkrc-2.0

Code: Select all

# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

gtk-theme-name="Murrina Haikuish"
gtk-icon-theme-name="gnome-brave"
gtk-font-name="Sans 9"
gtk-cursor-theme-name="Vanilla-DMZ"
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
include "/home/etf/.gtkrc-2.0.mine"
User theme: Murrina Haikuish is located at ~/.themes
Root theme: Crux is located at /usr/share/themes/

For the record. I have made ~/.gtkrc-2.0.mine unreadable (None) due to a bug with LXAppearance which is causing to it to crash.
Image
Help to make Slackware easier Donate to Salix
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: [Solved] Force vlc to use gtk theme, and not the qt?

Post by lmello »

I'm having issues concerning qtconfig... it *only* changes the font settings when the style is *not* "GTK+" or "Default Settings"... :(
Post Reply