rface created to support this
dbus interface, or maybe you can use the generic 'dbus' interface and
specify this service, which would have to be manuall connected. I'm
hoping someone from the snapd or security teams can chime in and be more
specific about what your options are here.
ar which you can invoke with just "bar" from the commandline.
Instead of "bar" you can use "appname" or anything else you want to make
an alias for that app.
This still requires a manual step after installing your snap to enable
the alias, but we're working out a
Have you logged out and back in to the wiki after being added to the
wiki-editors group on Launchpad?
Michael Hall
mhall...@ubuntu.com
On 03/26/2017 09:34 AM, Tim Süberkrüb wrote:
> Hey,
>
> I finally had the time to create the cloud part.
>
> It seems like I don't have su
n and thus more
disk space than providing it all as a single package.
If your users are likely to want more than one of these tools, I would
recommend just providing them all in one package. That way it's still
easy for them to install with a single command, and they will have
everything
table you want to expose outside of your snap. These will
take the form of /snap/bin/. and can be called from the
command-line. If == it will condense down to just
/snap/bin/ to be cleaner.
Michael Hall
mhall...@ubuntu.com
On 03/23/2017 02:20 PM, Gustavo Niemeyer wrote:
> Hi Jenny,
>
oxx"
If that doesn't fix it all for you, join us on rocket.ubuntu.com to get
realtime help in the #snapcraft channel.
Michael Hall
mhall...@ubuntu.com
On 03/18/2017 06:56 AM, Mike Cornelison wrote:
> Apparently more complex than your tutorial. Any help on this?
>
> Here is
one?
>
There is a mechanism to dispute the ownership of a package name. You can
use this to transfer a registered name from one publisher account to
another.
> Thanks in advance :)
>
> All the best,
>
> Tim Süberkrüb
>
>
Michael Hall
mhall...@ubuntu.com
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
Be sure to use XDG_RUNTIME_DIR and not '/var/run' specifically, as
XDG_RUNTIME_DIR is /run/user//snap./ in a snap's
runtime. You may also need to create that directory before using it.
Michael Hall
mhall...@ubuntu.com
On 02/03/2017 04:19 PM, Christian Dywan wrote:
> Hey Luca,
often arch-dependent.
Michael Hall
mhall...@gmail.com
On 02/01/2017 10:08 AM, Didier Roche wrote:
> Le 01/02/2017 à 15:48, Michael Hall a écrit :
>> On a related note, does anybody have a suggestion on a lightweight way
>> of programmatically modifying configs in .ini, XML or JSON?
&
time. Didier's example will work for a very basic
key=value config file, but not something more structured, and I'd hate
to introduce Python, Perl or Java just for this.
Michael Hall
mhall...@ubuntu.com
On 02/01/2017 08:54 AM, Didier Roche wrote:
> Le 01/02/2017 à 13:05, Gustav
Sorry, that's the only Vala project I've tried. I don't think there was
anything special about it though, the main thing was just getting
libgranite built and staged before building pantheon.
Michael Hall
mhall...@ubuntu.com
On 01/31/2017 02:26 PM, Luca Dionisi wrote:
> Sadly t
nappy-playpen/blob/pantheon-mail/pantheon-mail/snapcraft.yaml
Michael Hall
mhall...@ubuntu.com
On 01/31/2017 10:37 AM, Luca Dionisi wrote:
> I want to prepare a snap for a software written in Vala.
> It needs a library written in Vala too.
>
> I made a 'part' that depends
On 01/24/2017 09:18 AM, Alan Pope wrote:
> Hi Michael,
>
> On 24 January 2017 at 14:04, Michael Hall wrote:
>> Is there any reason not to add it to the desktop-helpers remote part?
>> XLOCALEDIR isn't SDL-specific, it just seems to be the first thing
>> th
detail?
>
> Cheers,
>
Is there any reason not to add it to the desktop-helpers remote part?
XLOCALEDIR isn't SDL-specific, it just seems to be the first thing
that's brought it to our attention.
--
Michael Hall
mhall...@ubuntu.com
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
find kde", and
there are more that are in the process of being snapped and published.
--
Michael Hall
mhall...@ubuntu.com
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
Hi Fabio,
Most likely the problem is in your .desktop file's Exec= line. This
should point to the executable name in /snap/bin/ which, looking at your
snapcraft.yaml, would be fcole90-hexgl-webapp.hexgl-webapp
If you change it to:
Exec=fcole90-hexgl-webapp.hexgl-webapp
It should work.
Mi
You can use /snap//current/ instead of $SNAP. At least from
inside the snap's runtime environment that should always point to the
current install base. It's not ideal, but it's at least a predictable
path you know at build time.
Michael Hall
mhall...@ubuntu.com
On 01/10/2017 12:1
Hi Muhammed,
You can subscribe to the mailing list here:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
Michael Hall
mhall...@gmail.com
On 01/05/2017 09:53 PM, Muhammed Arshid KV wrote:
> Please add me
>
>
>
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify
18 I think) you will also be able to use the
'configure' hook, which will be called on install and update of a snap.
But for now the wrapper you have, plus making it a daemon, should do the
trick.
[1] https://github.com/apache/couchdb/blob/master/configure#L199
Michael Hall
mhall...@gmai
18 I think) you will also be able to use the
'configure' hook, which will be called on install and update of a snap.
But for now the wrapper you have, plus making it a daemon, should do the
trick.
[1] https://github.com/apache/couchdb/blob/master/configure#L199
Michael Hall
mhall...@ubunt
Assuming the daemon's snap package is called feedreader-daemon and it
has an app of the same name, you can call it using either of these:
/snap/bin/feedreader-daemon
or
snap run feedreader-daemon
That will work regardless of what revision feedreader and
feedreader-daemon are.
--
Michael
Hi everyone,
I wanted to share the news that ArangoDB 3.1.2 has been published into
the stable channel, providing the easiest way yet to get starting using
this unique, multi-model nosql database.
https://www.arangodb.com/2016/12/arangodb-snapcraft-packaging/
--
Michael Hall
mhall
previous
version's files. If you want to keep using the same files, instead of a
copy of them, then you can use $SNAP_USER_COMMON instead.
You can learn more about these environment variables here:
http://snapcraft.io/docs/reference/env
Michael Hall
mhall...@ubuntu.com
--
Snapcraf
in an LTS distribution such as Ubuntu 16.04."
[1] http://www.diolinux.com.br/2016/11/editor-de-video-kdenlive-agora-e.html
[2]
https://translate.google.com/translate?hl=en&sl=pt&tl=en&u=http%3A%2F%2Fwww.diolinux.com.br%2F2016%2F11%2Feditor-de-video-kdenlive-agora-e.html
--
Micha
Thanks for posting the correct link Marco, that was indeed the one I wanted.
Michael Hall
mhall...@ubuntu.com
On 11/04/2016 08:29 AM, Marco Trevisan wrote:
> Il 04/11/2016 02:43, Michael Hall ha scritto:
>> Lime SDR wrote up a nice post about their use of this feature:
e in with more detailed answers for you.
Michael Hall
mhall...@ubuntu.com
On 11/03/2016 06:25 PM, Boris Rybalkin wrote:
> Hello,
>
> I am developing Syncloud (syncloud.org <http://syncloud.org>) and our
> goal is to have an app store of popular services (file storage, social
>
https://blog.altoros.com/how-to-use-snap-packages-when-collecting-iot-data-with-predix-time-series.html
"Judging from our experience with snaps, developing, as well as
publishing, them is quite easy, and the process is supported by good
enough documentation."
--
Michael Hall
mhall...@
https://www.commandprompt.com/blog/ubuntu_snap_packages_postgresql/
Command Prompt, Inc, who provide commercial support and development for
PostgreSQL, have published their builds as snaps in the store, making it
easy for anybody to install and use.
--
Michael Hall
mhall...@ubuntu.com
look at the logs and make suggestions. It has some limitations
>> currently but it's useful as is. We'll get those sorted and I plan to work
>> with
>> Gustavo on how to improve the tool (I suspect it might include a rename as
>> well). I know this tool is documented in some places, but based on your
>> feedback
>> it seems it too is underdocumented.
>>
>> PS - soon you'll need to use 'core:log-observe' instead of 'ubuntu-core:log-
>> observe'
with the snap connect command.
>>
>>
>>
>
>
>
Michael Hall
mhall...@ubuntu.com
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
inks with a custom set of Qt 5.7 libs and has a bunch of
>> resource files and plugins. It has a GUI binary but can also be run from the
>> command-line using a symlink that kicks in a command-line only background
>> renderer.
>>
>> Will packaging as a snap be a good fit
it won't
impact anything other than sqlite.
Michael Hall
mhall...@ubuntu.com
On 09/26/2016 08:15 PM, Leo Arias wrote:
> Hello,
>
> I'm trying to snap mapbox
> studio: https://gist.github.com/elopio/d4e84e0d921151a68445a15d8dbc6ced
>
> It's failing when I try to create a
#x27;m not sure how
we can get this across to the snapcraft commandline interface. Perhaps
the new APIs sergio mentioned for querying status can include them.
Michael Hall
mhall...@ubuntu.com
On 09/15/2016 10:16 PM, Spencer Parkin wrote:
> Thanks all for your help. I followed the following
There's an open bug report for this:
https://bugs.launchpad.net/snappy/+bug/1590679
There is work going on to implement a snappy interface that will allow
apps like kdenlive to claim their own dbus service name.
Michael Hall
mhall...@ubuntu.com
On 09/10/2016 10:43 AM, Jean-Baptiste Mar
ostgres part.
>
>
Yet another option would be to use the new content interface to build
postgresql snap that can share it's binaries and libraries into your
snap, so you can call them to setup and manage a local database in your
own application's directories.
Michae
made more
> straightforward but it does get the job done. Maybe one day we can get a
> `snap env ` command (thinking out loud/writing), who knows :-)
>
>
That would only work if the overlapping command name are from the same
upstream project (postgresql in this example) but what if they
"qt5conf" has been replaced be the newer "desktop/qt5" part and
"qt5-launch" replaced by "desktop-launch" in the command. These new
desktop launchers have fixed a lot of the common problems that the
original qt5conf and gtk-equiqalents ran into.
Michael Ha
36 matches
Mail list logo