-
Notifications
You must be signed in to change notification settings - Fork 807
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
Mark as single window app #4194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot !
@nicolasfella could you please rebase your PR on latest master such that we can merge it ? |
@nicolasfella can you have a look at the AppImage build error ? |
SingleMainWindow is a very recent addition to the desktop file spec. It looks like the appimage tooling isn't up to date and doesn't account for version 1.5 of the spec |
will have a look at updating the AppImage tooling |
/rebase |
As it happens with other programs (nextcloud/desktop#4194 , https://invent.kde.org/pim/knotes/-/commit/70e81d7286c83ff28deadb2f2b80e67b463d1db7 , qbittorrent/qBittorrent#15996 , https://nicolasfella.de/posts/taskbar-single-app , https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/53): There can only be one instance of the program running. Mark it as such in the .desktop file. This allows desktop environments to adjust their UI accordingly.
As it happens with other programs (nextcloud/desktop#4194 , https://invent.kde.org/pim/knotes/-/commit/70e81d7286c83ff28deadb2f2b80e67b463d1db7 , qbittorrent/qBittorrent#15996 , https://nicolasfella.de/posts/taskbar-single-app , https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/53): There can only be one instance of the program running. Mark it as such in the .desktop file. This allows desktop environments to adjust their UI accordingly.
As it happens with other programs (nextcloud/desktop#4194 , https://invent.kde.org/pim/knotes/-/commit/70e81d7286c83ff28deadb2f2b80e67b463d1db7 , qbittorrent/qBittorrent#15996 , https://nicolasfella.de/posts/taskbar-single-app , https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/53): There can only be one instance of the program running. Mark it as such in the .desktop file. This allows desktop environments to adjust their UI accordingly.
As it happens with other programs (nextcloud/desktop#4194 , https://invent.kde.org/pim/knotes/-/commit/70e81d7286c83ff28deadb2f2b80e67b463d1db7 , qbittorrent/qBittorrent#15996 , https://nicolasfella.de/posts/taskbar-single-app , https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/53): There can only be one instance of the program running. Mark it as such in the .desktop file. This allows desktop environments to adjust their UI accordingly.
Hello, I would suggest using
|
There can only be one instace of the client running Mark it as such in the .desktop file This allows desktop environments to adjust their UI accordingly Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4194 +/- ##
==========================================
- Coverage 60.26% 60.24% -0.02%
==========================================
Files 145 145
Lines 18868 18868
==========================================
- Hits 11370 11367 -3
- Misses 7498 7501 +3 |
closing in favor of #7124 |
There can only be one instace of the client running
Mark it as such in the .desktop file
This allows desktop environments to adjust their UI accordingly
Signed-off-by: Nicolas Fella nicolas.fella@gmx.de