Hi Guys,
My app is crashing on startup when running on "strict" mode, I tried
to add more verbose debug but until now I did not find the problem.
I would like to run the app with valgrind. This will make the
developer apps easy. Is that possible?
I already tried to install valgrind with my app a
The main app in my snapped feature wants to initiate some xterm sessions and
run a different local snap command in each. However, I can't manage to get a
terminal emulator of any sort to behave correctly within the snap (if they
startup at all, then they cannot receive keystroke input). I have
Hi,
What's the output of snap --version?
Thanks!
- Loïc Minier
On Tue, Nov 1, 2016 at 4:21 AM, Peng Liu wrote:
> Hi Loïc,
>
> I encountered some errors when I tried to connect the interfaces, for
> example:
>
> sudo snap connect docker:d
We might like to have snap stores which require a client to have a
certain certificate to be able to connect and download packages, just
as one can do with apt.
I think the way go works, the word 'Certificates' would be in the
source tree for snapd if this were already supported but I don't
se
If you are using snaps as a format, you can build your own app store
easily enough.
In the Ubuntu store, IIRC we support several approaches you can take
advantage of:
- snaps scoped to a specific device
- snaps priced for purchase (like a phone app store)
... and combinations of those, where
A private app store supports authentication?
On 01/11/2016 17:56, Mark Shuttleworth wrote:
> If you are using snaps as a format, you can build your own app store
> easily enough.
>
> In the Ubuntu store, IIRC we support several approaches you can take
> advantage of:
>
> - snaps scoped to a speci
I have no problem with the server side; I'm sure I can add client cert
support to the
https://github.com/noise/snapstore demo.
The question is the 'snap install' command.
How do you install a client certificate for it to
use while contacting an app store that uses https client certificate
authenti
Hi Didier, hi all.
I've been trying to accomplish this mission but I miss something (my bet is
that I need an interface similar to gsettings but it doesn't exist
something like this).
1.- I have successfully created a symlink from
/home/$USER/.config/xfce4/xfconf/xfce-perchannel-xml inside the sn
On 27/10/16 22:13, Joseph Rushton Wakeling wrote:
On 27/10/16 08:37, Didier Roche wrote:
I would look at /var/log/syslogs. Apparmor and seccomp denials are
listed there. Note that if you didn't already, you should really start
developping your snap in devmode. That way, it will get confinment ou
El 01/11/16 a las 23:31, Joseph Rushton Wakeling escribió:
On 27/10/16 22:13, Joseph Rushton Wakeling wrote:
On 27/10/16 08:37, Didier Roche wrote:
I would look at /var/log/syslogs. Apparmor and seccomp denials are
listed there. Note that if you didn't already, you should really start
develop
Hi Loïc,
I also realized that might be a problem in an old version. So I upgraded
the snapd to the latest version.
$ snap --version
snap 2.16ubuntu3
snapd 2.16ubuntu3
series 16
ubuntu 16.04
And I tried to install the docker from both stable and edge channel.
In both cases, the plug and slot can
Oh, I figured out the root cause. It's the permission.
After added the user to the docker group, I can run docker commands now.
$sudo gpasswd -a ${USER} docker
Docker snap works perfectly! Thanks.
On Tue, Nov 1, 2016 at 6:26 PM, Peng Liu wrote:
> Hi Loïc,
>
> I also realized that might be a p
12 matches
Mail list logo