From 0228ab606b3ecefcca3ec52def58d09b55a0d6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 19:54:10 +0200 Subject: Pack a 128px icon for the GTK+3 window (mga#18066) Use the SVG was tried but did not seem to work out of the box (icons were very pixelated). Thus adding a 128px icon as window icon, since it is used at least by Plasma for high-res previews. Also dropping the smaller 20x20 and 32x32 icons that nothing uses. --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control-center') diff --git a/control-center b/control-center index 4ba56ab4..7dfe76f2 100755 --- a/control-center +++ b/control-center @@ -595,7 +595,7 @@ if ($geometry) { } $window_global->resize(max($default_width, $h{WIDTH}, $min_width), max($h{HEIGTH}, $default_height, $min_height)); -$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/hicolor/32x32/apps/drakconf.png")); +$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/hicolor/128x128/apps/drakconf.png")); my $pending_app = 0; -- cgit v1.2.1