[qubes-users] Re: Unable to remove TemplateVM from application menu

2018-03-29 Thread cooloutac
On Wednesday, March 28, 2018 at 10:28:12 PM UTC-4, Xaver wrote:
> I've successfully removed  a few TemplateVMs from my R-4.0 system but one is 
> being stubborn. The template is still showing up in Qubes manger and when I 
> run qvm-ls.  I went through all the steps in  
> https://www.qubes-os.org/doc/remove-vm-manually/  and was only able to 
> successfully complete step 1 and 3.
> 1.   sudo rm -rf /var/lib/qubes/vm-templates/ # command 
> successful 
> 2.   qvm-remove --just-db  # qvm-remove: error: unrecognized 
> arguments: --just-db
> 3.   sudo rm ~/.local/share/applications/* # command successful
> 4.   sudo rm /etc/xdg/menus/applications-merged/* # error : No 
> such file or directory
> Also tried:
> sudo dnf remove qubes-template-
> qvm-remove 
> Does anyone have a suggestion?
> Thanks in advance
> Xaver
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
> Sent with ProtonMail Secure Email.

https://www.qubes-os.org/doc/remove-vm-manually/

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/55ceae0f-0b22-42a7-a475-cec19c914d27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Unable to remove TemplateVM from application menu

2018-03-28 Thread sevas
Try doing a search for your template name 
$ find / debian-9
Delete everything you find. 

$ lvs
$ lvremove debian-9 debian-9-root debian-9-swap #(I think!, double check me)
$ systemctl disable debian-9

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ed1d8ad6-1b2d-4696-b6fe-57ba8ac9c4ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.