Don't like ads? PRO users don't see any ads ;-)
Guest

kde-midori-da-aggiungere?

By: a guest on Apr 29th, 2012  |  syntax: Bash  |  size: 0.21 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # This setting fix a problem with GNOME icons and GNOME apps under KDE.
  2. mkdir -p $PKG/etc/gtk-2.0
  3. cp -a /etc/gtk-2.0/* $PKG/etc/gtk-2.0
  4.  
  5. cat << EOF > $PKG/etc/gtk-2.0/gtkrc
  6. gtk-fallback-icon-theme = "gnome"
  7. EOF