linux

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

QuazarOmega, in Ruffle (a open source re-implementation of adobe flash player) reviews improvements made in 2023

Incredible improvements! Love seeing people so dedicated to such an important project

d3Xt3r, (edited ) 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.

indigomirage,

Thanks - this gives me a few leads.

I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)

A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.

If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)

d3Xt3r, (edited )

Audio works. Not sure how though, –unshare-devsys is supposed to not share the hosts devices, but I guess audio devices are an exception.

The full isolation flags are:


<span style="color:#323232;">--unshare-devsys:          do not share host devices and sysfs dirs from host
</span><span style="color:#323232;">--unshare-ipc:          do not share ipc namespace with host
</span><span style="color:#323232;">--unshare-netns:        do not share the net namespace with host
</span><span style="color:#323232;">--unshare-process:          do not share process namespace with host
</span><span style="color:#323232;">--unshare-all:          activate all the unshare flags below
</span>
indigomirage,

Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach.

indigomirage,

Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.

That said, I’ll give it a go.

MyNameIsRichard, in I finally nuked windows
@MyNameIsRichard@lemmy.ml avatar

Feels good to ditch Windows don’t it?

IsoSpandy,

It’s like a brick off my chest

Sorcaeden, (edited ) in Help w/ crash

I don’t pretend to be an expert in this, and I also have no idea what the state machine looks like for unauthenticated WiFi, but my thinking on the call stack is either you were authenticated and the association with the AP dropped while sending a frame and puked, or it kicked it while attempting to authenticate to an AP, and I have no idea why a mutex would be taken, or to what, but it timed out apparently.

So why would this happen after a rebuild?

  1. freak accident/timing thing.
  2. I see multiple mt## modules loaded, and I’m suspecting while not looking it up that they are operating a MediaTek chip in that dongle, and are potentially conflicting.
  3. lots of wifi devices I’ve seen recently have loaded firmware separately from driver from /use/lib(or lib64)/firmware and the version changed from before, and maybe needs updating now or you did it before or whatever.

I agree with others - I’d give you a fiver if it happens again without the adapter connected.

mvirts,

I think You’re right, it is a mediatek chip and I used to add the USB device id manually to load the module, but with nixos 23.11 it started working automatically. I’m also running a preemptable kernel… Probably related now that I think about it :P

I should track down the firmware, that was one of the things I was looking into when setting up the device id hack.

I think this happened once before after uptime of about a week… But I didn’t get any information from that crash. Also, I’m remembering that some configurations were failing to see this wifi device and falling back to wired so maybe this has been a hidden problem since the new nixos release…

Thanks to everyone for your thoughts, it’s very helpful.

baseless_discourse, (edited ) in Reddit API blew up and now I run Linux?

I also started with LTS assuming they would be more usable, but the extremely outdated package have later driven me away from linux for a while.

Now I realize I can just run normal Ubuntu to get reasonably up-to-date packages. But I like the latest (non-graphical) software that is offered by fedora.

ruckblack, in Which terminal emulator do you use?

I like yakuake, I’m spoiled by the drop-down terminal at this point

UNWILLING_PARTICIPANT,

I used to love yakuake. Really convenient

ruckblack,

It’s become really sleek looking too. When I first started using it the UI looked kinda clunky.

Olap, in Which terminal emulator do you use?

So Konsole rocks. Yakuake a great addition. But I’m a big KDE fanboy

Alacritty is also pretty fun, combined with openbox / LXDE

But for the $dayjob it’s Windows Terminal which is easily the best thing Microsoft has released in decades when combined with WSL

banazir, in Which terminal emulator do you use?
@banazir@lemmy.ml avatar

Konsole does everything I need it to.

atzanteol, in Fedora, Arch, or EndeavourOS?

Just install one. Find out.

Secret300,

This. I shill fedora all day but really it comes down to preference

BlanK0,

I would recommend trying it on a virtual machine, or even better a external ssd

atzanteol, (edited )

Just friggin’ install it. People spend so much time debating “which distro should I install”. Toss a dart at a board and pick one. Install it. Get your hands dirty and go. You’re not naming your first born you’re trying a new OS.

Rentlar, in best foss cad software?

Artistic modelling i use Blender but Parametric modelling I used FreeCAD.

Despite having worked with CAD software, both were a little hard to wrap my head around initially, but I watched like 2 hours of video tutorials each and I figured it out enough for my needs.

MeowWeHaveAProblem, in best foss cad software?

Depends on what your using it for? For 3d printers I like FreeCAD. Though it has a bit of an initial learning curve. It has a lot of functionally. SolveSpace was pretty good but I had some trouble with fillets and things. Might have been user errors… I havent used blender much but heard its good for more artistic modeling for games and videos. Not sure if it would work good for 3d parts? Anyone use it for that?

d3Xt3r, (edited ) in What are some interesting devices powered by Linux?
atzanteol, (edited )

They link doesn’t say the jwst uses Linux. Just that python is used by the jwst team.

penquin, in [Resolved - now using Onboard] Any recommendations for an on-screen keyboard like the one that Windows has. The one that comes with Gnome is annoying to use...

There is nothing else. OSK sucks on Linux. I wish I knew how to fucking code, I’d make my own.

Dekkia, in ELI5 the whole Wayland vs X11 going on.
@Dekkia@this.doesnotcut.it avatar

X is old and very hard to maintain. A lot of rules about how displays work have changed drastically since X became a thing. X went along with most of those changes, which meant the introduction of more and more hacks to keep it running.

Over time X became worse and worse to work on and people realized that it’s easier to write something new from scratch instead of trying to fix the decade-old technical debt in X.

That new thing was Wayland and over time most if not all people that where interested in working on desktop compositing pivoted away from X.

Wayland (as it is always the case with new software of that size) didn’t hit the ground running. It had various issues at the beginning and also follows a different desig philosophy than X.

Despite a lot of issues being fixed some people are still very vocal about not wanting to use wayland for one reason or another. While some of those reasons are valid, most come from ignorance or laziness to adapt.

IronSage, in Evolve - A brand new GNOME Theme Manager

Where’s the git repo?

kzhe,

According to video it’s wip/coming

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #