Advanced computer user tips and tricks
The content of this page will go back to stonis.info once I restore it. In mean time stonis.info redirects to this web site.
Web
Reddit sorting preferences do not work
There is a old bug reddit sorting preferences. It always sorts by first criteria instead of what you have selected. However, the work around is simple: add new/
in address line.
For community page old address is:
https://www.reddit.com/r/AusLegal/
To make is sorted new posts first will be:
https://www.reddit.com/r/AusLegal/new/
For home location old address is:
https://www.reddit.com/
To make is sorted new posts first will be:
https://www.reddit.com/new/
GNU/Linux
Restoring LXQT
The Lightweight Qt Desktop Environment (LXQT) is my favorite desktop environment for Ubuntu. Recently I had a problem, when after some update it would not start after login. Even after long search I was not able to find a solution. At the end reinstalling LXQT solved the problem:
apt-get reinstall lxqt --fix-missing
I think it would been enough to reinstall base as this is what I used to install it in the first place, but that was long time ago and I was not able to remember it now.
apt-get reinstall lxqt-base --fix-missing