LalSalaamComrade

Yup, that’s me, President of the agAdbefdsds…what, where am I?

  • 2 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: October 3rd, 2023

help-circle

  • Since there’s no answer from Guix users over here, well, I use Guix as my main distro. The language choice is superior to Nix’s half-Haskell DSL. However, the bigger issue with Guix is the lack of maintainers. NodeJS hasn’t been updated since the last five year and Zig lacks a lot of packages. Another big issue is the centralized GNU server, which can fail at any moment. Their servers are all located in either the USA, or Europe, and for Asia, downloading NARs with such slow speed is a pain in the ass.






  • You have to download docker first, then enable virtualization support from the BIOS. Also don’t forget to add the required “groups” to your current user. Then run the docker command (privilege escalation would be necessary, so use with sudo or doas):

    $ docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
    

    But this is a web application, not a native client. Why do you want this? There’s probably someone out there running mlmym for your instance.




  • There’s newm, which looks really cool, but unfortunately, it is not being maintained any more - I think future version of GNOME will be going in that direction soon, if you’re interested in that style of hybrid single workspace, scrollable window/desktop management. Then there’s also labwc, herbsluftwm, qtile, etc. If you don’t mind X11, you’ll have lots of options to choose from. Personally, I’ve moved to XFCE4 because it is very light-weight, and I’m waiting for version 4.20, which will move to Wayland completely, and make use of wlroots.









  • Plugin in my panel seems to be /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libpulseaudio-plugin.so

    Another name for this is the xfce4-pulseaudio-plugin, so that is right, actually - it is the same plugin I’ve mentioned. It prompts the option to use pavucontrol as the mixer.

    If you check the General Tab in Properties, you can see the first option in Behaviour - “Enable keyboard shortcuts for volume control”. This isn’t working for me.

    I wanted to log XFCE plugins, but I’m not really sure on how it should be done.

    Btw, does media button, like pause-play, previous and next work with this plugin?