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.

bnuser1 , in Share your favorite Linux Desktop Environment

@fugepe I use Ubuntu but, is KDE easy to pick up? Just getting into Linux my self.

fugepe OP ,

There are several DE. The two big ones are KDE and Gnome. If you want to switch I recommend trying a live image of Kubuntu, which is Ubuntu but with KDE.

WheelcharArtist , in Share your favorite Linux Desktop Environment

kde

squaresinger , in Share your favorite Linux Desktop Environment

KDE if I have performance to spare. XFCE if I am running this in a container on my phone.

blackstrat , in Could someone create an automated tool for installing dependencies from AUR? I've been getting nothing but errors trying to do so
@blackstrat@lemmy.fwgx.uk avatar

I’m tired so I skimmed. But I think this is why I use EndeavourOS. It comes with yay. Easy.

slowneedler , in Share your favorite Linux Desktop Environment

I’ve used gnome for years, about a month ago I decided to give KDE a try on my old spare laptop. Two days later it was on my desktop and work laptop. I am loving KDE.

i_lost_my_bagel , in let's play make more space on /
@i_lost_my_bagel@seriously.iamincredibly.gay avatar

Have you considered btrfs compression?

mvirts OP ,

Not until now! Isn’t there some lore around btrfs or something…

i_lost_my_bagel ,
@i_lost_my_bagel@seriously.iamincredibly.gay avatar
mvirts OP ,

Damn that’s awesome

Andy , (edited ) in How to make it such that, when running `command`, it automatically does `SOME_ENV_VAR=value command`? (something cleaner than aliases?)
@Andy@programming.dev avatar

If you were using Zsh, one way you could do this is by autoloading function files from a folder in your fpath.

Let’s say you’re using ~/.local/share/zsh/site-functions for your custom functions. To ensure that folder is an early part of your fpath, put something like this within your .zshrc:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">typeset -U fpath=(~/.local/share/zsh/site-functions $fpath)
</span>

Then let’s say you want to override the uptime command. Add a file ~/.local/share/zsh/site-functions/uptime with content like:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">NO_COLOR=1 =uptime
</span>

Explanation for the second =:=’ expansion If a word begins with an unquoted =’ and the EQUALS option is set, the remainder of the word is taken as the name of a command. If a command ex‐ ists by that name, the word is replaced by the full pathname of the command.

The last thing you need to do is mark it for autoloading, in your .zshrc:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">autoload -Uz uptime
</span>

Instead of listing those functions manually as arguments, you could instead use a glob pattern to collect all those names, excluding any which begin with _ (completion functions):

<pre style="background-color:#ffffff;">
<span style="color:#323232;">autoload -Uz ~/.local/share/zsh/site-functions/[^_]*(:t)
</span>
zShxck , in which linux podcasts do you listen to?

I listen to “Linux + Open source news”

Takahe , in which linux podcasts do you listen to?

I have really been enjoying the “Linux User Space” podcast recently

Goingdown , in Ubuntu trying to install snap AND Firefox even though I have removed them a year back

You must disallow snap firefox

www.debugpoint.com/remove-firefox-snap-ubuntu/

bbbhltz , in Which are some good RSS feeds for following Linux/FOSS news, articles, blogs?
@bbbhltz@beehaw.org avatar

I would also like to know.

I very often see things being shared from…

  • phoronix
  • itsfoss
  • omgubuntu/omglinux
  • 9to5linux
  • pointiestick
  • the regulars: Slashdot, Lobsters, HN

but other sources would be great!

iamak OP ,

Thanks. HN is hacker news right?

redcalcium , in GNOME 45 Alpha Is Now Available for Public Testing

I’m still waiting for proper fractional scaling in gnome’s wayland that won’t turn the screen into a blurry mess. I’m using gnome tweaks’ font size setting as a workaround for now, but it’s not ideal.

mrmanager , (edited )
@mrmanager@lemmy.today avatar

Shouldn’t be blurry if you run Wayland supported apps. For me only Jetbrains products are blurry since they use Java which doesn’t support fractional scaling.

I assume you enabled experimental fractional scaling in gnome?

redcalcium ,

I’ll try again to see if the blur only happen on certain apps or all of them.

tubbadu , in ...

Wtf is going on here

Mount_Linux , in Ubuntu trying to install snap AND Firefox even though I have removed them a year back

I’m hearing and feeling the bad vibes towards Ubuntu, but they’ve not done anything to totally ruffle my feathers just yet. I went full Ubuntu with about 10 servers and 2 desktops. I don’t mind snaps, but my senses are heightened after the red hat shebackle, so considered a next move in case Ubuntu disappoints me with these enterprise decisions. I’m happy to accept an immutable distro like they have planned, but with snaps being proprietary what would that make the distro? Hmm. Do I need to reconsider snaps?

I heard canonical took lxd in house, however I thought it was canonical anyway, and i use lxd a lot, so I’m concerned there’s a play they are going to make… If the red hat thing never happened, I’d probably not have had much concern, but… Red hat thing did happen, and so did reddit. Anyway, hopefully it’s just a little paranoia from recent events. 😬

xavier666 OP ,

Canonical is a company, so they have their own direction which might not be aligned with a chunk of the community. I can understand and respect that. What irks me is that they are trying to force something upon their user.

I don’t hate Ubuntu; I still recommend it to new users. But decisions like this is making me reconsider that stance.

mrh OP , in Certificate of Destruction

Comeau

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