• 1 Post
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • Kernels shouldn’t be a problem if you have the backports repo enabled (you can enable it during install, otherwise add it to your sources.list).

    You do first have to specify that you want the kernel from backports (or set up APT pinning preferences), but after that, it’ll keep that specific package updated whenever you run sudo apt upgrade and there’s a newer version.

    If you installed the generic Linux image on installation (usually the default, I believe), the quick way to upgrade is basically just:

    sudo apt install -t bookworm-backports linux-image-amd64

    It should be noted that backports is not Sid or Testing, it’s stuff built specifically for current Stable that people might need newer versions of for various reasons (e.g. hardware, limited feature updates that don’t affect the base system, some development libraries, etc.), so it’s quite small in the amount of unique packages it has. Like, you can get newer LibreOffice packages, but you’re not going to get Plasma 6 or whatever.

    Right now, the kernel is on 6.7 in backports, while Stable is on 6.1 and Sid is on 6.8. So you’ll get them a tiny bit later, but that’s in terms of days/weeks, rather than, you know, the usual two-ish years (not counting security updates).

    Side note: if you want all this enabled by default, Spiral Linux is just straight up Debian Stable with a bunch of firmware packages preinstalled for easier installation on a variety of hardware and the kernel is updated via backports by default, so you could give that a shot as well.

    It’s not like “a distro based on Debian”, it is Debian, but set up with conveniences for modern desktop users and also sets up btrfs + apt snapshotting by default, similar to OpenSUSE Tumbleweed’s process.


  • Or maybe I just don’t remember?

    Lol, actually that’s on me. I was an idiot and confused AHK with Joy2Key for some reason.

    However, I did find this on the AHK wiki, although it seems like Microsoft, as usual, makes things harder than they need to be:

    For Xbox controller 2013 and newer (anything newer than the Xbox 360 controller), Joy1 to Joy32 hotkeys will only work if a window owned by the script is active, such as a message box, GUI, or the script’s main window. This limitation also applies to GetKeyState for Joy1 to Joy32 and JoyX, JoyY, JoyZ, JoyR, JoyU, JoyPOV (and possibly JoyV), but not for JoyName, JoyButtons, JoyAxes and JoyInfo. To detect those controller inputs for other active windows, use the XInput.ahk library.

    Still, it’s worth a shot regardless. Seems like it does support gamepads but there might also be some tinkering required.


  • Ah, good ol’ Microsoft. Always finding ways to “surprise” us.

    I know you can use AutoHotKey to map controller input as well, but I totally understand why you might not want to after that other mess happened (and I imagine you may have actually tried this already anyway).

    Anyway, no prob. I’ll look around as well and if I come across anything, I’ll let you know.

    In the meantime, I hope your search goes well!


  • Ah, sure.

    Yeah, I get it. I hope my post wasn’t unnecessarily overwhelming or anything. Didn’t mean to be all “come to the light, Kodi has all you need”. I see now what you were getting at. Not that Kodi is missing those features, but that you want something simpler with those features.

    I actually wanted something similar before I even bothered with Kodi. All I wanted was to maybe go through my files and play my videos with SMPlayer (I just prefer that over VLC).

    Too many features can be unnecessary, so I get you.

    Even for me, Kodi can sometimes be too much. My setup is so basic that it might as well be a glorified video player, but there are a few features I still use and the laptop isn’t for anything else, so no reason to use anything else at this point.

    Now, this might sound like an odd idea, but have you looked into maybe trying to launch a video player via Steam’s Big Picture mode? I ask because you can set up your controller to work similarly to mouse and keyboard with Steam Input and then you can control the video with your Xbox controller.

    You could probably make a custom layout and then map certain buttons to their respective keyboard shortcuts.

    You then wouldn’t need to install or set up anything else, and it’ll allow you to use whatever media player you want.

    I know this does add a bit more complexity for the initial starting up the player, but once everything’s mapped, you just launch it from Steam and watch your stuff (admittedly, you would need to open your files from within the media player, which could be annoying due to most standalone media players not really having their own “big picture” mode).


    • fullscreen mode (dark mode / theme preferably, even if I would have to make it manually somehow)
    • option to navigate my drive or external drive
    • xbox controller support
    • subtitles support

    I’m a bit confused as to why Kodi isn’t working fine for you when it comes to all of this.

    I use it on an old laptop specifically for media and all that stuff works perfectly for me, although, admittedly, I do sometimes find that Kodi can initially be somewhat unintuitive (I also had issues when I first set it up, and I think the official wiki is basically required reading at this point).

    Either way, no idea why you’re finding issues with those features.

    It should be fullscreen by default, but if it’s not, (I think?) there should be a fullscreen button somewhere in the top left of the home page if you’re using the default skin.

    There are dozens of skins/themes you can install, some of which are pretty dark by default.

    I personally disable the entire library scanning thing and just browse my external drive because I prefer doing that due to my own organisation of media.

    Multiple controls are natively supported, including most game controllers like Xbox (provided the kernel has the drivers, and if you’re using Windows it absolutely does), and you can also use your smartphone/tablet as a remote control, if you’d like.

    Fully supports most popular subtitle formats, as well.

    The reason it’s messing with your files is because of the way sources can be set up. Don’t add anything to a specific “media library” and disable all media scraping add-ons.

    You can just add your drive (or specific directory) as a basic source and browse it via Kodi’s native file manager that way. You’ll still get thumbnails and basic metadata info, but nothing else (which is perfect for me, personally).

    I’m not at my machine right now, so I can’t really give instructions on that specifically, but for any other stuff, the rest of the Kodi wiki is fairly detailed.

    Again, I also think it’s sometimes a bit unintuitive, but once you sort it out, it can just be left alone to do its thing and shouldn’t bother you with anything you don’t want. For me, I use it as a pretty basic media player, just using a few extra features here and there, but not really as a library management tool like most other people do.

    I would install the backup add-on, though, so you don’t have to go through the whole setup again if you happen to lose the configuration or accidentally enable features you might not want.


  • Ah, I responded to one of your comments in your other thread, but it’s more relevant here.

    Debian has several live ISOs with the Calamares installer that most other distros use, so it’s as easy to install as any of those.

    No need to use the more complicated setup. Boot up the live CD/USB and install like anything else.

    If anything, the default install is filled with too many applications (at least the KDE one). Got all the office software, media players, a browser, and anything else that might be relevant. Even comes with a bunch of accessibility stuff like a screen reader preinstalled (but not configured).

    Also, you can install Timeshift immediately and use it. Don’t know why that’s an issue. Yeah, it’s not preinstalled, but it’s super simple to install and run the first snapshot and have it do its thing in the background. (Actually, this goes for Fedora as well as several other distros which you’ve put in your recommendations, so it’s not unique to Debian or Ubuntu.)

    Honestly, even as someone who uses Timeshift and Debian, I’ve needed to use it waaaaaaay less than I ever did on Kubuntu. I don’t know how someone who isn’t tinkering is going to break the system enough to need Timeshift, really.

    I’m not even sure if someone unfamiliar with Linux and not interested in the inner workings will even really understand the purpose or how to use Timeshift either. There are Windows users who have no idea about System Restore or how to use it, which is the closest equivalent.

    Also, it’s around two years between releases. Same as Ubuntu LTS, which Mint is based on (and Mint also has a Debian edition based on Debian Stable which they may move to at some point, if the burden of “fixing” Ubuntu becomes too much).

    Its biggest problem for beginners is the upgrade process. Instead of just notifying you about a new release and offering to upgrade your whole system, it’s usually on you to follow the release cycle and change the relevant lines in your sources.list, which isn’t particularly user friendly.


  • So, I don’t know if you’re aware, but Debian has live CDs/USBs with the same Calamares installer that so many other distros use. Pick any of the eight different DE ISOs and the installation process is identical to that of… pretty much everything.

    It’s all preconfigured (to the point where some might say there’s a bit of bloat) and there’s no need to go messing around with the more complicated stuff (although I’m not certain if it requires enabling the non-free repo separately or offers it on installation; that would be the only major issue).

    My only problem with that installation method is that the default partition setup sticks with the traditional “half your RAM size” swap space, which I think is annoying. But if someone doesn’t know or care about what swap is, there’s no real problem with it.





  • After my bios splash, it shows „welcome to grub“ and then switches to the debian start menu for 3 seconds or so, then shows some terminal stuff and then starts kde splash and then login.

    Yeah, the reason for this is that sometimes Debian doesn’t enable Plymouth splash screens by default, so you just see the text stuff. It actually annoys me a bit.

    Not on my computer at the moment, so I can’t remember the exact packages you might need, but if I recall, they should be plymouth-themes and kde-config-plymouth (so that you can choose the splash screen theme in your system settings). You can also find other themes online, but I forgot the name of that website where all the stuff is. Pling? I think it’s that.

    Anyway, once you have the themes installed, you need to sudo edit /etc/default/grub and append "quiet splash" (with the quotes) to GRUB_CMDLINE_LINUX_DEFAULT= (“quiet” might already be there).

    You can also change the value of GRUB_TIMEOUT= in that file to whatever your preference might be for the duration of grub’s boot menu, but there might be other things you need to adjust in order to hide it completely and still be able to access it if necessary.

    After that, run sudo update-grub so that it’s using the new config and choose whichever theme you want in the system settings.

    Alternatively, grub-customizer is a GUI app that you can install to do all of the above (which will also update grub when you save your changes). Just don’t touch anything that’s not relevant. Stick to just the duration of the grub boot menu and add the splash parameter. Ignore boot priority, etc.

    It should feel less “slow” to start up once all that’s sorted.



  • Yeah, Kubuntu’s fine. It has some of the Snap stuff, but the “minimal install” greatly strips down unnecessary bullshit to the point where I even find vanilla Debian Plasma to be more bloated in comparison.

    I used Kubuntu for most of my time on Linux before switching to Debian. Still fully recommend it as a basically “plug and play” distro with a quick installer that works OOTB.

    There’s also a KDE-specific backports PPA which gets you new Plasma and Qt stuff fairly quickly, but that works best on regular releases rather than LTS releases. (The only issue is that, because it uses Launchpad, the Plasma updates can be super fucking slow to download, regardless of your network speed).

    Then again, if someone’s going to be using LTS versions only, there’s not really that much of a difference between it and Debian Stable in terms of DE updates.




  • You can get a Cinnamon image via U-Blue.

    U-Blue in general is a nice collection of images because not only are there various unofficial options, but a lot of things like RPMFusion, etc. are preconfigured in their versions of the main editions (SilverBlue, Kinoite, Sericea, Onyx).

    Or you can just rebase regular SilverBlue (or one of the three other official variants) to one of those images if you’re running it already. Can roll back if you don’t like it.

    I doubt there’ll be an official edition until Cinnamon has full Wayland support since Fedora is going all in on that now.

    In the meantime, the community has it covered.


  • As someone who uses it somewhat regularly… It’s terrible. Apparently the next update is supposed to fix some of the UX issues people have had for years. But they said that last time as well.

    I just use Krita now for most stuff. The only thing GIMP does better (or did, I haven’t checked recently) is textboxes. Adding text to images on Krita was a nightmare a few years ago, but maybe they’ve fixed it.