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

Fix missing app ID and icon on Wayland. #468

Merged
merged 1 commit into from
Aug 28, 2019

Commits on Aug 27, 2019

  1. Fix missing app ID and icon on Wayland.

    X11/Wayland needs to know the name of the .desktop file to show a dock
    icon and application name. X11 has various means of guessing the
    filename (often WM_NAME). Wayland is a bit more strict, and requires
    that either the filename match the AppId or the .desktop filename be
    specified.
    lightbulbjim committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    aba8c41 View commit details
    Browse the repository at this point in the history