[-] Shareni@programming.dev 4 points 6 days ago

Depends on what you do.

If you're just browsing, and doing casual stuff, it's not really noticeable. It's perfect for the less technically oriented because nothing changes for years.

I've been using MX for about a year now, but I definitely wouldn't have without flatpak and nix. I need packages that aren't years out of date, so they're all installed through nix home-manager.

The benefit of this combo is that while user packages might break, the system itself will be predictable for the next few years. That means no new bugs, but also that minor issues won't be solved.

[-] Shareni@programming.dev 82 points 3 weeks ago

Yeah, who'd hate using a package manager that increasingly slows down your boot time with every package installed, or that uses a closed source store to provide you FOSS

Maybe there's a reason canonical has to force it on their users

[-] Shareni@programming.dev 59 points 3 weeks ago

No, Debian doesn't take your apt install ... command and install a snap behind your back...

136

The product of a chat with @QuazarOmega@lemy.lol

[-] Shareni@programming.dev 62 points 5 months ago

So why should we use this instead of just saying lixmaballs and using nix/aux/nux/whatever other fork?

[-] Shareni@programming.dev 37 points 5 months ago

Prints a 10m scroll daily containing automated probes and attacks

[-] Shareni@programming.dev 33 points 5 months ago

When you do things right, people won't be sure you've done anything at all.

Damn you, the photo didn't load and I thought I'd be the first one. Time to start my own comment chain, with blackjack and hookers.

[-] Shareni@programming.dev 61 points 5 months ago* (last edited 5 months ago)

Dude still hasn't decided where to host the repo. It's not an alternative, guix is...

[-] Shareni@programming.dev 71 points 5 months ago

Wait a bit Ubuntu is next. They already added terminal ads, embedded affiliate links for amazon, and sold user data to amazon.

21
submitted 5 months ago* (last edited 5 months ago) by Shareni@programming.dev to c/linux@lemmy.ml

MX Linux, Xfce 4.18

Closing the laptop lid suspends the system, opening it resumes it, but the screen is black. I'm guessing it's related to powerup because suspending through the logout menu and systemctl suspend both work as expected. When it's black, switching to a different tty works, as well as C-M-Backspace to logout.

Same results with both lightdm and sddm, when replacing suspend with hibernate, and I've tried a few solutions like disabling lock on sleep.

Seems like this issue has been around for years, but had a whole bunch of different causes since every other thread has a different solution.

XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon > /tmp/xf.log 2>&1

ps -ef | grep -E 'screen|lock'

xfconf-query -c xfce4-power-manager -lv

dmesg, cleared it before trying to suspend

updates:

I'm not seeing a black screen, instead it turns on the display and then turns it off.

Additionally, I tried closing and opening the lid a few times, and it woke up correctly.

I tried it in i3wm with the xfce power manager to suspend after closing the lid. It woke up correctly 10 times in a row.

Solution: start an xrandr config and the monitor turns back on.

[-] Shareni@programming.dev 34 points 6 months ago

Installs proprietary WiFi drivers on Debian

PROPRIETARY OS

[-] Shareni@programming.dev 48 points 6 months ago

Try it, the worst thing that can happen is you waste a few hours, get mad, break your PC, and get a brain aneurysm

[-] Shareni@programming.dev 33 points 6 months ago

I've recently performed my first full conversion. The key was that windows took like 15 mins to boot and 5 more to open up chrome. That laptop might be ancient but with Linux it goes 0-browser in a minute, and the convertee is more than satisfied.

[-] Shareni@programming.dev 37 points 8 months ago* (last edited 8 months ago)
  1. As you can see from the state of this thread, people see nix or nixpkgs but read nixos. There's no momentum from the community to push it as an extra package manager, while every thread is spammed with nixos.

  2. No gui integrations for casuals. For example Discover integrates flatpaks and snaps, but for nix you need to use the terminal.

  3. The documentation is abysmal. I spent days trying to figure out how to use nix as a declarative package manager before I accidentally came across home-manager. Even the manual leads you down the wrong path. A quick start guide with a few examples for home-manager and flakes, and a few basic commands, would've had me going in 5 minutes. That problem is made worse by the fact that almost all sources of info focus on nixos instead.

Edit:

if anyone's interested in trying it out, here's a part of my other comment in this thread

It's just a list of packages, and an optional flake to control the repositories (stable/unstable) and add packages from outside of the official ones.

To update everything nix related I just run:

cd ~/dotfiles/nix/ && nix flake update && home-manager switch

view more: next ›

Shareni

joined 1 year ago