One of the best apps on any platform
One of the best apps on any platform
Wow I must be doing something wrong, zypper has always been faster for me than pacman, both on my newer desktop and my older laptop
Somebody has never used opensuse. Zypper is an amazing package manager, one of the best on any distro.
It can handle flatpacks, native packages, and packages from the opensuse build system, keeping everything updated and organized.
Pacman is very basic by comparison, and a lot slower too in my experience.
I remember a showstopper a while back being that you can’t resize the title bar while shaded. That’s already the current behavior on x11, so I would be fine with that caveat continuing if it meant wayland support.
On KDE Plasma, my only outstanding bug is that the “window shade” button on my window controls is broken. Too bad since I use that feature a lot.
On GNOME everything seems to work as far as I can tell. It’s pretty smooth!
Nice job! If you can get the nvidia driver installed properly, any distro should work in theory.
On Ubuntu: https://ubuntu.com/server/docs/nvidia-drivers-installation
On Pop!_OS it should be already installed by default
I’ve been hearing good things about Nobara, Ill have to try it out!
LTS kernels aren’t more or less stable. Rather, they have been selected by the kernel maintainers to get security fixes backported to them for a certain time.
Ubuntu does the same thing for the kernels on their LTS versions (technically they usually are not LTS kernels since canonical supports them instead of kernel team)
Overall I’d suggest going with what the distro provides unless you have very new hardware, in which case a newer kernel may be required
Haven’t done this myself, but supposedly you can do it with xboxdrv using the “–mimic-xpad” flag
I don’t hate systemd. However:
Units and service files are confusing, and the documentation could be a lot better.
That said, when systemd came out the traditional init stack was largely abandoned. Thanks to systemd (and the hatred of it) there are now a couple of traditional-style init systems in active development.
I was really impressed with the hub. Such a well-implemented feature. I also miss the led that would blink a different color for different types of notifications or conversations
I think you have it right, I was being clumsy with my phrasing
Pretty sure it just had an emulation layer for Android. I had a Passport when it was new, and I remember the phone was emulating a version of Android a few years old, so a few apps didn’t work properly
Stardew Valley is a very relaxing and fun game where you start a farm in a small town. It has also has optional multiplayer. I found it very addictive.
That’s what I’m thinking. A menu entry that just runs chown -R [username] on whatever you click is the idea
Just saw your edit. One thing you should be doing is taking ownership of directories you plan to be working in. So for an external drive for example, you’d want to make sure your user(s) have r/w/x permission recursively (granting permission for all files and folders underneath using the same command) on the root folder of the drive then you can move stuff on and off freely.
I agree it could be more straightforward, but ideally you’d only have to do it one time when you first use the drive with that machine
I’ve successfully recovered data from ext4 on a broken drive on one occasion. I agree it would have been better to have backups so lesson learned I suppose. Still if I’d been on ZFS root with no mirror I’d have been even more SOL
Not recommended for single-disk root partitions. This is a mistake I’ve made myself. Recovery tools are non-existant on ZFS so non-parity setups are inherently risky. If you have root setup on at least raidz1 with at least 2 disks you are fine.
That was also my take. If it’s something you should be able to edit, your user should have permissions to do that. Jumping to running as root every time has lots of unintended consequences.
I do think a functionally similar idea would be a button to “take ownership” (grant “/r/w/x”) of a file that would prompt for root password. That way things don’t run as root that shouldn’t. Would that be a good compromise between Linux permissions and Windows workflow?
Regarding formatting a drive, whatever program you are doing that in should ask for root p/w when performing that operation. If it just refuses because of permissions that seems like a bug.
Yes, it’s fantastic if you need that kind of thing. I used Bedrock for years to have OpenSUSE’s patched kde-firefox running on Kubuntu. I never had any issues whatsoever. Very cool project.
I guess I’m smart enough to install opensuse, but dumb enough that I somehow got slow pacman.
I kid you not, on my hardware zypper is the fastest between ubuntu apt, fedora dnf, and arch pacman. dnf was the second-fastest on my hardware, with apt and pacman being pretty sluggish
I’ve also used portage which was even slower, but probably not a fair comparison considering how much more complex it is.