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

Call setDesktopFileName(...) to set proper app-id on wayland #367

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

Conversation

marcusbritanicus
Copy link

This PR fixes the app-id of this application.

Currently, the application name (screengrab) and organisation domain (https://lxqt.org) are set. Since desktopFileName is not set, Qt in a misguided attempt inverts the org-domain (giving us org.https://lxqt) and then appends the application name, to give us an app-id, resulting in this beautiful expression: org.https://lxqt.screengrab

This fix for this is simple: just call QApplication::setDesktopFileName(...).

@stefonarch
Copy link
Member

Unfortunately it has no effect still:

immagine

$ lswt
app-id:                           title:
org.https://lxqt.screengrab       ScreenGrab

@stefonarch
Copy link
Member

Forgot about screengrab always minimized to tray, long time ago I used it.
GTM

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

Successfully merging this pull request may close these issues.

2 participants