Recent content by Sueno1123

  1. Sueno1123

    xdg-desktop-portal eating up memory

    The browser, Vivaldi, but that's to be expected. Unless of course you count the occasional tab that leaks and crashes the system. I don't think it's connected, though.
  2. Sueno1123

    xdg-desktop-portal eating up memory

    I just checked, I don't have xdg-desktop-portal-gnome installed. I have xdg-desktop-portal-gtk and xdg-desktop-portal. Those two run at the same time, but only the latter appears to be leaking memory. It has nothing to do with steam, it does it on its own. I rarely use steam anyway. It's been...
  3. Sueno1123

    xdg-desktop-portal eating up memory

    xdg-desktop-portal insists on running itself in the background and consuming copious amounts of memory. I do not use any flatpaks, and the only reason I can't uninstall xdg-desktop-portal is steam. xdg-desktop-portal runs even when steam isn't. Here's what that looks like in btop. I've...
  4. Sueno1123

    Building a golang program from source

    Ah. Can't believe I missed that.
  5. Sueno1123

    Building a golang program from source

    Hello, I'm trying to build pcd from source, which is a CLI podcast manager written in golang. Apparently the usual make command doesn't work on this one. The program is poorly-documented, and the developer appears to be inactive. How do I do it? Thanks for your time.
  6. Sueno1123

    Custom autocomplete in BASH/ZSH functions

    On a tangent—why not? I've been on ZSH since day one (around a year ago). Are there any reasons I should ditch ZSH for BASH?
  7. Sueno1123

    Custom autocomplete in BASH/ZSH functions

    I have written a script, and I need the tab autocomplete in my shell to only select files of a certain type (mp4, mkv, avi), just like rmdir's autocomplete only selects directories. Here's my (inelegant) script: #!/bin/bash [ -z "$1" ] && return command mpv "$1" || exit fd -q donefile && exit...
  8. Sueno1123

    Are we suffering attempted DDoS attacks.

    Happened to me just a few hours ago.
  9. Sueno1123

    [SOLVED] Plymouth works in an unexpected way

    ALREADY SOLVED HERE System info: Intel i5-6300U, Intel HD Graphics 520, Manjaro KDE (X11), LightDM I've followed the Arch Wiki guide to installing Plymouth as well as this video, and it works well with the "plymouth --show-splash" command, but for some reason the splash is shown during...
  10. Sueno1123

    SOLVED: Caps/Hyper behavior inconsistent

    THIS HAS ALREADY BEEN ANSWERED ON ANOTHER FORUM. System info: Manjaro KDE, Intel i5-6300U, Intel HD Graphics 520 I’ve been trying to solve this for weeks now. Before I switched to Linux, I had wired AutoHotkey to replace the function of the Caps Lock key to become a modifier (e.g. caps + a...
  11. Sueno1123

    "The Hardest Way To Learn Linux"

    And why is that?
  12. Sueno1123

    "The Hardest Way To Learn Linux"

    I was browsing around on Quora when I saw someone recommending something weird: they were telling prospecting Linux converts not to expect their hands to be held because that would hamper their learning journey. They recommended something drastic: apparently there's a book called "Linux From...
  13. Sueno1123

    Alternative to AutoHotKey on Linux?

    I use AHK religiously on my Windows 10 system, I've automated nigh near everything, and I have keyboard shortcuts for everything (even including copypasta lol). Is there a tool in linux that would allow me to do the same?
  14. Sueno1123

    Some people REALLY hate Ubuntu...

    The beer thing seems to be a running meme in this community xD
  15. Sueno1123

    Some people REALLY hate Ubuntu...

    Looks like that's what I'll be doing :D installing a new OS had the impression of being a total nightmare in my mind.
Top