Bug 338801

Summary: Help : About Konsole shows wrong icon
Product: [Applications] konsole Reporter: kdebugs
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: normal CC: arjunak234, cfeck, cpigat242
Priority: NOR    
Version: 2.13.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot of the problem

Description kdebugs 2014-09-04 11:02:26 UTC
For some reason, it has a Firefox icon instead of a Konsole icon.  (See screenshot, to follow.)

Reproducible: Always

Steps to Reproduce:
1. Click Help menu
Comment 1 kdebugs 2014-09-04 11:03:26 UTC
Created attachment 88559 [details]
screenshot of the problem
Comment 2 Christoph Feck 2014-09-08 00:01:18 UTC
There is no reference to firefox anywhere in Konsole code or desktop files. If there is on your system, then try with a freshly created user account. If the issue persists there, report it to the bug tracker of your distribution.
Comment 3 kdebugs 2014-09-08 08:41:10 UTC
Reopening with some additional info.

I found it's not a strictly Firefox thing.  It actually seems to track based on an icon set in a .desktop file.  In my case, I usually run Firefox in a Konsole window by launching a .desktop file.  But you can do the same thing with other programs.  Consider the following desktop file:

#!/usr/bin/env xdg-open
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=gimp
GenericName[en_US]=
GenericName=
Icon=/usr/share/pixmaps/chromium-browser.png
MimeType=
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

As you can see, it will launch gimp in a terminal window, but the .desktop's icon is set to chromium-browser.png.  When I launch this, the chromium icon is what will show up in the menu for Help : About Konsole.

Additionally, once that is open/running, any further Konsole windows I open will show the same thing, even though they were started normally, and even if the original window has been closed, as long as there has always been a Konsole window open since the original one.
Comment 4 Kurt Hindenburg 2017-02-13 00:02:18 UTC
I would suggest asking on your distro's site.