Bug#651455: FWD: Craig Sanders: How to set the application icon for chromium

Jonathan Nieder jrnieder at gmail.com
Sat Dec 10 09:00:30 UTC 2011


Joey Hess wrote:

> Sometime within the last few months, an upgrade prevented Chromium
> from finding its application icon…with the result that when
> minimised (or displayed in the panel window list or Alt-Tab) it used
> the default application icon.

Oh!  Thanks for passing it on.

How about this patch?

---
diff --git i/src/chrome/browser/ui/gtk/gtk_util.cc w/src/chrome/browser/ui/gtk/gtk_util.cc
index 5107045a..3adf4a3f 100644
--- i/src/chrome/browser/ui/gtk/gtk_util.cc
+++ w/src/chrome/browser/ui/gtk/gtk_util.cc
@@ -64,7 +64,7 @@ namespace {
 #if defined(GOOGLE_CHROME_BUILD)
 static const char* kIconName = "google-chrome";
 #else
-static const char* kIconName = "chromium-browser";
+static const char* kIconName = "chromium";
 #endif
 
 const char kBoldLabelMarkup[] = "<span weight='bold'>%s</span>";





More information about the Pkg-games-devel mailing list