Linux

5090 readers
56 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
551
 
 

Status bar == waybar, eww, polybar, etc.

552
 
 

I checked Their repository, and its last release was about 3 years ago, with only three 1/2 years old issues still open. And Wikipedia also confirms that.

Is this project still actively maintained or developed? Does anyone use it or recommend using it?

553
 
 

I made some changes to disk partitions. Now I'm seeing an issue with mounts. It's not a big problem but it's definitely confusing me.

[alex@rog-g15dk dev]$ sudo mount /home-temp
mount: /home-temp: can't find in /etc/fstab.
[alex@rog-g15dk dev]$ cat /etc/fstab
New                                         Partition    /home-temp   defaults            0 0 # /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
#                      
UUID=5E74-A00E                              /efi         vfat         noatime             0 2 
UUID=53a2c9bc-31dd-4e52-902f-633867253481   /            ext4         noatime             0 1 
tmpfs                                       /tmp         tmpfs        noatime,mode=1777   0 0 
/dev/nvme0n1p2                              /home        ext4         noatime             0 2 
/dev/nvme0n1p3                              /steam       ext4         noatime             0 2

Can anyone explain what 'mount -a' is trying to mount?

Here's the context on the changes I made. My desktop used to run windows. I recently installed linux as well (dual boot). A bit later I destroyed the windows partitions. This left the beginning 2/3 of the disk unused.

Today I decided to reclaim that disk space. I created 2 new partitions, copied some data to them, updated fstab accordingly, rebooted, and grew the steam partition to 700GiB. That process had a couple of small bumps, including a partition that was mounted to '/home-temp'. I destroyed that partition before using it all.

So this error is definitely caused by me. That's fine. I'm just trying to understand what's going on and how to clean up the little mess.

554
555
 
 

cross-posted from: https://lemm.ee/post/16098493

Text from original poster:

What caused you to get into it, are you an evangel and are you obsessed?

556
 
 

Have things changed for Linux phones?

557
558
 
 

Source: JetBrains' "The State of Developer Ecosystem in 2023" survey

559
560
 
 

let me land, i started working in this place and they asked me to maintain the internal linux distro as well. fine, sure.

they run a modified ubuntu with cinnamon on top.. i thought ok interesting choice. no problem right? wrong!

i never noticed since i never used cinnamon much but its missing a shitload of features that regular users expect and that are present in gnome.

some of it its silly,sure. but it has been a challenge, ill just list a few.

  • you cant duplicate your bottom bar on all screens...

  • if you customize your shortcuts and then add the "window group list" applet... it takes over the shortcuts....

  • there is no logout trigger in dconf(WHYYY???)

  • no automatic tiling options can be added(afaik)

  • you cant switch your audio source from the systray icon...

  • tried to remove an applet and now i have a green rectangle in the middle of my screen with no obvious way to remove (see pic)

  • we had to manually modify cinnamon because it wouldnt handle multiple users and gdm at the same time(like WHAT???its fixed now upstream but jeeesus)

  • the issue tracker is a warzone, i opened multiple issues and only once got an answer(the issue above) and theres like 1.6k issues open

we really tried but i dont think we can deploy this much longer, it doesnt seem worthy considering almost none of this is an issue in gnome. im getting tired of getting a ticket and having to reply "well this would work on gnome but on cinnamon we cant,though titties"

to my understanding cinnamon was chosen because more similat to windows but this is not worth it imho... what do you think? have you used cinnamon in professional environments or just stuck to gnome?

561
562
563
 
 

I have about 3000+ packages installed in my system (nix-system) right now. As I search for neofetch on the internet, it seems people only have about <500 packages. Am I doing something wrong?

564
565
566
 
 

Please share your experience with me and others.

I'm intened to give it a try on my next server coming next year.

Please DO NOT COMPARE with other distros. I didn't ask what is better or the best for a server.

Thanks

567
568
 
 

I have a few family members that I help support. For instance, I installed Linux Mint on my grandmother's PC. She doesn't know any different and my young cousin doesn't understand it so he finally stopped giving it viruses. I used to use TeamViewer to take over her PC when she needed support but I got my account banned because they believed I was using it commercially. Oh well!

I have Tailscale installed on the computers. This gives me SSH access. What would you suggest? RDP? Something else?

569
 
 

While selecting GTK theme when i get with a light theme.Everything works fine but when I set a Dark theme like nord-darker dracula etc.Then that indicator of what is on focus became invisible.

Is there any dark theme for which it is working fine? Is there any way to change colour of indication from black to white?

570
137
submitted 11 months ago* (last edited 11 months ago) by mark@programming.dev to c/linux@programming.dev
 
 

I personally wouldn't touch Discord with a 10 foot pole but figured any privacy-focused people who use it may want to know this.

571
 
 

cross-posted from: https://programming.dev/post/4558241

It contains some breaking changes.

572
 
 

I've set up WireGuard on a VPS.

A client on Linux desktop works with no issues.

The one on an android phone too, but not completely. Namely, TX and RX get updated, "handshake" and "last connected" with a phone on a server gets updated too, as well as on a phone itself. However, I can't open any single website.

However, Telegram, for instance, works well. Another android app too, it appears. But all the rest of the apps don't, not do the Firefox and Chrome.

What's the matter?

573
 
 

There must be some way they can EEE linux.

574
575
 
 

This is more of a public note to self, but if anyone else had screwed up fonts, default cursors, and missing minimise/maximise buttons in flatpaks on KDE Wayland, put this in your /usr/share/xdg-desktop-portal/kde-portals.conf:

[preferred]
default=kde;gtk;
org.freedesktop.impl.portal.Settings=kde;gtk;

Then restart xdg-desktop-portal.

Source: https://bugs.kde.org/show_bug.cgi?id=474746#c12

Apparently this will be fixed in 5.27.9 releasing on the 24th anyway, but I've tried so many different 'solutions' and this had been annoying me for weeks.

view more: ‹ prev next ›