Clocks
Clocks
`xdg-desktop-portal` has an [implementation]( https://flatpak.github.io/xdg-desktop-portal/#gdbus-method-org-freedesktop-portal-DynamicLauncher.Install) to make this easy. This will work for any standard desktop Linux install.
Good morning! Ah darn, there goes my work on the VanillaPacksTab! 🥲 Regardless, Kotlin is possible, but there are a few things to note. 1. Migration will take time. Yes...
If my VanillaPacksTab gets merged this week, we will have the first steps into kotlin. I am very close to fixing it up (Please do not change anything with VanillaPacksTab...
One shenanigan that can be done separately from the code base is the build script, a migration to kts is possible. I'll look into it when I have time
> I'm with this change While the support is appreciated, even I recognize that whats important is ensuring that the maintainers development flow is not interrupted. In this case, the...
> But you probably already know all of this. Yes, Such improvements been done in the past via #717. And more exist somewhere on my branch / local copies. >...
> What architecture do you suggest to use? Is it MVVM? Yes, MVC is more applicable for other situations. For a large project such as ATLauncher, MVVM is optimal.
> Can you give me the directories where it has most of the UI that has business logic in it? More discussion should be had in: https://github.com/ATLauncher/ATLauncher/issues/606 It already includes...
This is redundant for Linux as flatpak exists which provides containerization https://flathub.org/apps/com.atlauncher.ATLauncher
This requires docker to either be bundled (bloating app size) or to be preinstalled (for only one app??). What is a better approach is to utilize native sandboxing tools. I...