There is a Synology application called Notestation that is available on their website only as a .deb file. It’s also available in the Arch AUR, but not on Flatpak and not in Tumbleweed repo.
How would I possibly get this application on Tumbleweed? If there is a way, please lead me in the right direction.
If you don’t mind working the terminal, you could use distrobox to create a ubuntu container, install the app in there and then export it to your suse installation.
Alien is broken beyond recognition and got removed from most distributions as it is unmaintained since 2013 and can no longer be used….
Even Distribution maintainers where not able to fix this broken piece of software…
There are home repos with alien. But home repos should only be used by experienced users.
Distrobox is very reliable - it uses docker container technology to create a Debian system. For applications that don’t require a kernel component, it’s a very reliable way to handle this type of thing.
I cannot guarantee that it will work well for you, but distrobox kind of was created for situations like this and people have been using it to, for example, create an arch container on their ubuntu installation to install obs studio into with the proprietary amd drivers, so they can game on the open source mesa drivers but use the AMF encoder in obs, which only the proprietary drivers offer.
There would be a slight delay when opening the app after reboot, because distrobox would first need to start the container it was installed in, but it’s not really noticeable otherwise.
The app will be shown in whatever desktop environment you use in the same way that any other app is shown, with an icon and all of that. Distrobox will be needed for as long as you need the app. Maybe calling it “exporting” isn’t exactly the right term (but that’s on the devs), I think “linking” would be a better term to use. The app does not leave the distrobox container, so distrobox cannot be removed without also removing the app. But you don’t need to interact with distrobox after you exported your application, it will just be sitting in the background.
I’m interested on this thread because I’d also install a .dep packet on Leap 15.4 and I have maybe not understood, how does distrobox work.
I can’t find it in official Repos for Leap 15.4 → does it only run on Tumbleweed or Ubuntu and NOT on Leap?