Find jellyfin related file in /etc/apt/sources.list.d, edit it as root and try replacing „circle” with „bookworm”.
After that apt update
and retry. If it doesn’t work you can also try replacing it with „noble” but the you might also need to replace debian -> ubuntu, but that’s just my guess
- 0 Posts
- 60 Comments
azvasKvklenko@sh.itjust.worksto Linux@lemmy.ml•Music Production and Software Synthesizers/VST's under LinuxEnglish5·16 days agoWhat you really need is one of native DAWs you mentioned combined with Windows VST plugins run using Yabridge + WINE.
I remember running even complex VSTs along with realtime MIDI processing from e-drums with really good results and low latency.
-
Make sure your distro runs Pipewire and has pipewire-jack installed. Run your DAWs with JACK backend
-
You can check https://wiki.archlinux.org/title/Professional_audio for tips regarding audio performance. Don’t worry if you don’t use Arch-based distro. Most of it applies to any distro really
-
Install wine and yabridge follow setup instructions on how sync your plugins, which essentially takes specified locations with VST2/VST3 DLLs and creates .so equivalents (Linux dll format) under specified location that under the hood calls Wine, but makes it transparent. You add that location (with .so files) in your DAWs search paths and it should scan those plugins like if they were native.
Of course some compatibility issues are possible, but you should be able to run most stuff this way when it comes to plugins.
-
I’m pretty sure I used SyncThing from Flatpak at one point and it run great
azvasKvklenko@sh.itjust.worksto linuxmemes@lemmy.world•boot: "you are in emergency mode"English0·1 month agoNaaah, bootable USB stick is enough xD
azvasKvklenko@sh.itjust.worksto Technology@lemmy.world•Mozilla is shutting down Pocket, their read-it-later and content discovery app, and Fakespot, their browser extension that analyzes the authenticity of online product reviews.English8·1 month agoYou don’t need to. Modem browsers will suspend unused tabs, cache them on drive and free up the memory, while quickly restoring as soon user activate them. On at least moderately fast systems this happens so quickly it’s hardly noticeable.
azvasKvklenko@sh.itjust.worksto Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish1·1 month agoI’m pretty sure it is or at least will be at some point
azvasKvklenko@sh.itjust.worksto Technology@lemmy.world•The Windows Subsystem for Linux is now open source.English126·1 month agoThanks for nothing Microsoft
azvasKvklenko@sh.itjust.worksto Linux@lemmy.ml•How much of a pain is it to install Nvidia GPU drivers, really?English1·2 months agoThat depends on which GPU you’re using as nvidia-open is for Turing and newer, but that makes no practical difference as it is and will always be out-of-tree.
azvasKvklenko@sh.itjust.worksto Linux@lemmy.ml•How much of a pain is it to install Nvidia GPU drivers, really?English3·2 months agoIt really depends on how the distro you’re using is integrating them and while installing them is usually the easy part, working around certain quirks they come with can be a bit tedious in my experience.
The proprietary driver comes in binary form and is shipped with a small kernel module that handles loading the binary driver. The Linux kernel modules that aren’t part of Linux itself (which most drivers are) must be compiled for specific kernel and its binary can work only for that specific kernel and nothing else. This means that even if then driver is the same but kernel changes, the nvidia module must still be recompiled. There are two ways distros handle that: 1) by running the compilation process in the background while installing or updating the driver package 2) by shipping binary form of the nvidia module, in case where it’s distro that always recommends synchronization of all packages so that kernel and modules always match. Historically this caused way more problems than it sounds, compilation might have failed for certain kernels occasionally leaving users with broken video after simple system update. Overall though it mostly works fine, especially nowadays.
Another quirk is that the user-space part of the driver that exposes OpenGL and Vulkan interfaces for applications are also proprietary and closed source, and they must also match exactly with the kernel part of the driver. This creates another problem for sandboxed applications using for instance Flatpak. Applications in container won’t use the system-wide libraries, but rather ship their own - and that’s by design for good reasons. Flatpak will automatically detect NVIDIA and install matching driver just fine, but then after installing system upades, you must always update your flatpaks as well or the ones that use GPU in any way will simply fail to launch or fall back to software rendering making it extremely slow. This doesn’t happen for open source drivers, because Mesa can work with basically any kernel, so Mesa in Flatpak can be in completely different version than the one installed as system package. Moreover, I experienced problems with storage space because Flatpak wouldn’t automatically remove old NVIDIA drivers and after a year or so it was a chunky pile of NVIDIA drivers.
And even when it works, there can still be missing functionality or integration with the OS might not be perfect. Last time I used them I was limited to X11 with many quirks regarding multi monitor setup and vertical synchronization. Wayland is technically usable now on NVIDIA, but not perfected yet.
azvasKvklenko@sh.itjust.worksto Linux@lemmy.ml•Ubuntu Will Replace GNU Core Utilities With RustEnglish23·4 months agoWhat you’re referring to as Linux is actually Uutils/Linux…
azvasKvklenko@sh.itjust.worksto Linux@lemmy.ml•Been enjoying Rhythmbox, what are your thoughts?English5·4 months agoIt literally hasn’t changed even a tiny bit since I first saw it in 2006 :)
I currently use Strawberry - a well maintained fork of the old Amarok player before they redone the UI for KDE 4. It does what I care the most:
- Tree view collection with artist -> album grouping
- Files view
- Lyrics
- Tag editor
- Queue
- Last, but definitely not least - gapless playback
Because it was. Only very late right before the project was killed they renamed it
azvasKvklenko@sh.itjust.worksto linuxmemes@lemmy.world•Not the kind of simple you want, but the kind of simple you deserveEnglish0·5 months agoI mean, it is dead simple after all
azvasKvklenko@sh.itjust.worksto Technology@lemmy.world•Are Dating Apps Getting Worse?English4·5 months agoPlot twist: he grabs you out of the bush and kiss
Also Hyprland… Yes, that’s the key - the desktop, not the distribution, though the „stable” distros don’t yet ship stuff new enough for this.
Yes, because back when I was learning almost 20 years ago I was able to google terms and read stuff for myself and it was also requirement for posting on forums, yet I was still getting a lot of help from the community. Times has changed it seems, so did the culture. Should I always assume ignorance and lack of interest? And now before I saw your comment I responded more comprehensively anyway, because why not, I’m not mad or anything. Should I take more time to write the response the first time around? Uh maybe idk
Every single one that ships Wayland compositor that supports it. I’d say „finished” is still a bit of a stretch though, since HDR support in apps is still quite limited and the only way to play Windows games with HDR is via Gamescope.
PopOS is Ubuntu LTS so it’s only getting ancient KDE Plasma and no, not worth it.
Aside, yes it’s fairly easy, but you might need to change couple of settings regarding theming and then roll back to defaults to un-fuck some desktop theming.