It could be worse; it could be weasels ripping your flesh.
wvstolzing
pointless
- 0 Posts
- 11 Comments
This is the right response to the OP’s bizarre “question”, of course, but … yeah … the ‘for the most part’ qualifier is key here.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Distro suggestions for a dumb-dumb who only knows linux through meme osmosis1·4 months agoSome caveats, though: To share the same home folder safely, it’s best to use the same desktop environment on both distros. Debian paired with Fedora makes it difficult to match the release numbers of the desktops, though, and there might be discrepancies with respect to user config files in the home folder, when you’re trying to configure features in Fedora that aren’t yet available in Debian.
Also the system folder setup (locations of libraries and include files) is different between the two, so if there’s anything in the home folder that’s linked against libraries in one distro, it won’t work in the other. Especially if you’re going to compile anything in the home folder – including stuff that package managers of scripting languages like lua and python themselves compile – that could lead to major heaadaches.
I don’t think it does virtual desktops with labwc still; but when it does, labwc is as good a replacement for xfwm as any, IMHO.
labwc can do virtual desktops; there’s a desktop switcher, and the window switcher is aware of windows only in the current desktop – but I can’t figure out how to query window-per-desktop information programmatically otherwise. waybar, wlrctl, as well as xfce-panel don’t seem to have access to that info either. Still waiting for accomodations with respect to some wayland extension, I suppose.
Ubuntu’s font rendering used to be better than every other distro, because they incorporated patches on freetype that were legally ‘iffy’ as to whether they infringed on microsoft’s patents; later whatever exclusivity requirement that there was with those patents expired, and the patches got upstreamed in freetype itself.
So now all Linux desktops are capable of subpixel font rendering, hinting, whatever. But before that, font rendering really was hideous on other distros.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Google Chrome severely damaged extensions, time to move to a better browser8·5 months agoSmaller browsers built on webkit do exist; see ‘Epiphany’, ‘surf’, ‘luakit’, and ‘Nyxt’. Qt’s web component used to be based on webkit as well, though they’ve switched to Blink (Chromium).
Unfortunately, none of the browsers listed above are 100% sufficient to replace Firefox. They all rely on GTK bindings on webkit, which has its own quirks; and none have support for webextensions.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Google Chrome severely damaged extensions, time to move to a better browser5·5 months agoWho’s “we”, though? Here’s the list of Linux Foundation members: https://www.linuxfoundation.org/about/members It’s a foundation by, and for, commercial interests; not the users. If the same interests made up a foundation to develop a browser, it wouldn’t be different from Chrome; because in the realm where browsers are supposed to work, those ‘commercial interests’ would demand doing what Chrome does.
It’s a ‘happy accident’ that with respect to a unix-like OS kernel, the interests of the industry ended up being compatible with the interests of the user.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Is it just me or do you guys miss these type of skeuomorphic icons?2·5 months agoI’ve got these articles saved, about the history of brushed metal on Apple software: https://512pixels.net/2013/03/brushed-metal-intro/ https://512pixels.net/2016/11/the-brushed-metal-diaries-beyond-software/
To be honest I loved it … though maybe it has to do with the fact that I have a soft spot for 10.4 Tiger, due to personal (?!) reasons. After Tiger they started progressively tearing down the brushed metal components.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Upstream Linux Developers Take Aim At TUXEDO's Out-Of-Tree GPLv3 Drivers7·5 months agoYou wanna get tivoized? Ha? Because that’s how you get tivoized.
wvstolzing@lemmy.mlto Linux@lemmy.ml•Is there an easy way of having a vm with gpu pass through to play windows games ?5·5 months agoWith Proxmox on AMD gpus, it can be as simple as picking a pci device from a dropdown.
– but then again, you’ll need to learn how to properly use proxmox, esp. with respect to storage configuration. Also, the performance can still suffer, depending on various factors.
If it’s not too big of an inconvenience, dual boot is the way to go, IMHO.
I was about to say the same – and also: nftables syntax is a lot cleaner compared to iptables, and the whole configuration can be loaded from a single file just like pf, without doing the dump/reload cycle that iptables required. Unless UFW does features like defining zones which a user might need (like firewalld), then it’s not a huge improvement on bare nftables usability-wise.