• 0 Posts
  • 128 Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle








  • Uh, well, I kind of already wrote most of what there’s to say in the comment above, it hides your mouse pointer when you don’t move it for a few seconds.

    In most distros, it’s available as the unclutter package, directly from the repos. On Debian-based systems, the package you want is called unclutter-xfixes.

    https://wiki.archlinux.org/title/Unclutter

    It is built for X11 and won’t work on Wayland.
    But KDE recently shipped a built-in feature as part of Plasma 6.1 (a Desktop Effect called “Hide Cursor”), which also works very nicely. That one does not cause hover elements to disappear.



  • The fun part is that as a dev, you don’t really know that either. It’s just the file name of the executable. Anyone can rename that.
    And even if it’s not renamed, you still don’t know, if your users need to call it with just hx or with ./hx or some other path.

    Obviously, you should mention somewhere that the executable is likely called hx, but because that requires an explanation, there’s certainly a tendency to not mention it very often…



  • I like to use unclutter to hide my mouse pointer after a few seconds without being moved.

    Now, the thing is, it doesn’t just visually hide the cursor, it actually removes it, so UI elements triggered by hovering disappear. Sometimes that’s great, other times it’s infurriating, like when reading a tooltip or menu.

    I mostly use a touchpad, and so I developed a habit to wiggle my finger while I’m intentionally hovering something, so that there was enough mouse movement for unclutter to not remove my pointer.

    Then I found a setting for the jitter threshold of the touchpad. Basically, with the threshold on, it ignores tiny movements, because the hardware reports finger wiggling, even if you hold your finger perfectly still. Which is perfect for me to turn off.

    Now when I have my finger on the touchpad, it automatically wiggles and allows me to read hover elements. If I take my finger off, it stops wiggling and removes the cursor.
    It’s almost like someone designed an OS with touchpads in mind, rather than them being an afterthought.


  • Ephera@lemmy.mltoLinux@lemmy.mlQustions
    link
    fedilink
    arrow-up
    23
    ·
    30 days ago
    1. Are there any distributions that come with the minimum pre-installed apps ? … I mean not even a video or music player

    You would not believe the obsession the Linux community has with minimal distros. Yes, there are many variants of “nothing” pre-installed.

    Problem is, that many of the minimal distributions are more difficult to use, because they might not have a GUI, for example. Or they don’t have handling for Bluetooth out of the box. Things like that.

    For someone new to Linux, I would not recommend jumping straight to a minimal distro. The pre-installed apps are typically decent on Linux (like a recommendation by the folks who create the distro) and if you don’t know much of the ecosystem yet, it’s a good way to start learning about it.

    If you do find, you really just don’t need any video or music player, you can also separately uninstall them. Which, again, is easier than installing missing things that you never heard of.




  • Well, if I were to post it to a community on e.g. feddit.org, I would write it as:

    Welche Fremdsprachen sprecht ihr so?

    “Fremdsprachen” just means “foreign languages”, since I know that responding folks speak German.

    Then “sprecht ihr” rather than “sprechen Sie”, because addressing a group of people with direct pronoun is unusual in German.
    As someone else already said, using “Sie” is also far too formal for this context. People refer to each other as “Du” on most of the internet.
    But “Welche Sprachen sprichst Du?” still gives me vibes of a marketing firm hoping to drive engagement by referring to people directly.

    And then the “so”, I have no idea what that is linguistically, but it basically makes the question more casual. It invites for people to tell a story or to have a chat.




  • Ephera@lemmy.mltoLinux@lemmy.mlHow bad is Ubuntu?
    link
    fedilink
    arrow-up
    21
    ·
    1 month ago

    Personal main-complaint about Snaps is that they ship Firefox by default with it and some things in it are just broken:

    • “Save Image As…” in the right-click menu would just fail to open the file dialog and therefore do nothing.
    • It doesn’t use ~/Downloads/ for downloads, but rather some complex folder underneath ~/snap/. You can get to that folder from Firefox’s download list, I believe, but navigating there via file manager is tricky.

    Thankfully, Mozilla now offers a DEB repo: https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions

    As for Kubuntu, it’s far from the greatest showing of KDE. They frequently have oddball KDE versions, e.g. not quite shipping the KDE LTS version in Ubuntu LTS, because releases didn’t line up, but also just in general weird instabilities and crashes which don’t happen on my openSUSE laptop (my workplace issues Ubuntu laptops).

    Having said that, we gave some of our Linux newbie colleagues GNOME and they always seem to struggle more with it than the colleagues with KDE, because usability in GNOME is just whack.
    Things like not being able to type a file path into the file manager (unless you know the magic shortcut Ctrl+L), or the file-open dialog highlighting the name field, but when you type into it, it starts searching files instead.
    But also just the whole thing not behaving like Windows. I’ll be the last to praise Windows’ usability, but it is what many people know.