• 1 Post
  • 97 Comments
Joined 2 years ago
cake
Cake day: September 9th, 2023

help-circle

  • My wife wanted Linux on her tablet. She read online that Gnome was the preferred DE on touchscreens. I warned her that I personally dislike Gnome, but it’s not like I’m going to throw a minimal window manager at her, so I told her that’s fine and she should try it out.

    Since I’m her tech support, I installed Garuda, a distro I already use. She played around with it, then asked if she could have desktop icons. It was stupid that she had to press a whole extra button just to see her “home screen”, she said. So I installed the desktop icons gnome extension, but it lacks basic features like either right click or drag, or maybe both. I can’t recall at the moment.

    Then the onscreen keyboard wouldn’t appear automatically when using certain programs like Brave. And using the stylus to press the OSK would close it entirely. The stylus was really fidgety and oversensitive, too. I have zero touchscreen experience on Linux, so I was disappointed with gnome’s lack of GUI controls to fix these kinds of things.

    She started to complain that Linux is too hard, then signed up for the 1 year extended Windows 10 support on her old laptop.

    So I reinstalled Garuda with KDE this time, told her I tried something new, and she’s been happy with it so far. Turns out my wife just hates Gnome. And she expressed this hate completely unprompted.

    That’s right, my love; fuck Gnome.

    I’ve never been more proud.







  • As long as I’m mocking help forums, I might have a stupid solution for your window decorations, which you can follow at your own risk. I saw your comment and, just out of curiosity, started playing around in a VM with imagemagick, a program I’ve never used before, but that might be useful for you. Here’s what I did:

    1.) I copied a theme I liked, in this case “Sassandra”, from /usr/share/themes into ~/.themes.

    2.) I renamed Sassandra (in ~/.themes) to Sassandra2 and switched themes to Sassandra2.

    3.) I opened up some of the images in ~/.themes/Sassandra2/xfwm4/ and made note of the geometry of the buttons. In this case, they were 24x17.

    4.) I opened a terminal in ~/.themes/Sassandra2/xfwm4/ and ran a command I got from an AI chatbot and fiddled with it blindly like an idiot until it ran:

    find . -type f -exec magick {} -scale 12x17 {} ;

    In this case, I wanted to use magick to shrink the icons from 24x17 to 12x17 (though you could just as easily replace “12x17” with an increased size instead), and I wanted to do all the files at once, using the find command as suggested by my robot overlord. It didn’t work as I intended. I never bothered to read any docs. I’m not even sure I put the “{}” in the right spot. But it did shrink the images, preserving the aspect ratio. It also threw up a couple errors because I forgot about the readme and themerc files in that directory. Speaking of which, you can fiddle with the themerc file to make any minor adjustments, like offsetting text.

    Edit: In retrospect, the original image files were actually all different sizes and now Sassandra2 looks like crap, but you can always run magick on files individually.






  • prunerye@slrpnk.nettome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    So, uh, I don’t know how to tell you this, but it sounds like you’re an addict. You should consider taking days off from your phone. Like, 100% powered off. The false sense of urgency your phone provokes destroys your productivity and makes you less happy. You gotta unlearn that reflex.








  • I played with Endeavor years ago, but not extensively. If memory serves, it’s pretty much just preconfigured Arch with some nice theming, a Calamares installer, and a few simple scripts. Garuda adds even more theming (too much for my tastes, actually), a few GUI utilities, notifications when your system is overdue for an update, and an update script that runs common post-update tasks (like grub-install) and takes snapper snapshots automatically, so basically user-friendly bloat.