BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
912 stars 46 forks source link

[Bug] Desktop Entry Terminal=true not working in Budgie menu #554

Closed ATMB758 closed 1 month ago

ATMB758 commented 3 months ago

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