1
36
submitted 1 day ago by [email protected] to c/[email protected]

Has anyone tried the #Enlightenment DE for #Linux in the recent years?

How was the experience?

@linux

2
20
submitted 3 weeks ago by [email protected] to c/[email protected]

Whenever I resize the panel or the any other widget on the panel (e.g calendar widget) it doesn't remember its size. It's really annoying me. I am on Fedora 40, KDE 6.0.4. Nothing seems to fix it, thinking of a complete reinstall. Is anyone of you getting this bug?

3
36
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

Ubuntu has too many problems for me to want to run it. However, it has occurred to me that there aren't a lot of distros that are like the Ubuntu LTS.

Basic requirements for a LTS:

  • at least 2 years of support
  • semi recent versions of applications like Chrome and Firefox (might consider flatpak)
  • a stable experience that isn't buggy
  • fast security updates

Distros considered:

  • Debian (stable)
  • Rocky Linux
  • openSUSE
  • Cent OS stream
  • Fedora

As far as I can tell none of the options listed are quite suitable. They are either to unstable or way to out of date. I like Rocky Linux but it doesn't seem to be desktop focused as far as I can tell. I would use Debian but Debian doesn't have the greatest security defaults. (No selinux profiles out of the box)

4
130
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]
5
13
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

There is a very annoying problem with archive extraction on Linux. I always sort my files by "last modified" and want my latest files and folders on top in any file manager. When I download and extract an archive, the extracted folder is placed toward the middle or bottom of the list apparently because the original timestamps of files are retained. If I'm not mistaken I didn't have this issue on my MacBook and the extracted archives would appear on the top of the list.

Workaround: In Ark if I choose extract to subfolder and type a name for the new folder, it is treated as recently modified and is placed at the top. But I don't want to enter a name every time.

Shouldn't an extracted folder be treated as recently modified??

Any ideas?

6
38
submitted 3 weeks ago by [email protected] to c/[email protected]
7
196
submitted 3 weeks ago by [email protected] to c/[email protected]
8
33
submitted 3 weeks ago by [email protected] to c/[email protected]
9
183
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

Spoiler: GNOME wins

Btw their GNOME Theme manager is here

10
66
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

I was reading the reddit thread on Claude AI crawlers effectively DDOSing Linux Mint forums https://libreddit.lunar.icu/r/linux/comments/1ceco4f/claude_ai_name_and_shame/

and I wanted to block all ai crawlers from my selfhosted stuff.

I don't trust crawlers to respect the Robots.txt but you can get one here: https://darkvisitors.com/

Since I use Caddy as a Server, I generated a directive that blocks them based on their useragent. The content of the regex basically comes from darkvisitors.

Sidenote - there is a module for blocking crawlers as well, but it seemed overkill for me https://github.com/Xumeiquer/nobots

For anybody who is interested, here is the block_ai_crawlers.conf I wrote.

(blockAiCrawlers) {
  @blockAiCrawlers {
    header_regexp User-Agent "(?i)(Bytespider|CCBot|Diffbot|FacebookBot|Google-Extended|GPTBot|omgili|anthropic-ai|Claude-Web|ClaudeBot|cohere-ai)"
  }
  handle @blockAiCrawlers {
    abort
  }
}

# Usage:
# 1. Place this file next to your Caddyfile
# 2. Edit your Caddyfile as in the example below
#
# ```
# import block_ai_crawlers.conf
#
# www.mywebsite.com {
#   import blockAiCrawlers
#   reverse_proxy * localhost:3000
# }
# ```
11
29
submitted 3 weeks ago by [email protected] to c/[email protected]

The only distro I can find that successfully configures a functioning bootable GRUB on this (bastard) machine is Nobara, which looks very cool but is way too heavy! Some things are glitchy; attempting tab completion seems to freeze Konsole for ~5 seconds and does not complete the command as expected. We're working with an Intel Atom [email protected] and 2GB RAM here.

How can a noob figure out what it's doing differently so I can apply that to Linux Mint Debian Edition or Crunchbang Plus Plus?

The weird thing is that once the system is installed, it does not seem to have what I think are the required packages for GRUB to be set up correctly with this type of UEFI.

nextbook@nextbook:~$ sudo grub2-install /dev/mmcblk

grub2-install: error: /usr/lib/grub/i386-efi/modinfo.sh doesn't exist. Please specify --target or --directory.

12
102
submitted 3 weeks ago by [email protected] to c/[email protected]

Hi guys,

I saw this very informative post talking about how ready Wayland is so I thought to share some info that might be useful for people on i3wm+Polybar who are willing to switch to Sway. Keep in mind I am just a hobbyist that like to tinker with stuff. If you know what you are doing you might want to skip this post and check i3wm Migration Guide and useful addons (I recommend you check those anyway if you are reading this post).

Likely you have heard about Sway but if you haven't Sway is a Wayland compositor(forget picom) based on i3wm that will make you feel at home as an i3 user. Sway has almost all i3 functionalities and some improvements as well but you will have to drop some of the programs like Polybar that you have been running on i3 for Wayland compatible ones. Do check what programs are not Wayland native and look for their replacements.

Ones which make life easier:

  • nwg-panel (see picture): Great panel/bar if you do not want to spend much time editing config files since it allows you to do it graphically plus it comes with great defaults. If you want to add a menu like usual DEs you can get nwg-menu. Or a dock too nwg-dock. This guys work is wonderful!
  • nwg-displays: Graphical displays manager that automatically export config files for you.
  • nwg-look: Simple graphical way of setting GTK3 themes. If you want to create custom gtk themes get gradience
  • yofi: Yofi is a launcher that works very fast for me and is customizable. (could not get icons to work but that seems to be a me problem. If you would like a super minimal, blazing fast launcher then tofi is for you. Personally I use wofi but its not being actively maintained.
  • For your graphical file manager thunar, pcmanfm and nemo work fine but you will have to do some tweaking to get some of the functionalities they offered in their respective Desktop Environments.
  • gammastep: Like redshift but better and for wayland, just configure, set and forget about it.

Little tips:

  • Electron apps like Freetube and Obsidian will not work on Wayland unless you use flags either on Electron's config file or specify environment variables.
  • Touchpad gestures are supported directly in Sway and you can configure those in the main config file or include it externally.
  • When configuring your Sway input options in the config file I suggest making a global option that will catch all devices for a given type and then if you wish you can specify unique behavior for different devices specifying their id. Like this:
input type:keyboard {
$your_options_here  
}
  • If you want to immediately focus the workspace of a window you moved you can do so like this:
bindsym $mod+Shift+5 move container to workspace number 5, workspace number 5
  • SwayFX: Extends Sway to some UI functions like one could have achieved with Picom on i3 that are not available in Sway.
  • autotiling: This lets you achieve the autotiling that Hyprland has by default.

There is much more to it than this post, go check the respective links. Anyway, I hope you find this useful. Peace!

13
312
modern unix (github.com)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

foss

14
32
submitted 3 weeks ago by [email protected] to c/[email protected]

I've been using VMware Player (free version) for a while now and it's been working fine. Recently I switched to Wayland and VMware's grab input behavior broke. The guest gets most keys correctly but Alt and Super are intercepted by the host. Clicking on the vm also gives me a remote desktop popup on the host prompting to allow remote interaction which gives some weird results both on the host and guest. Apparently this is a known issue with gnome(?) and the only workaround is to add Super to any shortcut (eg. Super+Alt+Tab) but this obviously doesn't work for all shortcuts.

I'm using Gnome on Fedora and Ubuntu and they seem to have the same behavior (but no remote desktop popup on Ubuntu). Both work fine on X11. I've also tested both VMware player 16 and 17.

So if anyone is using VMware on Wayland, do you know of a combination that works? Does it work on KDE? Should I just switch to Virtualbox? I'd really rather keep Wayland if possible.

15
58
submitted 3 weeks ago by [email protected] to c/[email protected]
16
15
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

The last device I own that doesn't run an open source operating system is an iPad. I basically use it as a laptop most of the time with a keyboard case, but I do like being able to take just the screen to use as a drawing/note-taking tablet. I treat it more like a "convertible" device rather than a tablet alone.

I'm not in a rush to replace it, iPadOS is, eh, usable, but there are things that get on my nerves often. I definitely wouldn't be upgrading to another iPad model if this one died. I'm curious on what kind of hardware is available out there with good Linux support that I can keep in mind for the future. My only requirements would be that it runs normal Linux distros (ideally Fedora) and has a pen/display that supports pressure sensitivity.

The Minisforum V3 looks pretty damn cool. There's also the Microsoft Surface devices that ironically seem popular with Linux users. Anyone have any experience with these kinds of devices? What do you think? What's your favorite device in this class?

17
69
submitted 3 weeks ago by [email protected] to c/[email protected]
18
45
submitted 3 weeks ago by [email protected] to c/[email protected]
19
64
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

https://discourse.nixos.org/t/much-ado-about-nothing/44236

Not directly related to this blog post but from NixOS discourse forum, a tl;dr from another person about the NixOS drama here :

If you’re looking for a TL;DR of the situation, here it is:

    Nix community had a governance crisis for years. While there has been progress on building explicit teams to govern the project, it continued to fundamentally rely on implicit authority and soft power

    Eelco Dolstra, as one of the biggest holders of this implicit authority and soft power, has continuously abused this authority to push his decisions, and to block decisions that he doesn’t like

    Crucially, he also used his implicit authority to block any progress on solving this governance crisis and establishing systems with explicit authority

    This has led uncountably many people to burn out over the issue, and culminated in writing an open letter to have Eelco resign from all formal positions in the project and take a 6 month break from any involvement in the community

    Eelco wrote a response that largely dismisses the issues brought up, and advertises his company’s community as a substitute for Nix community
20
-68
submitted 3 weeks ago by [email protected] to c/[email protected]

I wanted to install jackett and sonarr, they are complicated to use as is, moreover I am using Ubuntu. I am following fuidleine for installing jackett with STUPID command line making it EXTRA difficult. But now I have to change directory ownerships and what nots. I am the ONLY user on this machine. I want to own everything by default I am root I am admin I am user I am all. How do I make this happen instead of sending stupid commands all the time and making using Linux EASY. Before anyone getting on about Security I don't give 2centa about it .I just want to use and install and do whatever I wish.

How do I make this happen Forever, once inför all.

21
229
submitted 3 weeks ago by [email protected] to c/[email protected]

Curious from people who follow its development closely.

  • What protocol are about to be finally implemented?
  • Which ones are still a struggle?
  • How many serious protocols are there missing?

https://arewewaylandyet.com/

22
163
Music Players (feddit.cl)
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

Hello guys,
I'm looking for a music player, I have checked some wikis but none of those give me their personal opinion of the music players thus I would like to know your experience. Currently I am using musikcube as I just though it would look since since it can use your terminal colorscheme and I have also used Cue.
Anyway, what music player would you recommend for someone who has thousands of songs and wishes to create playlists seamlessly. Thanks in advance

Edit: Gave most of your recommendations a fair shot. In the end I decided to go for MPD + Ymuse since it was exactly what I needed plus Ymuse is gtk so its automatically themed for me. Thank You All Guys!
fair to say I was Ymused....

23
152
submitted 1 month ago by [email protected] to c/[email protected]

I tried Waydroid on Arch and its amazing. It runs Android apps flawlessly. And with a touchscreen device, I feel like I have an Android tablet running inside my Linux machine.

But I still don't know what to use it for...

What apps do you use with Waydroid? What use cases do you have for it?

24
89
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

After five months since the last patch and almost two years since the 0.2.0 release, version 0.3.0 of the minimalist Wayland tiler river has dropped last week.

The new version improves rendering performance and damage tracking, adds several quality of life features, such as resizing windows from all sides, extend the rules system, and supports several new Wayland protocols like text-input-v3, input-method-v2, fractional-scale-v1 and more.

Full change log can be found here.

25
244
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

Whether you're really passionate about RPC, MQTT, Matrix or wayland, tell us more about the protocols or open standards you have strong opinions on!

view more: next ›

Linux

44202 readers
10 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS