Skip to content

Commit

Permalink
Mark BackInTime as a single main window program
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asensi authored Jun 5, 2022
1 parent 0ef26e1 commit 525900e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/backintime.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Name=Backintime Password Cache
Exec=/bin/sh -c "backintime pw-cache start 2>&1 >/dev/null"
Comment=Cache passwords for non-interactive Backintime cronjobs
Icon=gtk-save
SingleMainWindow=True
Terminal=false
Type=Application

0 comments on commit 525900e

Please sign in to comment.