-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make tools desktop shortcuts on Linux #136
Comments
The quick solution is just to copy and paste. The good solution is to abstract away the shortcut creation since the only thing we're changing is the tool names, everything else is the exact same. |
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 18, 2024
Doesn't add desktop shortcuts due to complications with how gnome handles desktop files Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 19, 2024
Doesn't add desktop shortcuts due to complications with how gnome handles desktop files Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 23, 2024
Doesn't add desktop shortcuts due to complications with how gnome handles desktop files Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
spacey-sooty
added a commit
to spacey-sooty/WPILibInstaller-Avalonia
that referenced
this issue
Oct 23, 2024
Doesn't add desktop shortcuts due to complications with how gnome handles desktop files Resolves wpilibsuite#136 Signed-off-by: Jade Turner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They have essentially the same format as the frccode .desktop file, but they'd call the tool instead.
The text was updated successfully, but these errors were encountered: