You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-antivirus/clamtk/files/clamtk-6.00-change_icon_pat...

16 lines
786 B

--- 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(