Hi Sebastien! Thanks for your answer, but I forgot to say I tried gsettings and unity7 interfaces with no success. Nevertheless, I only put those interfaces in snapcraft.yml, but I didn't do anyting else (configurations, tweaks...). Adding more information, this is the script executed when wallpaperdownloader is launched. Maybe it is here where I should add some mappings to the "native" environment?
#!/bin/sh # Only for packaging! # Script for snap packaging wallpaperdownloader application. It is not related to the code itself # Not good, needed for fontconfig export XDG_DATA_HOME=$SNAP/usr/share # Font Config export FONTCONFIG_PATH=$SNAP/etc/fonts/config.d export FONTCONFIG_FILE=$SNAP/etc/fonts/fonts.conf export HOME=$SNAP_USER_DATA java -jar -Duser.home=$SNAP_USER_DATA $SNAP/jar/wallpaperdownloader.jar Thanks again :) Eloy 2016-08-30 10:05 GMT+02:00 Sebastien Bacher <[email protected]>: > Le 30/08/2016 à 09:20, Eloy García (PC Actual) a écrit : > > Any ideas or suggestions? Thank you very much for your time and effort :) > > > Hey, > > I didn't look into details of your snap but gsettings is confined so you > need to add "gsettings" interface to your list, maybe start trying if > that's enough to make it work > > Cheers, > > Sebastien Bacher > > -- Eloy García Almadén
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
