If we install Xfce from the sources or even through the repository for the first time, it is possible that when trying to open the menu we will find this error:
The solution to this problem is very simple. If we have a terminal installed we open it and see if the folder exists menus within / etc / xdg /. With ls should serve:
$ ls -l /etc/xdg/
If it is not, we create it:
$ sudo mkdir /etc/xdg/menus
and then we create a file called xfce-applications.menu:
$ sudo nano /etc/xdg/menus/xfce-applications.menu
and inside we hit this content. We can automatically access the menu.
6 comments, leave yours
What is the difference between Linux Mint and Linux Mint Debia?
Linux Mint is based on Ubuntu and its repositories. LMDE is based on Debian and its repositories.
As I plan to install XFCE at night, I will take this entry into account.
Thanks for the input.
that's why they recommended LMDE to me ...
A question, in LMDE how regularly do they update Firefox or Iceweasel? because some time ago, to have my browser updated in Debian Testing I had to pull the mozilla repo if I'm not mistaken and look for the language pack afterwards to have the browser as updated as possible.
Greetings.
Unfortunately they do not update that often and many times, you have to do manual installations to have the latest versions of the browsers.