Stephen Gallagher wrote:
> I realize you said that the reasons are off-topic, but in general I'd
> recommend not making desktop-specific decisions at a high-level and
> instead base your decisions off of availability of particular
> functionality. For example, if your application needs to manage
> software updates, have it check for whether PackageKit or dnf-daemon
> are available. If it needs to store something in a password wallet,
> check for GNOME Keyring or KWallet, etc.

Another solution is to use abstraction layers. E.g., for the password 
wallet, you can use QtKeychain: https://github.com/frankosterfeld/qtkeychain
To open a document or web page, instead of hardcoding the application (e.g., 
the web browser), you can run xdg-open. Etc.

        Kevin Kofler
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to