• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle



  • Your first comment expands on both privacy and security. There is no privacy without some type of security.

    Now to answer your questions: Yes and yes. Users from c/all were downvoting posts from a small community I’m a part of because they don’t agree with. I couldn’t see the posts from small communities that are important for me because of that. Now we have the possibility to sort “scaled”, which fixes that. Sometimes there are discussions that are very relevant as to who is voting for what. But that discussion has nothing to do with privacy, which was your first point and went unacknowledged on your second comment.











  • It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment