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.

rassil0n , in Share your favorite Linux Desktop Environment

No DE just DWM

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

It also introduces an improved Epiphany (GNOME Web) web browse

Did you try it guys ? Is it better than FF or Brave ?

DigitalJacobin ,

For me, it’s not really to the point where I would use it as a primary browser, but it’s still pretty damn good. Definitely worth a try.

s4if , in Share your favorite Linux Desktop Environment
@s4if@lemmy.my.id avatar

Hyprland ftw!

OptimusPrime , in I keep closing my browser tabs by accident with Ctrl + W
@OptimusPrime@lemmy.moonling.nl avatar

CTRL + SHIFT + T (multiple times if needed) will reopen the last closed tab.

Problem solved

lckdscl OP ,
@lckdscl@whiskers.bim.boats avatar

I know, but this happens only when editing text. Tab closed = text gone.

buckykat ,

Doesn’t your browser warn you about closing a tab with an active text input field in it? I get an “information you’ve entered may not be saved” popup.

OptimusPrime ,
@OptimusPrime@lemmy.moonling.nl avatar

Not with CTRL + W

It “force closes” the tab. Correct me if I’m wrong.

jaykstah ,

Hmm just tested cause I was curious. I guess it depends on the site?

Firefox and chromium still prompted me with “are you sure” using CTRL+W on gmail and lemmy but closed without confirmation on Twitter

buckykat ,

I get the same warning popup behavior closing the tab with the mouse or with ctrl-w

cnqr ,

It needs to be an active form, text field is not sufficient.

Sleep4288 , in Share your favorite Linux Desktop Environment

KDE + bismuth

Botzo , (edited )

Oh, nice! Does this work regardless of X/Wayland?

Heads up though, might be headed towards extinction with the manual tiling added in 5.27 github.com/Bismuth-Forge/bismuth/issues/471#issue…

Polonium seems to be a possible successor: github.com/zeroxoneafour/polonium

alternative_igloo ,

Cool, I was wondering when someone would create a successor to bismuth. KDE Plasma + Bismuth was my daily driver for a long time until 5.27.

Sleep4288 ,

I use it with X, I think I will have to rework the stack when i will switch to Wayland.

I don’t think It will be useless even if KDE add basic tiling, there are layout and shortcuts that will be useful anyway.

Thank you for polonium! I will check it out!

jaykstah , (edited ) in Share Your Favorite Linux Distros and Why You Love Them

Arch Linux

jaykstah ,

Up to date packages

jaykstah ,

Pacman package manager works well and PKGBUILD files are simple enough to edit if you want to alter how a package builds

jaykstah ,

AUR offers a lot of resources for a straightforward way to install software that isn’t in the main repositories

jaykstah ,

Comments in the AUR can be a helpful troubleshooting source or indicate the quality of a package hosted there

jaykstah ,

Build the system from the ground up choosing how you want it to work

jaykstah ,

Extensive documentation with useful troubleshooting sections for many articles

jaykstah ,

Easy config with archinstall script if you want to choose options from a list when installing

tetris11 ,
@tetris11@lemmy.ml avatar

Incredibly easy to hack with it’s no-security by default policy

tetris11 ,
@tetris11@lemmy.ml avatar

AUR’s developer change hands faster than british prime ministers that it gets harder and to trust upstream devs

jlh , in Fedora Workstation 40 Considering To Implement Privacy-Preserving Telemetry

It’s probably fine, but RHEL-like is dead to me after the source code debacle. My time is better spent learning Debian and NixOS.

KingKRool , in Fedora Workstation 40 Considering To Implement Privacy-Preserving Telemetry

I think it’s fine. Actually, I think it’s even a good idea. As long as they are upfront with users and get consent and let them opt-out at any time.

I have been the person to implement telemetry in an app, and when done correctly it can really be useful for making the experience better for everyone. It doesn’t always have to be about monetization and ads and tracking you across the web. Without data, you’re flying blind, you rely on users to self-report data to you and that selects for the more technical, knowledgeable users, who may not be having an experience that is representative of your average user.

Some real examples: I added monitoring for the type of exceptions thrown and how often they occur. When we push updates, we have alerts that fire and stop the update if the client error rate increases with the new version. Another is the browser or OS type and version, not the full user agent either, a redacted version to avoid fingerprinting. This helps us determine if it’s safe to start using a new API or standard. Other things we monitored were performance related, like measuring the time from app open to when it has actually loaded data and become responsive. That helped us catch some regressions or determine if improvements we made actually made a difference in the real world. None of this was ever used for ads or for tracking users, it was all for making our app better.

To me, it looks like this is what Fedora has in mind, not something malicious. With the client side code open source, we can trust but verify.

Jummit ,
@Jummit@lemmy.one avatar

I think it’s a little backwards that telemetry is so frowned upon in FOSS programs, because in my eyes they can benefit the most from usage data, as they don’t have the resources for large testing teams. But it needs to be implemented very carefully not to violate GDPR, the GPL license where applicable, etc, so I see why it’s a hard problem to solve.

KingKRool ,

Yeah, it’s not easy to do it the right way, and the word telemetry gets a bad connotation from the way it’s used by Microsoft and others. I understand why it makes people nervous. But it can absolutely be done and doing it in the open is the right way instead of using some proprietary solution. Shooting down the idea without even seeing their implementation is not productive.

I can see the concerns about having the box checked by default, but I see the flip side as well, as otherwise that leads to the same issue with selecting for a certain type of user and not getting a representative selection of data. It’s why it’s important to design it so that even if someone inadvertently leaves it on, they aren’t horrified if they see the data collected. That’s going to mean sacrifices to the amount and type of data in order to preserve privacy. Maybe they can have it unchecked by default but put a speed bump showing an example of what is collected and imploring users to enable it if they skip past that screen too quickly. These are the kinds of conversations we should be having about this.

Unfortunately people are a bit too conspiracy minded, many comments bring up the Red Had source controversy which is just ridiculous and completely unproductive (and also not controversial IMO but that’s a rant for another thread).

pglpm , in I keep closing my browser tabs by accident with Ctrl + W
@pglpm@lemmy.ca avatar

I solved that and much more with Xremap. It’s really fantastic, fast, lightweight, and takes precedence over the key scanning of all programs. It handles also program-dependent keybindings. I managed to have Emacs-like keybindings for the whole desktop, but you could just use it to disable or remap C-w for some programs.

lckdscl OP ,
@lckdscl@whiskers.bim.boats avatar

Thanks for the suggestion with xremap. I knew some X utils would fix this. GTK (so for some browsers) has an Emacs mode out of the box; I used to use it, but C-w was still being overridden.

madeindjs , in Share your favorite Linux Desktop Environment

GNOME, for sure. It works out of the box, and it’s kind of pretty out of the box.

I also tried it on a touch screen PX and it works surprisingly well.

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.

mah , in The 5 stages of Linux gaming

There was grapejuice which is a wrapper for roblox that runs it in wine with some custom config, as of this year it no longer works because of the new roblox hyperion anticheat

InFerNo , in Could someone create an automated tool for installing dependencies from AUR? I've been getting nothing but errors trying to do so

I install AUR packages “by hand” and maybe ran into this twice, where I had to install AUR packages to install an AUR package. That’s over a course of many years. It’s not a common occurrence.

What packages are you having trouble with?

Also, very important to know, using -S in pacman is called a partial update and it is not supported. That doesn’t mean you can’t do it or it doesn’t work, just best to avoid it. Always use -Syu. The full nuanced explanation can be found here wiki.archlinux.org/title/System_maintenance#Parti…

I wouldn’t disable sudo. This isn’t windows where all users are admins by default. It’s an important security feature to prevent unauthorized things from happening.

When you run makepkg to create a package from a PKGBUILD file, you can use the -s switch to automatically resolve dependencies from the repositories.

dasenboy , in I've created a Linux troubelshooting and scripts community

Subbed.

Efwis OP ,

Thank you. Please feel free to post tuts or scripts you may have to help populate it.

mrv0id , in Share Your Favorite Linux Distros and Why You Love Them

EndeavourOS

StantonVitales ,

I’m on it right now. Got a new Thinkpad a couple weeks ago and just wasn’t in the mood to install Arch the normal way when I finally had alone time at 11pm, gave Endeavour a shot and was like oh, this is convenient 🤩

BeardedBlaze ,
@BeardedBlaze@lemmy.world avatar

It’s my first time with Arch based Linux, takes some adjustment, but I’ve been loving it.

arcrust ,

Also on endeavor. I like arch, but it’s too much work. Endeavor is good enough for me.

kafka_quixote ,

Does Endeavour get funky like Manjaro does wrt AUR and configs?

BrokenCanoe ,

Endeavour has been my default for a long while now, using Plasma KDE. It supports the flexibility needed to customise and make my own themes for as a low-vision user, and smooths a lot of the rough edges of pure Arch. I had Arch installed previously, but again, having that additional helping hand, coupled with a truly wonderful community, really made all the difference. I left Windows after the mess that was 8, I couldn’t go back…

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