[qubes-users] Re: I broke Qubes with template reinstall...

2018-03-07 Thread hyperfekt
I just had the same problem, and wrote down the fix before I saw your post here.
Take a look: https://groups.google.com/forum/#!topic/qubes-users/iHcWKwGQd-o

-- 
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/0a2d0a51-4757-46fe-a5b6-9a727c7a8da0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: I broke Qubes with template reinstall...

2018-03-07 Thread hyperfekt
On Tuesday, March 6, 2018 at 5:29:30 AM UTC+1, sevas wrote:
> dom0$ sudo qubes-dom0-update --action=reinstall qubes-template-debian-9
> 
> Now my dom0 menu is gone. No more terminal. No more Qubes Manager. No more... 
> anything... 
> 
> 
> I gave up immediately and thought I would reinstall Qubes. 
> 
> Well, that was a fail too. Qubes installer freezes when I click Continue on 
> the first page. 
> 
> Any suggestions??

I just had the same problem, and wrote down the fix before I saw your post here.
Take a look: https://groups.google.com/forum/#!topic/qubes-users/iHcWKwGQd-o

-- 
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/aadc45f3-38cf-4b17-aec3-03f1d3d58b2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: I broke Qubes with template reinstall...

2018-03-07 Thread hyperfekt
I just had the same problem, and wrote down the fix before I saw your post here.
Take a look: https://groups.google.com/forum/#!topic/qubes-users/iHcWKwGQd-o

On Tuesday, March 6, 2018 at 5:29:30 AM UTC+1, sevas wrote:
> dom0$ sudo qubes-dom0-update --action=reinstall qubes-template-debian-9
> 
> Now my dom0 menu is gone. No more terminal. No more Qubes Manager. No more... 
> anything... 
> 
> 
> I gave up immediately and thought I would reinstall Qubes. 
> 
> Well, that was a fail too. Qubes installer freezes when I click Continue on 
> the first page. 
> 
> Any suggestions??

-- 
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/9f1e92c7-f7d1-4bfd-9c72-183164b6cb38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] How to fix an empty dom0 application menu

2018-03-07 Thread hyperfekt
While trying to reinstall some templates my dom0's application menu just broke, 
with every .desktop file gone.
I wanted to document how to fix this for others - use this command:

sudo qubes-dom0-update --action=reinstall $(rpm -qa | grep 'qubes\|xfce4' | 
grep -v 'template\|kernel')

What it does is the following:
Get a list of installed packages,
filter for those of Qubes or xfce,
filter out any templates or the kernel,
and then reinstall them.

This should restore all the desktop files and with that your application menu.

-- 
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/717d4cf0-d053-4f04-b186-9f432823e226%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.