

Looks like your reading the system default settings from /etc
and not the user settings from ~/.config
Looks like your reading the system default settings from /etc
and not the user settings from ~/.config
I’ve heard of some people jailbreaking their roombas but it requires messing with the hardware iirc, but it didn’t sound as hard as jailbreaking a smart TV.
It was clearly trying to be insulting. I don’t understand why anyone would try to start a flamewar over flatpaks.
You don’t have to use a meme insulting some side to just start a conversation.
IDK why you’re being so rage baity. Its easy to avoid flatpaks if you dont like them. Only thing I’ve ever found as an obstacle was adding the binaries to my PATH so I can launch it with dmenu_run. Otherwise my package manager works well enough.
Bonus points: Write a PKGBUILD that installs flatpaks to /opt and symlink out binaries as needed.
It really depends on where the calendar itself is hosted and what is responsible for syncing it. There’s a bunch of different standards and protocols for syncing calendars and you have to filter apps by what they support.
But if its syncing to Ms365 and you need it to run on windows then Thunderbird is probably your only option. Otherwise there’s stuff like KOrganizer or GNOME Calendar.
Idk why you ever expected the program to leave its installation in a pristine state. Just copy the files, its the normal thing to do.
Read the changes to the scripts. Its probably just running a self updater.
They must be including VBA. Delphi/Pascal really wierds me out. That shit was long dead since before my time.
Filesystem sized is grown fine? If so wow that was easy.
I recently read that luks containers don’t actually know their size they will always adapt to the size of the entire disk (it makes shrinking them dangerous). So you should be good unless your SSD is bigger than your new nvme.
Very curious about how this goes. It might not work but it won’t wipe the original nvme. I’d love to hear how it goes.
I suspect your plan might be safer and less of a pain than pvmove. I’ve just never done that before so I can’t say for sure.
Be sure you can open and mount the USB ssd after the first dd. Also check the status of the disk size of the luks container. I’m assuming your dd’ing the encrypted partition not the data inside.
Look into pvmove
. I’d take a backup with dd
but try to do the actual move with pvmove
. This might involve multiple steps if you can’t have both nvme’s installed at the same time. In that case I hope you have other drives.
Edit: I think what you’re doing won’t be a disaster because you’re not writing anything to the old nvme so that data is still there. So you won’t bork anything if the new drive doesn’t work.
A window manager and display server are the bare minimum of the x11 graphical environment. Desktop environment is draw the rest of the owl.
Wayland is is a completely different beast than x11. There is no Wayland program, just a wide set of protocols. There are no Wayland window managers, just “compositors”. Compositors are responsible for everything both the display server and window manager would do in x11. Everything is up to the compositor to implement. It just has to follow the Wayland protocols.
This can make migrating to Wayland a bit tricky. If a program worked in one x11 window manager, it was basically guaranteed to work in all window managers becuase it was always communicating to the same X server directly. In Wayland that’s not guaranteed. If a compositor didn’t (or didn’t correctly) implement a certain subset of protocols then the utility wouldn’t work correctly.
IE take xrandr
and wlr-randr
. They both are a , “display settings” CLI utility. xrandr
works on any x11 environment because it always communicates with x11. wlr-randr
only works if the compositor implements the wlr_output_management_unstable_v1
protocol. See the protocol deifnition here
You just want a desktop version of the apps you already have? Have you tried VLC?
Lol then why are you even bothering with Kodi?
The main alternatives to Kodi are Jellyfin and Plex but I suspect those will have the same problem if your library isn’t organized. How well are NOVA and Infuse handling your library? Like are they able to tell queue up the next episode of a TV show? Because Kodi is basically trying to be more like a local Netflix than “just a video player”.
Jellyfin and Plex are web-based so you’ll get a a far more consistent experience across devices than Kodi. But they’ll generally expect Movies to be in one folder, TV shows in another, and will have some expectations of the file name. They won’t open the file to figure out what movie it is.
If python is too big for you and you’re dealing with heterogeneous systems then you’re probably stuck with sh
as the lowest common denominator between those systems. I’m not aware of any scripting languages that are so portable you can simply install them with one file over scp.
Alternate route is to abandon a scripting interpreter completely and compile a static binary in something like Go and deploy the binary.
There was also some “compile to bash” programming languages that I’ve sneered at because I couldn’t think of a use case but this might be one.
Elixir checks most of those boxes. If you want a good functional scriptibg language, Elixir soynds like the go to. Some lisp language like guile should also be sufficient, and probably have a lighter footprint.
This requirement stands out though:
has a simple/straightforward setup (ideally, it should be a single executable that I can just copy to a remote system, use to run a script and then delete)
Thats basically what ansible does. If you plan on doing this to multiple machines you should just use ansible. Also how do you plan on ensuring the scripting interpreter is installed on the machines?
Similarly relevant guide for Transmission I’ll need confirm if the file formats for the block lists are identical.