Re: XFCE black background, right click won't work
Reply #3 –
Your problem is most likely due to:
- Misconfiguration of XFCE and/or X.Org
- Interaction of XFCE with some other program or a library you have installed
- Your mouse hardware failing (I have one such mouse, so I know - it has inconsistent behavior when trying to right click, but it has it also in other init systems and even operating systems, not just suite66 under GNU/Linux)
Edit: By the way, searching the web gives a number of results on the issue:
https://www.fosslicious.com/2019/09/fix-xfce-desktop-error-cant-right-click.html
https://forum.xfce.org/viewtopic.php?id=12491
https://forum.manjaro.org/t/no-right-click-and-no-desktop-xfce/32691/6
and so on. By the looks of it, you probably used pamac (if so, this shows why it is bad to use it as opposed to using pacman) or uninstalled xfdesktop. The solution in that case is to use pacman and reinstall xfdesktop:
sudo pacman -Syyu
sudo pacman -Sy xfdesktop
while having properly configured the repositories if also using Arch repositories. Also make sure to update your system regularly (using sudo pacman -Syyu), as Artix is a rolling release distro and needs regular updating.
I suggest reading "how to ask correctly to get the right answer" and applying its advice in the future: first do a web search, then check Artix and Arch wiki, and only then post a thread in the forum with all the relevant information necessary to investigate the problem.