Re: Executing a script inside snap package. Is this possible?

2017-04-16 Thread PC Actual
eneric '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. > > Michael Hall > mhall...@ubuntu.com > > On 04/16/2017

Executing a script inside snap package. Is this possible?

2017-04-16 Thread PC Actual
Hello everybody. I develop a graphical java-based application which is published in the Ubuntu Store as a snap package (sctrict confinment) called wallpaperdownloader to download, manage and set desktop wallpapers. I'm developing version 2.7 which will bring KDE support, but for this I need to

Re: Moving from strict to classic confinement

2017-03-28 Thread PC Actual
Hi Renato, 2017-03-27 15:31 GMT+02:00 Renato Filho <renato.fi...@canonical.com>: > 2017-03-27 4:22 GMT-03:00 Eloy García (PC Actual) < > eloy.garcia@gmail.com>: > > Hello everybody. > > > > I currently have a snap package published on the store.

Re: Moving from strict to classic confinement

2017-03-28 Thread PC Actual
2017-03-27 15:14 GMT+02:00 Sergio Schvezov <sergio.schve...@canonical.com>: > On Mon, 27 Mar 2017 09:22:03 +0200, Eloy García (PC Actual) wrote: > > Hello everybody. > > > > I currently have a snap package published on the store. It is called > > wallpaper

Re: Moving from strict to classic confinement

2017-03-27 Thread PC Actual
oy, > > Your readme mentions problems with xdg-open. Take a look at: > > https://github.com/snapcore/snapd-xdg-open > > which may help. Note that the host has to have snapd-xdg-open installed. > > Cheers, > Alistair > > On 27 March 2017 at 09:22, Eloy García (PC Ac

Re: Snaps to invoke external processes

2016-11-21 Thread PC Actual
package, snapd-xdg-open should be available too. Best, Eloy 2016-11-21 10:22 GMT+01:00 Didier Roche <didro...@ubuntu.com>: > Le 21/11/2016 à 09:30, Eloy García (PC Actual) a écrit : > > Hi Didier. > > My snap package (wallpaperdownloader) invokes xdg-open internally but it > i

Re: Snaps to invoke external processes

2016-11-21 Thread PC Actual
Hi Didier. My snap package (wallpaperdownloader) invokes xdg-open internally but it isn't working yet. Should I use a specific interface to accomplish that? This is the snapcraft.yml name: wallpaperdownloader version: "2.3" summary: Download, manage and change your favorite wallpapers from the

Re: snap integration with XFCE

2016-11-01 Thread PC Actual
.@ubuntu.com>: > Le 24/10/2016 à 10:58, Eloy García (PC Actual) a écrit : > > Hi Didier! > > > > Thanks as always for your answer and feedback :) I suspected it and I > > was taking a look to desktop launcher source code on github, but I > > didn't have time t

Re: Using xdg-open from snap

2016-09-21 Thread PC Actual
Hi all. I have the same problem in my snap java-based application. I use xdg-open command to launch the default browser so, it would be great a solution :) Best, Eloy 2016-09-20 15:46 GMT+02:00 Spencer Parkin : > This is related to a question I had as well. I have a

Re: Access to other commands

2016-09-08 Thread PC Actual
Hi all. I currently have several problems with my snap package for wallpaperdownloader application, a java-based piece of software that downloads wallpapers from the Internet, and maybe this is the solution for some of them. In this application, I execute some Linux command tools such as xdg-open

Re: No such file or directory when try to execute gsettings

2016-09-07 Thread PC Actual
ithin the tree which is in /snap/wallpaperdownloader/current with no luck. Thank you very much again :D 2016-09-06 11:42 GMT+02:00 Sebastien Bacher <seb...@ubuntu.com>: > Le 30/08/2016 à 10:15, Eloy García (PC Actual) a écrit : > > Thanks for your answer, but I forgot to say I tried

Re: No such file or directory when try to execute gsettings

2016-08-30 Thread PC Actual
affect to the native environment and not the snap confinement created I guess, in order to change the current wallpaper in GNOME 3 or Unity. Any ideas or suggestions? Thank you very much for your time and effort :) Best, Eloy 2016-08-26 11:00 GMT+02:00 Eloy García (PC Actual) < eloy.garcia@gmail.

Re: No such file or directory when try to execute gsettings

2016-08-26 Thread PC Actual
> Le 26/08/2016 à 07:23, Eloy García (PC Actual) a écrit : > > I have tried gsettings and Unity7 interfaces with no luck. i guess is > > more a question of executing a program outside the confinment. How > > could I do that? Thank you very much! > > Hey, > > Us

No such file or directory when try to execute gsettings

2016-08-25 Thread PC Actual
Hello everybody. I am developing a java-based application that downloads and changes the desktop wallpaper. Depends on the desktop environment, it has to execute a "native" program to do this job. For instance, in Unity executes "gsettings set org.gnome.desktop.background picture-uri

Re: .desktop files for app-in-snap

2016-08-09 Thread PC Actual
08.2016 10:05, Eloy García (PC Actual) пишет: > >> Hi again! >> You don't need to have java installed on your system. This is the >> "magic" of a snap package, that you can include anything your >> application needs to run properly. I use maven plugin for my &

Re: .desktop files for app-in-snap

2016-08-08 Thread PC Actual
Hi! You can take a loot at snappy playpen github repository. There is an application (wallpaperdownloader) that it is java-based and it has a desktop icon working fine. This is the URL: https://github.com/ubuntu/snappy-playpen Best wishes! El 8 ago. 2016 9:46 a. m., "Didier Roche"