Hey everyone.
MusicBrainz Picard v1.4.2 snap is now in the beta channel for amd64 arch:
$ sudo snap install picard --channel=beta
If you’re a user of the application or even if you just want to poke at it, I’d love some help putting it through its paces! Please let me know if you run into any issues.
3 Likes
OK, the name issue is solved! Please test it and notify any issue!
jzimm
July 29, 2017, 10:58pm
3
You should use gnome-3-24-platform for your gtk apps. It will make the package much smaller and the app will use the desktop theme too.
Hey @jzimm ! Any tips on using the gnome-3-24-platform?
I’ve seen that some apps are already using it:
The Ubuntu Desktop team has created the gnome-3-24[1] snap which provides supported backports of libraries needed for GNOME 3.24 apps on 16.04 via a content interface. As we are populating the store with desktop apps which utilize this content interface, we would like a snap declaration to auto-connect this interface.
default-provider: gnome-3-24:gnome-3-24-platform
We have some snaps already in the store using this interface, and many more on the way. Examples include: gedit, gnome-diction…
But it seems to me that it’s not ready yet to be used by snaps not made by canonical, am I wrong?
jzimm
July 30, 2017, 10:54pm
5
I’m using it in a couple of my snaps. It’s pretty good except that the interface doesn’t connect automatically upon installation, which is annoying, but otherwise I think it’s the way to go.
Does that mean “it will use whatever theme the user has defined” or does that mean “it will use whatever theme is set as long as it’s a theme that Ubuntu includes OOTB” annoying the heck out of non ubuntu users because their chosen theme doesn’t work and they don’t have the Ubuntu themes installed to select one of those?
jzimm
August 1, 2017, 12:23am
7
Any theme included in the gnome-3-24 snap (e.g. adwaita, dark etc.)
Any example that you can share?
jzimm
August 2, 2017, 12:56am
9
I’m far from being an expert on this, but you can check out this one:
https://bitbucket.org/jacobzimmermann/vice-jz/src
It works well and is based on an example of using that stuff that I found.
I just fell from the tree now: this is not a gtk app:
name: picard
summary: Picard is the official MusicBrainz tagger.
description: |
Picard supports the majority of audio file formats, is capable of using
audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions,
and it has excellent Unicode support. Additionally, there are several plugins
available that extend Picard's features.
grade: stable
confinement: strict
#icon: gui/picard.svg
base: core18
adopt-info: picard
assumes:
- command-chain
apps:
picard:
adapter: full
command: bin/picard
This file has been truncated. show original
pachulo:
Hey everyone.
MusicBrainz Picard v1.4.2 snap is now in the beta channel for amd64 arch:
$ sudo snap install picard --channel=beta
If you’re a user of the application or even if you just want to poke at it, I’d love some help putting it through its paces! Please let me know if you run into any issues.
OK, uploaded a new build with grade: stable
and put it in the candidate channel:
$ sudo snap install picard --channel=candidate
If not problems are found I think that we should move it to stable channel in a week or so.
pachulo
November 12, 2017, 6:34pm
12
I’ve moved picard to the stable channel:
$ sudo snap install picard
3 Likes