6. Shutdown the template.
7. Change template and appVM settings under the "Applications" tab to include the new utilities. Adding "Open file manager" and "Run terminal" will run the default file browser and terminal (in this case, Dolphin and Konsole) assigned for the template's environment, but you can also add "Dolphin" and "Konsole" as app entries to access them directly.
8. (Optional) Run Dolphin and under "Configure Dolphin -> Context Menu" de-select the "Send file via KDE Connect" plugin. This will prevent Dolphin from freezing for 30sec when you first access a file's context menu. (It would be preferable to configure KDE Connect to prevent this delay... suggestions are welcome!)
| 6. Copy the desktop definitions for Qubes file browser actions (_Copy to other qube, etc._) from their old locations to the KDE 6 compatible locations:
```
$ sudo apt install zenity
$ sudo cp -a /usr/share/kde4/services/qvm-convert-pdf.desktop /usr/share/kio/servicemenus
$ sudo cp -av /usr/share/kservices5/ServiceMenus/qvm-* /usr/share/kio/servicemenus
```
The last set from *'kservices5/'* will lack necessary info now required by KDE 6. Add the lines for _copy, move,_ and _dvm edit_:
```
$ sudo sed -ri 's|^(\[Desktop Action)|X-KDE-Submenu=Actions\nMimeType=inode/directory;all/allfiles\n\n\1|' /usr/share/kio/servicemenus/qvm-{copy,move}*
$ sudo sed -ri 's|^(\[Desktop Action)|X-KDE-Submenu=Actions\nMimeType=all/allfiles\n\n\1|' /usr/share/kio/servicemenus/qvm-dvm*
```
7. Shutdown the template.
8. Change template and appVM settings under the "Applications" tab to include the new utilities. Adding "Open file manager" and "Run terminal" will run the default file browser and terminal (in this case, Dolphin and Konsole) assigned for the template's environment, but you can also add "Dolphin" and "Konsole" as app entries to access them directly.
9. (Optional) Run Dolphin and under "Configure Dolphin -> Context Menu" de-select the "Send file via KDE Connect" plugin. This will prevent Dolphin from freezing for 30sec when you first access a file's context menu. (It would be preferable to configure KDE Connect to prevent this delay... suggestions are welcome!)
|