Advanced computer user tips and tricks: Difference between revisions

From Road Traffic Injury
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
To make is sorted new posts first will be:
To make is sorted new posts first will be:
  https://www.reddit.com/new/
  https://www.reddit.com/new/
== GNU/Linux ==
=== Restoring LXQT ===
The Lightweight Qt Desktop Environment ([https://lxqt-project.org/ LXQT]) is my favorite desktop environment for Ubuntu. Recently I had a [https://www.reddit.com/r/Lubuntu/comments/1hpdh03/desktop_environment_does_not_start_after_upgrade/ 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

Latest revision as of 04:53, 3 January 2025

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