We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Desktop entry not showing up when Terminal=true In other desktop environments Terminal=true indicates that the app should be running in terminal.
10.9.1-2
Arch Linux
Add a desktop entry to /usr/share/application
[Desktop Entry] Encoding=UTF-8 Name=Test GenericName=SSH/Telnet/Serial Client Exec=putty %u Terminal=true Icon=putty Type=Application Categories=Application Comment=A highly configurable ssh/telnet/serial console program
Desktop entry not showing up in budgie menu
Desktop entry should show up in budgie menu
No response
The text was updated successfully, but these errors were encountered:
budgie-menu: Show terminal applications in the menu
ee5bd2b
Fixes #554 Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
bfa86bb
budgie-menu: Show terminal applications in the menu (#581)
8a64760
Successfully merging a pull request may close this issue.
Description
Desktop entry not showing up when Terminal=true
In other desktop environments Terminal=true indicates that the app should be running in terminal.
Budgie version
10.9.1-2
Operating System
Arch Linux
Steps to reproduce the issue
Add a desktop entry to /usr/share/application
[Desktop Entry]
Encoding=UTF-8
Name=Test
GenericName=SSH/Telnet/Serial Client
Exec=putty %u
Terminal=true
Icon=putty
Type=Application
Categories=Application
Comment=A highly configurable ssh/telnet/serial console program
Actual result
Desktop entry not showing up in budgie menu
Expected result
Desktop entry should show up in budgie menu
Additional information
No response
The text was updated successfully, but these errors were encountered: