qubize_image: also copy qubes-specific-appmenus to VM's app template dir
E.g. Add/Remove Appmenus shortcut, etc.
This commit is contained in:
parent
9850431b40
commit
3f6889c345
@ -53,6 +53,9 @@ cp -r $(pwd)/mnt/usr/share/applications/* $APPSORIG
|
|||||||
echo "--> Createing the Apps Menu templates..."
|
echo "--> Createing the Apps Menu templates..."
|
||||||
./create_apps_templates.sh $APPSORIG $APPSTEMPL
|
./create_apps_templates.sh $APPSORIG $APPSTEMPL
|
||||||
|
|
||||||
|
echo "--> Copying extra appmenus..."
|
||||||
|
cp qubes-specific-appmenus/*.desktop $APPSTEMPL
|
||||||
|
|
||||||
echo "--> Copying DispVM dotfiles dir..."
|
echo "--> Copying DispVM dotfiles dir..."
|
||||||
cp dispvm-dotfiles.tbz mnt/etc/
|
cp dispvm-dotfiles.tbz mnt/etc/
|
||||||
|
|
||||||
|
11
qubes-specific-appmenus/add-remove-apps.desktop
Normal file
11
qubes-specific-appmenus/add-remove-apps.desktop
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
X-Qubes-VmName=%VMNAME%
|
||||||
|
Icon=%VMDIR%/icon.png
|
||||||
|
Name=%VMNAME%: Add/Remove Applications
|
||||||
|
GenericName=%VMNAME%: Add/Remove Applications
|
||||||
|
Comment= Qubes VM Manager Settings - Applications tab
|
||||||
|
Categories=System
|
||||||
|
Exec= qubes-manager-settings %VMNAME% applications
|
Loading…
Reference in New Issue
Block a user