There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

jerrythegenius , in Which terminal emulator do you use?
@jerrythegenius@lemmy.world avatar

Console (gnome) w/ bash currently

mvirts , in Which terminal emulator do you use?

Gnome console :/ works.

hellvolution , in Which terminal emulator do you use?
@hellvolution@lemmygrad.ml avatar

MATE terminal

brax , in Which terminal emulator do you use?

I just use xTerm… What kinda cool shit is my basic ass missing out on? Legitimately curious lol

L0wded_ , in Which terminal emulator do you use?
@L0wded_@sh.itjust.works avatar

iterm2 because i don’t use linux 💀

alice_mac , in Some of y'all need to see this and drop the superiority complex...

I like macOS but this is stupid

atocci ,
@atocci@kbin.social avatar

Not if we're going by golf scoring it's not

jaeme , in Fedora, Arch, or EndeavourOS?

Fedora KDE, if you want extra packages you can check RPMFusion, copr, Nix/Guix and Flatpak.

Arch (and also EndeavourOS) expect the user to be able to troubleshoot and solve problems themselves and also customize things as they want. You have the highest amount of freedom, but also the most responsibility.

Kangie , in Fedora, Arch, or EndeavourOS?

Honest answer: Gentoo with the new official binary package hosting.

GnomeComedy , in Do new patches that are incorporated in the "stable tree" of older kernel versions make it back into the distros?

The distro you’re using and the model of laptop and a link to the bug/commit would make it easier to answer what you can expect.

TingoTenga OP , (edited )

The TongFang GMxXGxx needs IRQ overriding for the keyboard to work, is also sold as the Eluktronics RP-15 (TongFang GMxXGxx DMI board_name).

commit df0cced74159c79e36ce7971f0bf250673296d93 upstream

I am not using any distro right now because of the keyboard issue, and I do not feel comfortable patching it by myself.

I am actually trying to figure out which distro to try out now that the patch has been incorporated.

PseudoSpock , in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
@PseudoSpock@lemmy.dbzer0.com avatar

Flatpak on Arch? Is what you want not in the AUR?

jackpot OP ,
@jackpot@lemmy.ml avatar

no flarpak on linux vut apparently this imapcts flatpak on arch as well

PseudoSpock ,
@PseudoSpock@lemmy.dbzer0.com avatar

I’m sorry, I found your response confusing. Arch is a Linux distro, I know flatpak is available for it. If there’s a bug with flatpak, I would expect it to be pretty much the same across most GNU based Linux systems. My question, however, was why use flatpak on Arch Linux at all, as the AUR has pretty much everything including the kitchen sink… unless you are developing flatpaks, I guess, in which then it would make sense to me.

You don’t owe me an explanation, it just sounded odd to me to be needing flatpak when there was AUR, was all.

pathief OP , (edited ) in [SOLVED] How to customize dead keys under Wayland / Electron apps?
@pathief@lemmy.world avatar

I’m very happy to report that I found a solution to the problem: keyd. It’s amazing.

Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users

yay -S keyd

sudo systemctl enable keyd && sudo systemctl start keyd

Now you can configure the /etc/keyd/default.conf file to your hearts desire. keyd is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.

My personal configuration so far (I will definitely expand it later when I bump into more problems)


<span style="color:#323232;">[ids]
</span><span style="color:#323232;">*
</span><span style="color:#323232;">
</span><span style="color:#323232;">[main]
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')
</span><span style="color:#323232;">
</span><span style="color:#323232;">[apostrophe]
</span><span style="color:#323232;">a = a
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)
</span><span style="color:#323232;">c = macro(backspace G-,)
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)
</span><span style="color:#323232;">e = e
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)
</span><span style="color:#323232;">i = i
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)
</span><span style="color:#323232;">o = o
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)
</span><span style="color:#323232;">u = u
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)
</span><span style="color:#323232;">
</span>

After editing /etc/keyd/default.conf make sure you run sudo keyd reload

Unyieldingly , in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome

I had this issue as well, but my file system was broken when i was trashing a OS, I did not know it was xdg-desktop-portal-gtk or xdg-desktop-portal-gnome I think it was Debian with cinnamon or maybe LMDE.

iopq , in Fedora, Arch, or EndeavourOS?

NixOS is actually the best for an experience. For the basic stuff it’s easy enough, just put more programs into the system packages list to install some stuff

When you need to have older versions of packages while still having newest versions of others is where it really shines

beta_tester , in Fedora, Arch, or EndeavourOS?

Try fedora silverblue or kinoite and if you want access to aur use distrobox. The advantage is zero maintenance compared to arch where you have to have much mroe knowledge and time to setup your system and keep it up to date

1984 , in Fedora, Arch, or EndeavourOS?
@1984@lemmy.today avatar

Fedora has lots of weird bugs in my experience, but some people seem to love it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines