Python xdg and flatpak runtime

Is there anyway to get Python xdg support in GNOME flatpak runtime? Or there is additional module required to add?

Thanks :slight_smile:

Maybe someone looks for it as well - use GLib get_user_special_dir for this :slight_smile:

The GNOME run time seldom adds Python modules; if you want to use one in your application, youā€™ll have to bundle it in your Flatpak manifest, using tools like flatpak-pip-generator.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.