Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE launcher duplicated #49

Open
o-alquimista opened this issue Aug 15, 2022 · 2 comments
Open

IDE launcher duplicated #49

o-alquimista opened this issue Aug 15, 2022 · 2 comments

Comments

@o-alquimista
Copy link

o-alquimista commented Aug 15, 2022

You can see in the screenshot below that I have an Eclipse launcher (the one with the Eclipse logo). When clicked, it spawns a new item instead (the one without an icon).

Captura de tela de 2022-08-15 12-35-49

This is the .desktop file I have at ~/.local/share/applications/:

[Desktop Entry]
Name=Eclipse Platform
Exec=/home/user/Eclipse/ide/eclipse/eclipse %u
NoDisplay=false
Icon=/home/user/Eclipse/ide/eclipse/icon.xpm
Type=Application
MimeType=x-scheme-handler/eclipse+command;x-scheme-handler/xdebug;
  • Eclipse version: 2022-06 (4.24) Build id: I20220607-0700 (installed in my home folder by the Eclipse Installer)
  • GNOME 42.3 on Wayland
  • Fedora 36 Workstation (amd64)
@mickaelistria
Copy link
Contributor

I don't have this problem. This is what my eclipse.desktop file looks like

[Desktop Entry]
Name=Eclipse SDK (local)
Comment=Eclipse SDK
Exec=/home/mistria/apps/eclipse-SDK/eclipse %u
Icon=/home/mistria/apps/eclipse-SDK/icon.xpm
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;
MimeType=x-scheme-handler/eclipse+mpc;x-scheme-handler/eclipse+command;

The Terminal=false may be interesting.

@o-alquimista
Copy link
Author

The Terminal=false may be interesting.

Tried that now, and it didn't work.

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

No branches or pull requests

2 participants