Umayr Saghir
Umayr Saghir
Autostart does appear to be possible for snaps, The desktop file is written to `$SNAP_USER_DATA/.config/autostart`. The documentation goes into more detail: https://snapcraft.io/docs/snap-format#heading--autostart
I've added the conditional check for the master branch, the job will now only publish if the action is running for master. In terms of publishing I'm assuming stable releases...
Yep agreed, automated publishing to edge makes sense
> > What do I need to do here with regards to creating snap accounts, channels, etc? > > Head over to the [snapcraft forum](forum.snapcraft.io) and create an account. Start...
With the versioning do we want to cut the version at 1.4.0rc1 or would it be preferable to show the entire version 1.4.0rc1-345-g9e8d4434a for better traceability?
Ah ok would `cut -d "-" -f1-2` work to provide the version 1.4.0rc1-345? Wondering if that would count as a valid version?
Updated snapcraft.yaml added.
I managed to get the Spotify plugin to "work". I'm able to login using my Spotify premium account but I'm unable to search Spotify. The reason for this appears to...
I don't think there's anything further required on my end in terms of the snap, I believe it functions as expected on GNOME and KDE desktop environments. I believe the...
It's not related to creating a flatpak, but to address the slow snap startup time it may be worth using `compression: lzo` in the snap manifest to switch compression methods...