XFCE Settings menu gone

71 views
Skip to first unread message

Tai...@gmx.com

unread,
Aug 31, 2017, 9:03:23 PM8/31/17
to qubes-users
After I ran out of disk space the XFCE application settings menu at the
top of the start menu is gone and I have no idea why.

Ideas?

beso

unread,
Jan 20, 2018, 1:24:25 PM1/20/18
to qubes-users
I have same problem.

Unman

unread,
Jan 20, 2018, 5:26:01 PM1/20/18
to beso, qubes-users
On Sat, Jan 20, 2018 at 10:24:24AM -0800, beso wrote:
> I have same problem.
>
So do many people - if you search the list you will find many reports and
solutions.

You are probably missing the desktop files from /usr/share/applications
You can copy the files from out of a Fedora based qube if you have one.

If you still have the install medium then you can extract the desktop
files for applications that you want, by pulling them from the rpm
packages:

For example, to get the xterm .desktop file:

mount qubes.iso /mnt
rpm2cpio /mnt/Packages/x/xterm-318-2.fc23.86_64.rpm |cpio -idv "*.desktop"
This will extract xterm.desktop in usr in the current directory, and you
can then move it in to /usr/share/applications

Alternatively, just reinstalling the packages you want will provide the
menu entries again.

Tom Zander

unread,
Jan 21, 2018, 7:46:48 AM1/21/18
to qubes...@googlegroups.com, beso
On Saturday, 20 January 2018 23:25:55 CET Unman wrote:
> You are probably missing the desktop files from /usr/share/applications
> You can copy the files from out of a Fedora based qube if you have one.

Ohh, smart, I didn't think about that.

I did this to get the majority of them back;
```
cd
qvm-run -p sys-net 'tar cf - /usr/share/applications' | tar xvf -
qvm-run -p sys-net 'tar cf - /usr/share/app-info/icons/fedora/' | tar xvf -

and then you can copy or move the files from $HOME/usr/share/
into the system dir.
I'll add the suggestion to double check they do what they are supposed to be
doing (check the Exec line).

--
Tom Zander
Blog: https://zander.github.io
Vlog: https://vimeo.com/channels/tomscryptochannel


haaber

unread,
Jan 21, 2018, 8:05:22 AM1/21/18
to qubes...@googlegroups.com
On 01/21/2018 07:47 AM, 'Tom Zander' via qubes-users wrote:
> On Saturday, 20 January 2018 23:25:55 CET Unman wrote:
>> You are probably missing the desktop files from /usr/share/applications
>> You can copy the files from out of a Fedora based qube if you have one.
>
> Ohh, smart, I didn't think about that.
>
> I did this to get the majority of them back;
> ```
> cd
> qvm-run -p sys-net 'tar cf - /usr/share/applications' | tar xvf -
> qvm-run -p sys-net 'tar cf - /usr/share/app-info/icons/fedora/' | tar xvf -
>
> and then you can copy or move the files from $HOME/usr/share/
> into the system dir.
> I'll add the suggestion to double check they do what they are supposed to be
> doing (check the Exec line).
Hello,
this arrived to me with Q3.2 and I recall that it was a real pain in the
b***; I start thinking I should backup these under Q4 from time to time
:) Question: Which files / dir's do I need to backup in dom0? Bernhard

Reply all
Reply to author
Forward
0 new messages