freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.35k stars 152 forks source link

Package for Opensuse Tumbleweed #809

Closed bmp closed 1 month ago

bmp commented 1 month ago

Thank you for the wonderful tool, is there any possibility of a package for Opensuse Tumbleweed?

apyrgio commented 1 month ago

Thanks for the kind words Barath, as well as your suggestion. Yes, we definitely want to have support for more distros in the future. The most reasonable path forward though looks like through Flatpak: https://github.com/freedomofpress/dangerzone/issues/45. It's a feature that has been discussed for quite some time, but due to some extra complexity and lack of traction, it hasn't materialized yet.

In the meantime, you can always run Dangerzone from source. I do understand that it's a subpar solution, but just making sure you are aware of the alternatives.

Closing this issue for now, but feel free to discuss more either here, on in the respective Flatpak issue.

bmp commented 1 month ago

That is great, having a flatpak will solve a lot of these challenges for multiple distributions. In the meantime, based on the instructions, I was able to get it to work with the instructions provided. Although when I run the application, I get the generic Wayland icon instead of the Dangerzone icon. Is that expected behaviour?

apyrgio commented 1 month ago

Nice, good to know that the instructions work on OpenSUSE as well.

As for the Wayland icon, I suppose you've spawned Dangerzone with the ./dev_scripts/dangerzone command, right? In that case, this is expected, since the window manager doesn't have much more info about the application. Users who install Dangerzone via the package manager, on the other hand, do see the correct icon and application name (similar issue: https://github.com/freedomofpress/dangerzone/issues/402).