hi, Am Montag, den 11.07.2016, 16:32 +0800 schrieb XiaoGuo Liu: > Hi, > > Today, I tried to snap a Ubuntu phone qmake project into a snappy > application. When I run it I get a failure like the following: > > liuxg@liuxg:~/snappy/desktop/snaptest$ snaptest-app.test > ln: failed to create symbolic link '/home/liuxg/snap/snaptest- > app/x2/.themes/themes': Read-only file system
use a wrapper script and add:
cd $SNAP_USER_DATA
before the exec command, so that SNAP_USER_DATA becomes your actual
workdir...
ciao
oli
signature.asc
Description: This is a digitally signed message part
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
