Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

d3Xt3r, (edited ) to linux in Flatpacks - installing within Distrobox?

Distrobox, by default, doesn’t provide much isolation/sandboxing - it’s main aim is desktop integration and filesystem transparency. So if you’re trying to use it for isolation, it’s a bad idea.

However, you can create a new container which will isolate your filesystem and prevent such conflicts, using the –unshare-devsys flag. (if you want FULL isolation though, use the –unshare-all flag).

Then enter the container and install the flatpak app as usual.

I just tested this on Fedora uBlue and an Arch container and it works fine, didn’t have to unmount anything.

d3Xt3r, (edited ) to linux in Energy Efficient X Compositors?

If you’re after fluid yet lightweight animations then you should definitely check out Wayfire. Yes it’s Wayland and a WM not a DE, but you can get a distro/spin with Wayfire and all the stuff you need for a DE all pre-installed and pre-configured. Wayblue (based on Fedora uBlue) is one such option you can try. And because Wayblue is immutable and has reliable atomic updates, it’d make a great option for you as a school-goer as stuff rarely breaks and you can always rollback to a previous image before the update.

d3Xt3r, to linux in I finally nuked windows

Congrats, and welcome to the club!

d3Xt3r, to linux in Bazzite 2.2.0 has been released - now with the fsync kernel and HDR in game mode

Does restarting PipeWire fix it?

systemctl --user restart pipewire.service

or

systemctl --user restart wireplumber pipewire pipewire-pulse

If that works, you could create a systemd unit file to automatically run that after resume.


<span style="color:#323232;">[Unit]
</span><span style="color:#323232;">Description=Restart Pipewire after resume
</span><span style="color:#323232;">After=suspend.target
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Service]
</span><span style="color:#323232;">Type=simple
</span><span style="color:#323232;">ExecStart=/usr/bin/systemctl --user restart pipewire.service
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Install]
</span><span style="color:#323232;">WantedBy=suspend.target
</span>
d3Xt3r, (edited ) to linux in Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?

I have the same chip in my mini PC (7840HS) and it works fine for me on Linux, but then again I use Arch + Wayland. Maybe you could try a couple of different distros on a Live USB or something (you could create one using Ventoy and then put a few different ISOs on there to play around with). I’d recommend choosing a distro with a recent kernel and updated graphics stack, for eg Arch or Bazzite and see how it goes.

But the artefacts you describe sound more like a hardware glitch to me. Have you tried running the Lenovo hardware diagnostics from the system boot menu? (IIRC you need to press F12 or something to get the menu and then choose the diagnostics mode).

d3Xt3r, to linux in Reddit API blew up and now I run Linux?

Completely FOSS isn’t completely self-sustainable either in the real world - you’d need to be using something like RISC-V with coreboot and a completely open hardware stack with zero proprietary firmware blobs in the mix + not to mention running a fully self-hosted email/cloud stack. And if you’re using a mobile phone - even a dumb one or a pinephone - then you’re not fully FOSS. I’m not aware of anyone who’s fully FOSS out there, except maybe RMS?

d3Xt3r, (edited ) to linux in Reddit API blew up and now I run Linux?

I use multiple systems and even I feel NixOS is overkill, especially with their confusing and sometimes incomplete documentation.

On the other hand, Nix the package manager has been fantastic - especially if you’re on an immutable OS, or running some ancient “stable” distro - you can get all the packages you want, without breaking your system - and no need to learn the Nix language and write convoluted config files.

d3Xt3r, to linux in HP Elite Desk

We use HP EliteBooks and EliteDesks extensively at work. I even used to set them up in my old job, and as far as I’m aware, it doesn’t connect to the Internet or “phone home” by default (although that could’ve changed in recent models). In any case, one of the nice things about the HP BIOSes is that it’s very configurable - you can disable the automatic BIOS update checks, network adapter etc. I forget if there was an option to just disable the network stack, but what you could do is configure the UEFI network settings so that they’re invalid - ie, set it to a random static IP + random DNS etc (eg: 0.0.0.0) so that it can’t connect even if it tried.

d3Xt3r, (edited ) to linux in What are some interesting devices powered by Linux?
d3Xt3r, to linux in Is there any hyprland fedora silverblue images?

however when I rebase to that image it drops me into rescue mode after reboot. :(

Did you rebase to the unsigned uBlue image first?

rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/startingpoint:latest

This will install the proper signing keys and policies and prepare you to rebase to a different signed image. After you run the above command reboot, and then rebase to the actual image you want to rebase to.

Also, here’s another alternative to Hyprgreen: github.com/wayblueorg/wayblue/

d3Xt3r, (edited ) to linux in Bluetooth Help (MX Linux Plasma, kernel 6.1.0-13)

It looks like you’re still using PulseAudio? I’d highly recommend switching to PipeWire+WirePlumber instead, installing it should make your earbuds work automatically.

Follow the installation instructions here: wiki.debian.org/PipeWire#Debian_12

d3Xt3r, to opensource in It's joever. Tachiyomi will no longer be actively developed.

Yep. I use keiyoushi and it works fine.

d3Xt3r, (edited ) to opensource in It's joever. Tachiyomi will no longer be actively developed.

There are already a few actively maintained forks of Tachiyomi. TachiJ2K and TachiyomiSY are two such popular forks which have several features not present in the original app. In fact, many hardcore manga readers in the community had already switched to them years ago. There’s also Aniyomi, which not only supports manga but also watching anime via extensions, the same way you’d read manga in Tachiyomi.

So thanks to the power of FOSS, Tachiyomi already continues to live on and you don’t need to wait for a fork.

@simple @junezephier @WadamT

d3Xt3r, (edited ) to linux in Distro for a POS

Ubuntu Christian Edition, if he’s a satanist.

Ubuntu Satanic Edition, if he’s a Christian.

Hannah Montana Linux, if he’s neither of the above.

d3Xt3r, to linux in What's your current favorite distro that isn't Arch, Debian or Fedora?

Bazzite. It’s based on Fedora uBlue so it’s technically Fedora, but being an immutable OS, it works quite differently enough that it counts as its own distro. For instance, you don’t use dnf or yum to install stuff, you’d use Flatpak/Distrobox/Nix. Updates are done using the rpm-ostree command, and it’s effectively a rolling release model, but atomic in nature so you get none of the instability that you’d get in a typical rolling release.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #