this post was submitted on 07 Jul 2023
35 points (97.3% liked)
Unixporn
15343 readers
43 users here now
Unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Rules
- Post On-Topic
- No Defaults
- Busy Screenshots
- Use High-Quality Images
- Include a Details Comment
- No NSFW
- No Racism or use of racist terms
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How do you handle lack of systemd? Do you use elogind or seatd? Do you package some things yourself considering Alpine isn't popular as a desktop distribution?
I only ever used systemd for services and did not use any of the other features. Openrc does that and it works so nothing to handle.
I use seatd and I do not use polkit. The only thing that caught me off guard was that the default login binary does not support PAM so I had to install shadow-login.
I do use flatpak for lutris, web browser and few other things, but I prefer native packages. If the package isn't in the repos I package it myself, the package format is almost identical to the one Arch has so a lot of times its enough to just edit the dependencies and build.
Thank you for indulging me! I tried Alpine for a moment with Sway but it was really bare and I had some issues with setting up seatd and/or elogind to ensure some usual niceties like auto-mounting of usb drives etc. I was curious how is daily-driving it experienced by others.
Yeah, its extremely minimal, but thats part of the appeal for me.
For automounting I just have udev rule for my usb drive, which is ok, but if I had to use a bunch of different drives for whatever reason I'd probably setup polkit.