Skip to content

Commit

Permalink
Rename old Template Manager to Template Switcher
Browse files Browse the repository at this point in the history
Also added qvm-template-gui to menu as Template Manager

fixes QubesOS/qubes-issues#6504
  • Loading branch information
marmarta committed May 3, 2023
1 parent 9818e1f commit e4285c0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ install:
cp qubes-backup-restore.desktop $(DESTDIR)/usr/share/applications/
cp qubes-qube-manager.desktop $(DESTDIR)/usr/share/applications/
cp qubes-template-manager.desktop $(DESTDIR)/usr/share/applications/
cp qubes-template-switcher.desktop $(DESTDIR)/usr/share/applications/

mkdir -p $(DESTDIR)/usr/share/desktop-directories/
cp qubes-tools.directory $(DESTDIR)/usr/share/desktop-directories/
Expand Down
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
/usr/share/applications/qubes-backup-restore.desktop
/usr/share/applications/qubes-qube-manager.desktop
/usr/share/applications/qubes-template-manager.desktop
/usr/share/applications/qubes-template-switcher.desktop
/usr/share/desktop-directories/qubes-tools.directory
/etc/xdg/menus/applications-merged/qubes-tools.menu
2 changes: 1 addition & 1 deletion qubes-template-manager.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec=qubes-template-manager
Exec=qvm-template-gui
Icon=qubes-manager
Terminal=false
Name=Qubes Template Manager
Expand Down
9 changes: 9 additions & 0 deletions qubes-template-switcher.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=qubes-template-manager
Icon=qubes-manager
Terminal=false
Name=Qubes Template Switcher
GenericName=Qubes Template Switcher
StartupNotify=false
Categories=Settings;X-XFCE-SettingsDialog
1 change: 1 addition & 0 deletions rpm_spec/qmgr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/applications/qubes-backup-restore.desktop
/usr/share/applications/qubes-qube-manager.desktop
/usr/share/applications/qubes-template-manager.desktop
/usr/share/applications/qubes-template-switcher.desktop
/usr/share/desktop-directories/qubes-tools.directory
/etc/xdg/menus/applications-merged/qubes-tools.menu

Expand Down

0 comments on commit e4285c0

Please sign in to comment.