Add .gktrc-2.0 to workaround firefox issue with gnome icons.
authorUlrich Dangel <mru@grml.org>
Tue, 24 May 2011 20:53:49 +0000 (22:53 +0200)
committerUlrich Dangel <mru@grml.org>
Tue, 24 May 2011 20:56:06 +0000 (22:56 +0200)
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597694 for more
details.

debian/control
etc/skel/.gtkrc-2.0 [new file with mode: 0644]

index 3b44d29..0afcd20 100644 (file)
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.grml.org/?p=grml-desktop.git
 
 Package: grml-desktop
 Architecture: all
 
 Package: grml-desktop
 Architecture: all
-Depends: idesk, grml-scripts (>= 1.1.18)
+Depends: idesk, grml-scripts (>= 1.1.18), moblin-icon-theme
 Suggests: fluxbox, fvwm | fvwm2 | fvwm-crystal, awesome, pekwm
 Conflicts: grml-etc (<< 0.9.14)
 Description: configuration files for the X desktop at grml
 Suggests: fluxbox, fvwm | fvwm2 | fvwm-crystal, awesome, pekwm
 Conflicts: grml-etc (<< 0.9.14)
 Description: configuration files for the X desktop at grml
diff --git a/etc/skel/.gtkrc-2.0 b/etc/skel/.gtkrc-2.0
new file mode 100644 (file)
index 0000000..6df9501
--- /dev/null
@@ -0,0 +1,2 @@
+# workaround for an iceweasel bug regarding the forward/back button
+gtk-fallback-icon-theme="moblin"