linux

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

MiddledAgedGuy, (edited ) in Manjaro OS

I haven’t seen this mentioned yet, and there’s a good number of responses so maybe I’m up in the night, but it seems to me Manjaro’s philosophy is somewhat counterintuitive to Arch’s. Arch pointedly obfuscates system internals as little as is reasonable to “keep it simple” from a system perspective. Manjaro simplifies things for the user but creates additional obfuscation. I can see some people who value Arch’s approach being less than amenable to that.

But that’s not a reason to not use it. If Manjaro’s approach appeals to you, use it.

BTW, I don’t use Arch (at the moment)

uis, in What are people daily driving these days?
@uis@lemmy.world avatar

Install Gentoo

https://derpicdn.net/img/view/2020/9/24/2451774.png

Never needed flatpack for last 5 years

onlinepersona,

Why not move to NixOS?

possiblylinux127, (edited ) in What is the state of Multiseat in Linux today?

Can you explain what mean by multi seat? As far is distros go I would stick to mint as it is much more stable and user friendly. (Source: I’m a Fedora user)

Edit: are you talking about having to separate monitors and keyboards? If so it may not be the best answer. More information. What I would do is install Proxmox and then setup vfio (PCIe pass though) to pass though the GPUs. You will most likely need two USB cards so that each station can have its own USB.

Assuming you get the hypervisor and hardware setup you will likely need to configure some way to keeping everything updated. You can use ansible and a file share or you can just setup automatic updates manually.

pve.proxmox.com/wiki/PCI(e)_Passthrough

drwankingstein, in Why are there so many (rust) GTK apps and so little Qt ones?

a few reasons I think, the QT bindings are split between cxx-qt and qmetaobject-rs . Neither of which are super great IMO, but even if they were, we have UI frame works like slint and egui which are already becoming quite good, slint has a good native look that resembles QT so people wanting that design can use that instead.

Giooschi,

slint has a good native look that resembles QT

It doesn’t just resembles QT, it uses QT as backend.

Pantherina, (edited )

Damn, thanks for the tip! So does it support native KDR Styling and all too?

Could in theory Apps like Dolphin be entirely rewritten in Rust, using Slint as Frontend, and still be native in KDE?

Giooschi,

From their github:

NOTE: When Qt is installed on the system, the native style uses Qt’s QStyle to achieve native looking widgets.

I’m not that familiar with KDE’s styling, but if I remember well it should just be a Qt style, so it should work.

Regarding rewriting Dolphin, I think in theory you could do that, in practice it’s probably pretty challenging given the amount of features Dolphin has.

drwankingstein,

It’s worth stating that QT is an optional backend and is only used for native styling, even the pure rust, Native styling still looks close to native. QT is fully optional and is not a dep even for linux apps

InternetCitizen2, in Surface Go 2 with 4GB Ram and 4425Y worth it?

I feel like 300GBP might be a bit high. I got myself a Surface 3 in 2015 for about 500USD. It hat an Intel Atom with 2GB RAM and 64GB ssd. I used it for just under six years. I ended up using it with Windows 10 and OneNote mostly and it was pretty good.

amanneedsamaid, in 7 Ways to Tweak Sudo Command in Linux

Step 1. install opendoas

jodanlime, in I Made Screen Brightness Control on Gnome Much Better
@jodanlime@midwest.social avatar

This sounds like a big improvement to me. Can users vote for mr?

abuttandahalf,

You can react to the MR with an emoji if you have a gnome gitlab account. I’m not sure if there are mechanisms to vote for MRs other than that.

KISSmyOS, (edited )

That’s somehow really fitting for Gnome (-_-)

Max_P, in Why are there so many (rust) GTK apps and so little Qt ones?
@Max_P@lemmy.max-p.me avatar

C bindings and APIs generally work much better in Rust because the language works a lot more like C than it does C++.

Qt depends a lot on C++ class inheritance, and even does some preprocessing of C++ files to generate code in those classes. That’s obviously not possible when using Rust. And it looks like you need a fair bit of unsafe there and there to use it at all too.

Meanwhile, GTK being a C library, its integration with Rust is much more transparent and nice.

So if you’re making a GUI Rust app, you’re just kind of better off with GTK at the moment. It’s significantly easier and nicer.

sleep_deprived,

Having made the choice to use GTK for a Rust project years ago - before a lot of the more Rust-friendly frameworks were around - this is exactly why I chose it. Nothing to do with DEs or any of that, just looking for a better coding experience. Now I’d probably choose one of the several Rust-focused solutions that have popped up though.

joao,

Any examples of such rust-focused solutions that popped up?

bitwolf,

Iced and Floem are the ones I’m seeing used on larger rust only applications.

UnRelatedBurner,

I’m still waiting for them to be documented

Pantherina,

With Cosmic, Iced seems like it will become a great Framework!

bitwolf,

Agreed! For something as controversial as making another new DE (RIP Unity 7), it’s coming along very nicely.

I can’t wait to try cosmic once it’s ready.

Pantherina, (edited )

For a DE to succeed it just has to succeed over lots of alternatives in some features.

GNOME

is widely developed and protected, as it is the default on Fedora (with Redbat) and Ubuntu (Canonical). It is kinda fancy but its main focus seems to be a new “material-ish” simplified and streamlined Desktop.

Just not with transparency, thin animations, blur, 3D Backgrounds, an actually working, goodlooking and existing panel/dock, Apps that actually use your huge top bar used for decorations. Compared to macOS or something.

So you could say its design philosophy is inspired by macOS, but with many different ideas like that “Virtual Desktops or die”. But its basically macOS but less fancy, with a material-ish design like Android 13. I hate both hahaha.

KDE

Then there is KDE, which is really at the edge to look like the extremely outdated look of Windows 10 with these ugly rectangles everywhere, this no-round-corners fetish back in the day, “rectangles are elegant and good UI”. Such a completely weird step back in Style from Windows7, with less colors everywhere.

I have to say though, that Windows11, apart from a lot of stuff like their new design framework for Apps that wastes space, while also in part just already look really fancy, looks way better than KDE 5.

So KDE is now in the position to develop own ideas, but they pretty much go in the same direction as in windows, their new panel changer applet by Niccolo is veery similar to that, and it looks awesome! So I am certain the KDE6 will improve in Design a lot, even though I think I havent yet tried a KDE6 Plasma where projects like Dolphin where already ported to KDE6.

Projects like Dolphin are just great. I found it so strange and new back then to use a file manager with a name XD but funny, that Dolphin, Nemo and Thunar all come from the sea. Dolphin, Ocular, Spectacle, Ark, Kfind, KDE-Partitionmanager, Gwenview (something like Gimp but just for light editing, while still being in an unsafe language with security holes everywhere). These are all just great and unique software projects.

XFCE, MATE, Budgie, Cinnamon

Afaik these are all using GTK, so you could see them as outdated GNOME forks. Maybe thats very mean though, I see that Budgie will soon have Wayland, so I consider it an actively maintained Desktop.

I honestly can’t say much of the other environments, although I guess XFCE is based, had an okayish Design language that is at a solid base between Windows7 and some old Android.

Maybe if you tweak it it gets really modern, but I have looked enough Linux Scoop to know that every DE can look fancy with the amazing Community Designs. Actually Desktops should let random nontechnical Designers that dont understand Git make their Design. Like, no Code touching at all, just images please.

LXDE, LXQt, Window managers

Okay so these are basically energy saving DEs. They dont support lots of stuff simply, with their Design being at Windows XP or earlier. If you dont even have a menubar, that doesnt have to be styled.

So the Desktops maybe for old hardware and energy saving. If they have Wayland, so they can easily be used as the Window Manager of a Desktop, some Distro, Budgie or so, is looking to use an existent Windowmanager as their own. Just not with their own big Design Language, so they can make it “the Budgie Window Manager” without much problems.

I tried Fedora Sway and that was basically broken? My mouse was deduplicating and spamming the screen full with mouse symbols, meanwhile I could look at that… modern and colorful Titlebar, no Viridis or whatever actually thought through Color pallet of child crayon colors on a rectangle Bar with Terminal Font? Who wouldnt love this much “basedness”? But it broke, so yeah uninstalled that.

Cosmic, Hyprland

Now here come new projects, that actually have Designers working on them. Aaand in the Case of Cosmic it is entirely written in a damn safe language.

Okay its fair to say that Hyprland is a cool looking Window Manager, but Cosmic is doing something insane here.

Nearly all these bullshit old buggy File managers are in some C/C++ code, that just always breaks.

These are often 15 years old projects, they said “they cleaned up the packages” just by porting them to Qt6! Imagine what background changes they just left, because they would actually need to cleanup everything?

So Rust. Slint is said to be Qt-like, but not relying on C++, making it an incredible pain to write in Rust as you need to do some OOP translation that I dont understand because I am not in IT.

So Cosmic is doing something crazy and kinda new. Their interface was starting basically as a GNOME extension, quite literally. And there are many people layering just that package on their Fedora Silverblue (or future secureblue?)

But it is still basically imitating GNOME, with GTK support being one of the first GUI Framework integrations to come. They are doing nice material android-y things with their apps, and I imagine they are going in some direction here. Much like Android actually.

So COSMIC is a great beginning, but I think Rewriting something similar to Qt, with loots of frameworks and GUI Interface creation tools would be a statement. Like the Qt Creator, its crazy, a bit like this stupid TinkerCad but actually working and not being Windows-only and blocking Adblockers without even displaying Ads.

It would probably be “Qt stuff + Rust + Translation”, as the Qt people will likely not switch to Rust just like that. But having the core Apps, Kwin, the panel rewritten in Rust, that would be incredible.

Kwin is already working kinda well, but now there is the Cosmic Desktop with whatever WM and they could just reuse that and adapt it a bit.

So yeah, its a big deal for Interface Frameworks to rewrite all their stuff in another, extremely different language.

it_a_me,

Slint has fairly decent docs and has worked fairly well for my small projects

downdaemon, in But Windows 11 is so good!!11!1!
@downdaemon@lemmy.ml avatar

people who insist on using windows should just run it in a VM, it has suprisingly low overhead these days, you can even game with it if you insist, but i’m hearing wine/proton is getting good enough that it doesn’t even matter

Jumuta, (edited )

windows’ ram overhead is insane though, it’s not like I can’t run it but I wouldn’t want to daily drive it

Vendetta9076,
@Vendetta9076@sh.itjust.works avatar

Youre entirely correct about proton unless your kid wants to play fortnite

JPAKx4,

Literally the only reason I haven’t switched to a Linux distro. I hate anti cheats so much.

Grass,

To date I have not found any degree of enjoyment in any games with a windows only anti-cheat.

miss_brainfart,
@miss_brainfart@lemmy.ml avatar

I was going to say Siege, but they removed the ability to play as a team of exclusively shield recruits, I’ve heard.

aBundleOfFerrets,

Siege is honestly awful these days (not complaining about the sci-fi ops, reality is lame as shit why not spruce it up a bit) but what they have done to the UI and the queues (bring unranked back please) is honestly unforgivable and makes the game hard to play. (It isn’t all bad, but more bad than good)

JPAKx4,

I’m unlucky, I play Fortnite with my cousin in friends.

moon_matter,
@moon_matter@kbin.social avatar

You're still stuck when it comes to anti-cheat in multiplayer games. Some do allow it to work on Linux, but a significant number don't. Hopefully the tides slowly start to change thanks to the Steam Deck.

Pantherina,

I mean I do that currently and it is okay, but file transfer is still not working. The rest is, and I think it even was pretty much ootb, but the SPICE drivers are a real hassle to get installed, while it could be a one click solution?

(This “insert spice CD” thing has no option to download the driver ISO, right?)

Also windows11 is a bit bloated. Bulk crap uninstaller and ChrisTituses Winutil really help making it less fancy but more performant, or just usable.

But yes, VM is way better than hardware. If your Laptop supports that.

flashgnash,

There is an ISO somewhere, I always struggle to find it

After that you can just download from within the VM, mount from within windows and run the installer exe

Pantherina,

Yup did that, but this needs to go automatically, like its their stuff why cant they download it themselves?

flashgnash,

Who is they? There are many tools to run VMs on Linux not maintained by rhel

Pantherina,

Idk the devs of virt-manager I guess. Not sure if its a RHEL project

pineapplelover,

I need the stability and reliability of it not running in a vm because it’s for schoolwork

lukas, (edited ) in I Made Screen Brightness Control on Gnome Much Better
@lukas@lemmy.haigner.me avatar

Thank you.

I hate that most Linux brightness controls assume that humans perceive brightness linearly for some reason. I don’t want a flash bang in dark surroundings when I forget to use the slider. I don’t want to press my brightness up key a thousand times or resort to the slider in bright surroundings.

So yes, please merge this.

abuttandahalf,

You get it. That’s exactly what made me write this MR.

Bananable, in what caused you to get into Linux?

Just windows, I had windows 10 installed on my laptop and was constantly fighting with windows update so when the system broke (wouldn’t boot) I finally installed Ubuntu. These days I use arch BTW.

Atemu,
@Atemu@lemmy.ml avatar

And now you get to be the only one who breaks your system on a regular basis ;)

CCatMan,

Also, now leaving a system running for months on end without windows updating on its own is possible.

governorkeagan, in Vanilla OS Orchid - Devlog 22 Nov

Has anyone used Vanilla OS here? It seems really interesting, would like to get some opinions.

conrad82,

I tried it briefly, but it doesn’t/didn’t support disk encryption. For my laptop this is a must, so I’ll wait until it is implemented and out of alpha.

unwillingsomnambulist,

I’ve been waiting for a beta of the Debian-based version. The Ubuntu-based version seemed to run reasonably well on my old Thinkpad T460, but I didn’t try too much serious stuff on it that I don’t already do on regular Debian with Distrobox.

peanuts4life,
@peanuts4life@beehaw.org avatar

It sounds really cool, but I’ve honestly had issues installing it on two PCs now on two separate occasions separated by a couple months. Issues I didn’t have installing Ubuntu. The installer would fail to complete. I’m not a Linux power user, and while I tried debugging for a few hours, I gave up.

governorkeagan,

Interesting. I might give it a go in a VM. I’m also waiting for the new DE from Pop!_OS, too may options lol

KISSmyOS, in how can I customise my Ubuntu theme without breaking anything??

What happened to your “Vanilla Challenge”?

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

I regret that!! I prefer to give it my own theme, what matters is customisation, but it’s ok if you want to do the challenge!!

KISSmyOS,

Why don’t you chill out about your Linux setup a bit, and instead of doing stuff to your Linux system, do stuff with it.
Open Source software lives from the contributions of the users, and there’s plenty to do everywhere.
You could use your free time to actually make a difference and help out other Linux users!

WalrusByte, in What are people daily driving these days?
@WalrusByte@lemmy.world avatar

Gentoo. Been using it for over 3 years now, and I haven’t found a reason to leave yet.

velox_vulnus,

What systems do you use? I mean boot, init, home and all of that…

WalrusByte,
@WalrusByte@lemmy.world avatar

I just use the defaults for everything, haha! Just grub2 for the bootloader, openrc for the init system.

By “home” do you mean DE/WM? If so, I use dwm for my laptop and sway for my desktop.

velox_vulnus, (edited )

I meant alternatives to systemd-homed, systemd-machined and the likes. Since I’m on NixOS, I’m restricted to most of the systemd stuff. I’m not even sure if I need all of them.

WalrusByte,
@WalrusByte@lemmy.world avatar

I don’t even know what that stuff is, so I guess my answer is that I just don’t use it 🤷‍♂️

velox_vulnus,

Now I’m being dragged into the anti-systemd ideology. I have a bunch of CLI utility that I have never ever touched since the three years I’ve been on Linux. I just came across homectl, machinectl and timedatectl, and I’m convinced that the part about “bloat” does make a lot of sense now.

WalrusByte,
@WalrusByte@lemmy.world avatar

I don’t really care either way. I like things to be more minimal, but I’m not really anti-systemd or anything like that. I’ve just been using openrc for a few years now, and haven’t used systemd enough to learn about the homed stuff I guess

yrmyli, in what caused you to get into Linux?
@yrmyli@sopuli.xyz avatar

Windows 10/11 happened.

pineapplelover,

Windows 7 was cool, windows 10 was trash, didn’t think it could get any worse until windows 11. Holy fuck

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #