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

direwolf.desktop: remove xterm hard-coding, fix icon #393

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

classabbyamp
Copy link

@classabbyamp classabbyamp commented May 16, 2022

fixes #308

Per the desktop entry specification, all that should be needed to run direwolf in the default terminal of a user's system should be setting Terminal=true.

Per the xdg icon theme specification, the Icon key in a desktop file should only include the basename of the icon's filename, not the extension.

@classabbyamp classabbyamp changed the base branch from master to dev May 24, 2022 01:10
fixes wb2osz#308

Per the [desktop entry specification](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys),
all that should be needed to run direwolf in the default terminal of a
user's system should be setting `Terminal=true`.

Per the [xdg icon theme specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup),
the `Icon` key in a desktop file should only include the basename of the
icon's filename, not include the extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"xterm" and BINARY_TERMINAL_BIN in direwolf.desktop are redundant
2 participants