Re: [Solved] Force vlc to use gtk theme, and not the qt?
Posted: 16. Oct 2011, 20:01
/root/.gtkrc-2.0
~/.gtkrc-2.0
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.
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"
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"
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.