summaryrefslogtreecommitdiff
path: root/app-antivirus/clamtk/files/clamtk-6.00-change_icon_path.patch
blob: 3b8018442d89f3637e1076339803c4bd7e906415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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(