Feedback for the Seabass
-
@kugiigi said in Feedback for the Seabass:
Then I tried manually installing clickable in the container via the settings app.
Hm, I've just realized that installing clickable using
apt-get
probably won't work, because Seabass tries to launch clickable using python3.6 while clickable installed with apt relies on python3.5.It should be possible to install required version with
libertine-launch -i seabass2-build python3.6 -m pip install --user --upgrade git+https://gitlab.com/clickable/clickable.git@subcommands-reduced
-
Thanks everyone for trying the beta!
So far it seems that creating and building projects doesn't work on Nexus 5 or (maybe) on a subset of devices including Nexus 5. Unfortunately, I don't have a Nexus 5 so I can't investigate the issue further.
I can tell though that the issue doesn't depend on architecture (arm64/armhf) or OTA-version, but seems to be more device-specific.
To summarize: at least Nexus 5 seems to be in a list of devices that doesn't support seabass+clickable for now (which is a pity because it's one of a few devices that support connecting external displays). Poco F1 and Xperia X seems to work fine.So, if you've tried the beta on any device other then Nexus 5 and creating projects from within the Seabass doesn't work, I'd be grateful for any information about your device!
-
@mikhael Oh that's sad. I tried your command and the build output just stayed blank. Before the command, it just says that clickable wasn't found and environment variable wasn't set.
-
@kugiigi thank you for the feedback!
For some reason Seabass can't executelibertine-launch
on Nexus 5, althoughlibertine-launch
works fine from Terminal. The problem could be somewhere in between seabass, pyotherside,libertine-launch
python script andproot
(used bylibertine-launch
), but unfortunately for now i don't know what exactly goes wrong.