<div dir="ltr"><div><div>Hi Sebastien! <br><br>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?<br><br>#!/bin/sh<br># Only for packaging!<br># Script for snap packaging wallpaperdownloader application. It is not related to the code itself<br># Not good, needed for fontconfig<br>export XDG_DATA_HOME=$SNAP/usr/share<br># Font Config<br>export FONTCONFIG_PATH=$SNAP/etc/fonts/config.d<br>export FONTCONFIG_FILE=$SNAP/etc/fonts/fonts.conf<br>export HOME=$SNAP_USER_DATA<br>java -jar -Duser.home=$SNAP_USER_DATA $SNAP/jar/wallpaperdownloader.jar<br><br></div>Thanks again :)<br><br></div>Eloy<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-30 10:05 GMT+02:00 Sebastien Bacher <span dir="ltr"><<a href="mailto:seb128@ubuntu.com" target="_blank">seb128@ubuntu.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le 30/08/2016 à 09:20, Eloy García (PC Actual) a écrit :<br>
> Any ideas or suggestions? Thank you very much for your time and effort :)<br>
<br>
<br>
</span>Hey,<br>
<br>
I didn't look into details of your snap but gsettings is confined so you<br>
need to add "gsettings" interface to your list, maybe start trying if<br>
that's enough to make it work<br>
<br>
Cheers,<br>
<br>
Sebastien Bacher<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Eloy García Almadén<br></div></div>
</div>