Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

No icon on tray for Linux #5889

Open
opatry opened this issue Nov 7, 2013 · 8 comments
Open

No icon on tray for Linux #5889

opatry opened this issue Nov 7, 2013 · 8 comments

Comments

@opatry
Copy link

opatry commented Nov 7, 2013

At least, running under Mate (Gnome 2.x fork). But should be the same for another Desktop Environment?

Actually, there is an icon, but not the brackets one, a pseudo window icon (white with blue bar)

@jasonsanjose
Copy link
Member

Thanks @opatry. Can you attach a screen shot and details on your setup?

@opatry
Copy link
Author

opatry commented Nov 13, 2013

capture
As you can see, the icon in the task bar isn't the brackets one.

I'm using Linux Mint Mate edition (MATE Desktop Environment 1.6.0)
The icon in the menu is the right one:
brackets

@jasonsanjose
Copy link
Member

Great, thanks @opatry for the quick response and the screenshot.

@poipoipoi
Copy link

Same problem here. Running this build: https://github.com/adobe/brackets/releases/tag/sprint-34 on Debian 7.3 wheezy 64bit, OpenBox w/ tint2.

@MadcapJake
Copy link

Adding a working directory to the desktop file fixes application icon in xfce window buttons panel item (I'm guessing this will also fix LXDE, Gnome, and KDE). Just add a Path element below the Exec element that contains the brackets directory path. So far haven't had any problems setting this.

[Desktop Entry]
Name=Brackets
Type=Application
Categories=Development
Exec=/opt/brackets/brackets %U
Path=/opt/brackets
Icon=brackets
MimeType=text/html;

@ddittmar
Copy link

@kurremkarmerruk thanks! your hint worked for me on Xubunutu 14.04

@radorodopski
Copy link

This should be fixed with adobe/brackets-shell#483

The comment from @kurremkarmerruk seems more like a way to temporaryly bypass the issue (until an update arrives and overwrites the .desktop file) than a solution.
This can also be reproduced by starting the Brackets executable from a path other that the one in ehich it is installec (/opt/brackets/) i.e. the home directory.

@ultrox
Copy link

ultrox commented Oct 27, 2015

thanks @MadcapJake to the less savvy you need to create file on your desktop with a name

bracket.desktop

and add this to it:

[Desktop Entry]
Name=Brackets
Type=Application
Categories=Development
Exec=/opt/brackets/brackets %U
Path=/opt/brackets
Icon=brackets
MimeType=text/html;

save the file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants
@opatry @jasonsanjose @radorodopski @ultrox @MadcapJake @poipoipoi @ddittmar and others