It would help if you provided a link or something. Because I have no idea what darling is.
- 5 Posts
- 53 Comments
Vittelius@feddit.orgto
Linux@programming.dev•Convinced my partner to install Linux on her laptop. Going with Zorin OS. Thoughts?
1·18 days agoThere’s also SoftMaker Office
It’s not open source and it costs money, but it’s European (German) and it has really good MS office compatibility
A lot of European countries have their own debit card networks. Germany has GiroCard, Italy has PagoBancomat and so on. The problem is that those are national systems that stop working once you cross a border. Most cards are therefore cobadged with Visa or MC as a fallback system.
What’s needed to get rid of the cobadging (at least within the EU) is some kind of translation layer to bring the existing European systems together.
You could use owncast as a twitch alternative: https://owncast.online/
Some Matrix clients such as comment also support screen sharing (for a more discord like experience). But I haven’t used it myself, so I can’t speak to its quality or reliability: https://commet.chat/
Vittelius@feddit.orgto
Linux@programming.dev•Tech Talk: How Electron went Wayland-native, and what it means for your apps | Electron
3·4 months agoThat’s only mostly true and more importantly not what this is about. Yes Gnome and Mutter don’t support server side decorations. But Electron on Linux uses GTK to construct the application window. And GTK offers client side system styled window decorations. Meaning that electron applications aleady supported decorations that look and feel like server side decorations even if they are not.
Electron already had some support for client-side decorations, provided by a class called ClientFrameViewLinux which uses GTK to paint convincing native window frames. These look very similar to the ones GNOME used to supply on X11, but they are produced entirely in-framework.
No, the problem is with custom styled window decorations. Developers who wanted to do CSDs couldn’t without major downsides. And that was also true on KDE Plasma, as evidenced by this screenshot from the article you evidently didn’t read

See how the window for VS Code doesn’t throw a shadow compared to Dolphin? That’s because electron didn’t support CSDs properly. And now that it does the window looks like this:

That’s what we are talking about.
Hardware
A mac mini is probably overkill for what you want to do. We are talking standard blu-ray after all, meaning your videos are going to be limited to 720p. Most hardware will have no problem dealing with that. The cheapest solution that’s fit for purpose is a refurbished thin client. They aren’t powerful or anything, but you don’t need powerful. You need quiet (passively cooled) and low on energy consumption.
Thin clients can be had on eBay for less than 30 Franks.
Software
- Kodi: originally known as the XBox Media Center (XBMC), a TV friendly menu to pick the movie or TV show you want to watch
- LibreElec: A Linux distro, that preconfigures and auto starts Kodi, not the best choice if you plan to use anything besides Kodi
- Jellyfin: A media server. If you got multiple TVs you might want to look into this one. It essentially let’s you operate your own Netflix, complete with a web frontend and apps for phones and TVs, integrates with Kodi
It’s a term from city planing. Essentialy places that are not your place of work or someone’s home.
Here is a more in depth explainer by NotJustBikes: https://youtu.be/VvdQ381K5xg
Vittelius@feddit.orgto
Linux@lemmy.ml•I think i am ready to switch from windows and need advice
4·5 months agoThat’s why Ultramarine exists. It’s just Fedora with RPM-Fusion (the non-free repo) preconfigured and the Nvidia drivers preinstalled.
Vittelius@feddit.orgto
Technology@beehaw.org•Question: Is it possible to put Linux on an x86 Chromebook?
1·8 months agoYou’ll also probably want to bookmark this: https://docs.chrultrabook.com/docs/installing/post-install.html#general-qol-fixes
The Chrultrabook project makes the distro run a bit smoother once it’s installed by providing fixes for the audio stack and custom keyboard layouts to make the top row of keys work properly among other things
Vittelius@feddit.orgto
Technology@beehaw.org•Question: Is it possible to put Linux on an x86 Chromebook?
6·8 months agohttps://docs.mrchromebox.tech/ provides custom coreboot firmware for a variety of ChromeOS devices. Once you’ve flashed it on your Chromebook, you should be able to just install Linux on it
Compose multiplatform https://www.jetbrains.com/compose-multiplatform/
- ubuntu touch UI framework / suru: qt 5 based, so slightly outdated underpinnings, but still actively maintained https://docs.ubports.com/en/latest/humanguide/index.html
- flutter: developed by google as a cross platform framework, tied to the dart programming language. https://flutter.dev/
- Canonical has created custom widgets for flutter, if you don’t like material design: https://pub.dev/packages?q=ubuntu
- uno.platform: C# framework for cross platform apps. https://platform.uno/
Vittelius@feddit.orgto
Technology@beehaw.org•WhatsApp is launching third-party chat support across EU Countries, which means you can now ditch WhatsApp for an EU alternative: BirdyChat from Latvia.English
1·8 months agoThey don’t choose the platform, the platforms choose them. Under EU regulation WhatsApp as a “gatekeeper” has to give access to any other platform operating in the EU if they request it. Threema, Signal and co simply aren’t interested.
Vittelius@feddit.orgto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !
11·9 months agoBecause its not. OP made a post on Mastodon and crossposted it to Lemmy by @ing the community. I’m not sure this wasn’t by accident
Isn’t the VollaPhone Quintus the best option for Ubuntu Touch? (It’s more expensive than the Fair Phone, but it ships with UT)
I’d argue that Ubuntu Touch and Sailfish are the most mature offerings. Both OSs are (or at least were at some point) developed as commercially viable alternatives to the duopoly. That gives them a headstart in terms of apps and overall pollish.
The postmarket shells are catching up, but you still get instructions like “drag and drop a file from your file manager to open it”, which doesn’t work on a phone. Phone UX still seems like an afterthought in many cases.
Postmarket OS is a desktop Linux system, but for phones. UT and Sailfish on the other hand are mobile OSs, that happen to use much of the same tech as desktop Linux. They are therefore much closer to the duopoly (for bettet or for worse).
Vittelius@feddit.orgto
Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13English
5·11 months agoI found pipx the easiest way to install and manage a current ytdlp installation
sudo apt install pipx pipx ensurepath pipx install yt-dlpYes I know, it’s an additional package manager, but it actually is a package manager and will therefore ensure the setup is correct






Flatpak