this post was submitted on 24 Sep 2023
1060 points (96.7% liked)

linuxmemes

21173 readers
151 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    edit: for anyone curious, the problem was Xorg wasnt loading or something (stuck on systemd 'graphical interface target reached' with no graphical interface). because of a typo in a config file.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] Haui@discuss.tchncs.de 11 points 1 year ago (2 children)

    I am new to desktop linux. It is a pain to not know certain troubleshooting steps as I do mostly for server linux.

    For example, not knowing what the gui consists of, which applications are essential and which are not.

    [–] brakenium@lemm.ee 6 points 1 year ago (1 children)

    In that case I would like to recommend you install Arch at least once. Not to actually use in production, but it made a lot of things click for me that help me with server stuff too. Just follow along with the install guide on the wiki inside of a VM.

    If you really want to know what applications are essential I'd install a window manager and not just install the gnome package. Though even just installing your favourite DE will work fine.

    I've heard other people recommend Gentoo and Linux from scratch as well for this purpose since they go even deeper, but that may be too much to start off with and I haven't done that myself

    [–] Haui@discuss.tchncs.de 2 points 1 year ago

    Thank you very much for this suggestion. i will spin up a vm on virtualbox asap to check this out. :)

    [–] taaz@biglemmowski.win 3 points 1 year ago* (last edited 1 year ago) (1 children)

    I feel this, especially the GUI/Desktop essential stuff, and I have been daily driving Linux on desktop for about 8 years now.

    Going from Debian with Mate to Arch with AwesomeWM (minimal tiled window manager), there is a lot you actually need to know and it's convoluted how it interacts with each other, a lot of it is thru dbus but some things go thru env variables - .xprofile, .profile, bashrc/zshrc, pam_env.

    Yesterday I found out I am actually not running any gui polkit agents - I had it installed (possibly for years) but the .deskop file had OnlyShowIn=Xfce so Dex didn't autostart it.

    Sometimes I do feel like I am just making my life harder for no reason but I love the minimal UI and kb navigation.

    [–] Haui@discuss.tchncs.de 1 points 1 year ago

    Thank you very much for this explanation. i will try to check out some books on the matter. I feel like we (as in the community around linux) need to have a chat about helping others and not judging. :) we have a great opportunity here to gather a lot more users from windows but we wont until we manage to actually welcome and not insult them all the time.