• 0 Posts
  • 73 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle


  • Well, if you honestly think about it, Linux has always been tried by many of people that eventually went back to Windows because something wasn’t entirely straightforward. Don’t get me wrong, I love Linux, but I don’t blame people for thinking that. Trying Linux is very different than sticking to it. Linux is amazing OS for people who put at least some effort into learning it, but like it or not, it can be absolute pain for those expecting things to just work without any interest on why they experiencing issues. Given how many sets of hardware and peripherals people have, weird quirks, bugs and required workarounds aren’t unheard of. Maybe it’s just something very simple to fix for an advanced user, but normies will just run away.







  • I already had Arch installed but was facing some bugs on Framework hardware. The official Framework forums advised to try to reproduce it on Fedora, which is officially supported distro. I just wanted to keep all of my stuff in home including KDE config, all my programs data, dotfiles etc, as well as disk layout encryption and so on. It was pretty short way for making drop-in replacement for Arch - extracted the OS to a new btrfs subvolume, configured bootloader and some basics, installed all my needed packages and all the same flatpaks and that’s it. It felt like nothing ever changed







  • azvasKvklenko@sh.itjust.workstoLinux@lemmy.mlJellyfin assistance
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    5 months ago

    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


  • What 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.

    1. Make sure your distro runs Pipewire and has pipewire-jack installed. Run your DAWs with JACK backend

    2. 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

    3. 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.