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.
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.
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
I was learning C/C++ back then and although the nostalgia is strong with this one, Turbo C++ was obviously shit (and Borland quickly killed it later anyway), and while looking around for alternatives I found DJGPP which introduced me to the GNU toolchain and so the jump to Linux to have all of that natively instead of running on DOS was very natural. My very first distro was Redhat Linux 6.2 that I got as a free CD along with a magazine (also got a Corel Linux CD the same way that I was excited about given how their WordPerfect was all the rage back then but I was never able to install it, I don’t remember what the issue was) and it looked like this (screenshot from everythinglinux.org/redhat62/index.html ):
That is helpful, I’m not sure what I’m looking for yet though. But another comment lead me into antialiasing and this line in the history seems plausible. install -y /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amdamf-pro-runtime-5.4.3-4.fc37.x86_64.rpm /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amd-gpu | 2023-04-25 20:11 | I, O | 11
Undo didn’t work though:
sudo dnf history undo 11
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “amd-gpu-firmware-20230404-149.fc37.noarch”.
So I made a rollback to my last know stable point: sudo dnf history rollback 2
It didn’t exactly workout either unfortunately:
Transaction history is incomplete, before 73.
ransaction history is incomplete, before 72.
Transaction history is incomplete, after 71.
Transaction history is incomplete, before 61.
Transaction history is incomplete, after 60.
Transaction history is incomplete, before 8.
Transaction history is incomplete, before 7.
Transaction history is incomplete, after 6.
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “ImageMagick-c+±1:6.9.12.82-1.fc37.x86_64”.
… many lines more about pkgs not found
I’ll do a reboot and see what actually took effect. Atleast I’m learning something, maybe I should do all my upgrades via dnf instead of the manager in the future, easier to know whats going on.
You pretty much got it, except for the fifth point.
A desktop environment (“DE”) is separate from the compositor (X11 or Wayland), but can’t exist without it.
At the end of the day, a DE is really just a “window manager” with a bunch of bundled applications, like taskbars/panels, a file manager, an app menu, etc. It’s as minimal or as feature rich as you want it to be.
The window manager dictates what to draw on the screen and where, but the compositor is what actually does the work. One is kind of useless without the other.
Hopefully that makes sense, I’m not a rocket surgeon.
Why don’t you install flatpak on Ubuntu, make the packaging migration before doing the OS migration so you can evaluate your workflow with the new packaging system? Afer you’re used and confident with flatpak, backup and restore the flatpak folder into fedora and you transition should be smoother (don’t need to worry with 2 stuff at the same time)
Why not use a live ISO version of something and boot it from a USB, if you need a full set of network troubleshooting tools, the Kali Linux Everything ISO for example will definitely have everything.
Yeah, that should work. ldd “$(command -v “$cmd”)” will list the dynamic dependencies for $cmd, so you can find those (probably) in /lib and /usr/lib; I’m not familiar enough with the dynamic library loading process to give you the specifics. I would put the binaries in /usr/local/bin and the libraries in /usr/local/lib; but you could also modify path variables to point to the usb drive. Ideally you could find statically linked versions somewhere, so you don’t have to mess with the libraries.
Alternatively, most package managers have commands to download packages; then you can copy the package cache over to the new machine and install them that way. If the commands are common enough, you could download one of the bigger install media and add its package repo to your machine. These of course are distribution specific processes.
Finally, you could get a cheap USB ethernet adapter and connect to the internet that way. On newegg most of these products will have at least one review saying whether they work on linux.
Yeah, let me just change my profession real quick, fuck the 20 years I have invested. I’ll just do a tapdance on my eyelashes for the neckbeards and everybody will be happy weee
LOL wait till the company your proprietary software relies on tanks or makes a shitty change for their benefit.
It’s sad you built a career out of black box code lmao. I guess 20 years isn’t enough to read the writing on the wall: proprietary code is shit. Black boxes are shit. I piss on your profession
Companies are always going to make shitty changes, but that doesn’t change the reality that industry leaders are usually in that position for a reason. You simply cannot replace After Effects without kneecapping yourself. GIMP is nowhere near as capable as Photoshop. It is impossible to develop iOS apps without Xcode, and difficult/unsupported to develop Android without Android Studio.
You can piss off your high horse as much as you want, but it is fantastical to claim that professions should hamstring their work and sacrifice reality and practicality for the sake of some ideology belief. Companies aren’t choosing these standards because they love giving away money, they’re doing it because they recognise that rejecting a $300 annual expense for $10,000 worth of greater productivity is financially irresponsible.
Serious question: I’ve been using Krita to mess around with the tablet, but are there any good reasons to learn GIMP coming from a photoshop background all these years, given that I also know Krita somewhat?
linux
Top
This magazine is from a federated server and may be incomplete. Browse more on the original instance.