summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch')
-rw-r--r--app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch b/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
new file mode 100644
index 000000000000..3b8018442d89
--- /dev/null
+++ b/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
@@ -0,0 +1,15 @@
+--- a/lib/GUI.pm 2019-02-22 12:05:43.000000000 +0100
++++ b/lib/GUI.pm 2019-03-08 21:27:39.000000000 +0100
+@@ -35,9 +35,9 @@
+ # because it's missing an icon :|
+ # https://aur.archlinux.org/packages/clamtk/
+ my $theme = Gtk3::IconTheme::get_default;
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/actions' );
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/places' );
+- $theme->append_search_path( '/usr/share/icons/gnome/24x24/mimetypes' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/actions/24' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/places/24' );
++ $theme->append_search_path( '/usr/share/icons/Faenza/mimetypes/24' );
+
+ $window = Gtk3::Window->new( 'toplevel' );
+ $window->signal_connect(