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

[Bug] Creation of .desktop is significantly delayed #22

Open
gerelef opened this issue Nov 9, 2023 · 0 comments
Open

[Bug] Creation of .desktop is significantly delayed #22

gerelef opened this issue Nov 9, 2023 · 0 comments

Comments

@gerelef
Copy link

gerelef commented Nov 9, 2023

Description

Creation of the .desktop file only occurs if you install (or just login to your jetbrains account, haven't checked specifically which case) a tool.

Reason

This causes confusion; I have an automatic install script for my setup, and jetbrains-toolbox was not on my path; I had to execute
locate toolbox | grep jetbr | head -n 1 to run it (when I wanted to install a tool).

Solution

Perhaps a preliminary .desktop file would suffice, just so it appears as an application, before Toolbox overwrites it with it's own?

desktop file generated by toolbox a posteriori

[Desktop Entry]
Icon=/home/user/.local/share/JetBrains/Toolbox/toolbox.svg
Exec=/home/user/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox %u
Version=1.0
Type=Application
Categories=Development
Name=JetBrains Toolbox
StartupWMClass=jetbrains-toolbox
Terminal=false
MimeType=x-scheme-handler/jetbrains;
X-GNOME-Autostart-enabled=true
StartupNotify=false
X-GNOME-Autostart-Delay=10
X-MATE-Autostart-Delay=10
X-KDE-autostart-after=panel
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

1 participant