- 4 Posts
- 47 Comments
- 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
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !
11·2 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
And if you don’t have an unique public IP address, for example because you are behind CGNAT, you can use Pangolin. It tunnels all traffic from your homelab to a VPS via Wireguard and exposes your services via a Traefik reverse proxy. Pangolin also automates the Traefik setup and provides a webui to configure the individual proxies.
For a VPS I recommended ionos, because they offer servers with unlimited traffic starting at only 1€ per month with server locations in both Europe and the US.
Vittelius@feddit.orgto
Jellyfin: The Free Software Media System@lemmy.ml•Subtitles for a whole seriesEnglish
7·3 months agoThere are multiple tools to edit subtitles. From the web based https://subtitle-editor.org/ to really powerful software like SubtitleEdit
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·4 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
The feature is called “WiFi Tethering” and is available on most Android systems (sometimes OEMs or carriers disable it)
On iOS it should enable automatically if you’ve got a hotspot active and connect your device to your computer via USB
Resolve is not available as a flatpak so distrobox would be your only option to get it running on a atomic distro.
But in general flatpaks are more secure than distrobox containers. Flatpaks are sandboxed. Apps can request access to different parts outside the sandbox through so called portals. Portals are basically like the permission system on your phone. But not all portals are finished yet so apps can get way more permissions in the name of user friendliness. There are third party tools like flatseal, that manage permissions though.
Distrobox on the other hand doesn’t have any of that. Apps can access your entire home directory and a bunch of other stuff if they want
And for resolve there is even a preconfigured container: https://github.com/zelikos/davincibox
You could replicate this workflow by replacing iCloud with Nextcloud and Time Machine with Timeshift.
The iOS app for Nextcloud allows the automatic upload of photos, you just need an account with a Nextcloud provider (or just host your own instance).
Timeshift is preinstalled on a bunch of distros, including Linux Mint, and can be installed on all other major ones. See https://github.com/linuxmint/timeshift for details.
Not necessarily. Both have their drawbacks. It takes longer for new hardware to be supported on Debian and setting up a Nvidia grafics card is more complicated
You should try pangolin. It uses Traefik instead of Caddy under the hood but it automates approximately 80 % of setup. It’s what I use for my setup.
Vittelius@feddit.orgto
Linux@lemmy.ml•Alright fine I admit it, I want to learn LinuxEnglish
2·6 months agoDistro: short for distribution. Linux is not an operating system. It’s a piece of technology (specifically something called a kernel) you can use to create an OS. Those Linux based OSs are referred to as distros. We are usually not calling them “Versions” because the Linux Kernel is also frequently seeing updates and that would just cause confusion.
Debian and Ubuntu: Popular distros. Ubuntu tends to be a bit more user friendly than Debian and was the default recommendation for new user for a long time. In recent years its popularity among enthusiasts declined because of a series of unpopular decisions, mainly the adaptation of something called snaps which is not completely open source and takes a bit more time to launch apps than alternatives. Debian on the other hand really values stability. Updates arrive less frequently than on other distros but undergo really rigorose testing.
You are right. I’ve corrected my comment
There’s also qobuz for your more mainstream music needs. And you can always use a YouTube downloaded like yt-dlp together with a music tagging tool like MusicBrainz Picard.
Vittelius@feddit.orgto
Linux@lemmy.ml•Is the Gnome Background Apps UI a complete Mess or do I miss something?
2·6 months agoI could be completely wrong, but the fact, that you stated, that Telegram doesn’t receive messages without the tray icon leads me to believe that they are doing background services wrong. Because the status icon in the tray is supposed to be exactly that. The service itself shouldn’t be tied to that.
Vittelius@feddit.orgto
Linux@lemmy.ml•Is the Gnome Background Apps UI a complete Mess or do I miss something?English
8·6 months agoIs the new UI broken or are app developers just not implementing it into their apps or what’s wrong with the current situaltion?
Both, kinda. The new UI relies afaik on xdg-portals to get which apps are running in the background. Therefore only flatpaks should show up; but they should show up automatically, without any tweaks by the devs.
Also the UI only displays that an app is running in the background. It can’t communicate any type of status information.



Compose multiplatform https://www.jetbrains.com/compose-multiplatform/