Re: detect video player

2017-03-01 Thread Vasilisc
var before running the application. ubuntu@juju-07fb34-remote-devel-0:~$ echo $SNAP ubuntu@juju-07fb34-remote-devel-0:~$ snap run --shell ipfs ubuntu@juju-07fb34-remote-devel-0:/home/ubuntu$ echo $SNAP /snap/ipfs/x1 -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft

detect video player

2017-02-24 Thread Vasilisc
Please give me advice. For example, vlc come from snap package, smplayer from deb package. How correct detect video players from application-in-snap-package? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https

Re: xdg-open doesn't work only in xubuntu (v2)

2017-02-21 Thread Vasilisc
non-standard though (this will likely be fixed by the new implementation that gustavo talked about in the other thread). Thx! Your solution works. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: xdg-open doesn't work only in xubuntu (v2)

2017-02-20 Thread Vasilisc
20.02.2017 16:13, Oliver Grawert пишет: hi, Am Montag, den 20.02.2017, 14:44 +0300 schrieb Vasilisc: $ echo $PATH /home/vasilisc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin: /sbin:/bin:/usr/games:/usr/local/games:/snap/bin this is not the PATH your snap sees at execution time

Re: The situation with xdg-open

2017-02-20 Thread Vasilisc
Ubuntu 16.04.2 xdg-open work fine. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io <mailto:Snapcraft@lists.snapcraft.io> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft <https://

Re: xdg-open doesn't work only in xubuntu (v2)

2017-02-20 Thread Vasilisc
20.02.2017 14:20, Oliver Grawert пишет: hi, Am Montag, den 20.02.2017, 13:54 +0300 schrieb Vasilisc: I got /snap/test2/x1/command-test2.wrapper: 8: exec: xdg-open: not found do you see: /snap/core/current/usr/local/bin/xdg-open on your system ? you also dont need to ship bash: /snap/core

Re: xdg-open doesn't work only in xubuntu (v2)

2017-02-20 Thread Vasilisc
parts: integration: plugin: nil stage-packages: - bash #- xdg-utils after: [desktop-gtk2] I got /snap/test2/x1/command-test2.wrapper: 8: exec: xdg-open: not found -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settin

The situation with xdg-open

2017-02-20 Thread Vasilisc
618: /snap/test2/x1/usr/bin/xdg-open: mate-open: not found Kubuntu 16.04.2 /snap/test2/x1/usr/bin/xdg-open: 566: /snap/test2/x1/usr/bin/xdg-open: kde-open5: not found Ubuntu GNOME 16.04.2 xdg-open work fine. Lubuntu 16.04.2 xdg-open work fine. Ubuntu 16.04.2 xdg-open work fine. -- Be

xdg-open doesn't work only in xubuntu (v2)

2017-02-20 Thread Vasilisc
tatus $ whereis exo-open exo-open: /usr/bin/exo-open /usr/share/man/man1/exo-open.1.gz I found this bug https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1535471 but there is no solution -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or un

xdg-open doesn't work only in xubuntu

2017-02-20 Thread Vasilisc
100 /var/lib/dpkg/status $ whereis exo-open exo-open: /usr/bin/exo-open /usr/share/man/man1/exo-open.1.gz I found this bug https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1535471 but there is no solution -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraf

plugin for browser

2017-02-16 Thread Vasilisc
Silly idea. Whether it is possible to connect a plugin (in snap) to the browser Firefox (install from deb)? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

only english UI

2017-02-13 Thread Vasilisc
AP/usr/bin/localedef --prefix=$SNAP_USER_COMMON -f $ENC -i $LANG1 $SNAP_USER_COMMON/$LOC fi #= -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

vlc mpris

2017-02-12 Thread Vasilisc
/var/lib/dpkg/status 2.0.2 500 500 http://fi.archive.ubuntu.com/ubuntu xenial/main amd64 Packages # snap interfaces | grep -E "(dbus|mpris)" # -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

start engine before client

2017-02-10 Thread Vasilisc
my english. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

LibreOffice in snap can't open file

2017-02-02 Thread Vasilisc
Uh, if path contain non-English characters than LO can't open file. http://imgur.com/a/VdhwV -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: my qt app hello-world

2017-02-02 Thread Vasilisc
02.02.2017 16:07, Sergio Schvezov пишет: On Thu, 2 Feb 2017 15:53:33 +0300, Vasilisc wrote: Please, help me. I have qt-app HelloWorld. I create HelloWorld in QtCreator. /sp/qt1/ $ tree qtprogram1 qtprogram1 ├── qt1 │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h

my qt app hello-world

2017-02-02 Thread Vasilisc
esktop-qt5] --- After "snapcraft" I find only one binary file qt1 /sp/qt1# find . -name "qt1" -type f ./parts/project-files/build/qt1 How to locate qt1 in opt/myapp/qt1 (for example)? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify sett

why autoconnect work differently?

2016-12-28 Thread Vasilisc
-languagetool:network-bind -languagetool:unity7 -languagetool:x11 -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: snap and qt

2016-11-30 Thread Vasilisc
30.11.2016 17:39, Didier Roche пишет: Le 30/11/2016 à 09:29, Vasilisc a écrit : Hi folks, please help me. Qt app can't open folder and/or launch web browser Hey Vasilisc, Error message virtual bool QGenericUnixServices::openDocument(const QUrl&): Unable to detect a launcher

Re: snap and qt

2016-11-30 Thread Vasilisc
30.11.2016 17:39, Didier Roche пишет: Le 30/11/2016 à 09:29, Vasilisc a écrit : Hi folks, please help me. Qt app can't open folder and/or launch web browser Hey Vasilisc, Error message virtual bool QGenericUnixServices::openDocument(const QUrl&): Unable to detect a launcher

snap and qt

2016-11-30 Thread Vasilisc
Hi folks, please help me. Qt app can't open folder and/or launch web browser Error message virtual bool QGenericUnixServices::openDocument(const QUrl&): Unable to detect a launcher for 'file:///home/vasilisc/' virtual bool QGenericUnixServices::openUrl(const QUrl&

Re: snap and ssh

2016-11-23 Thread Vasilisc
23.11.2016 16:29, Didier Roche пишет: Le 23/11/2016 à 14:14, Vasilisc a écrit : Please give me advice. I want use openssh-client in snap package. But ssh try read system path vasilisc@vb:/home/vasilisc$ echo $HOME /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ echo $SNAP_USER_DATA

snap and ssh

2016-11-23 Thread Vasilisc
Please give me advice. I want use openssh-client in snap package. But ssh try read system path vasilisc@vb:/home/vasilisc$ echo $HOME /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ echo $SNAP_USER_DATA /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ ssh vasilisc@192.168.3.6 The

snap and /etc/termcap

2016-11-22 Thread Vasilisc
;> "$SNAP_USER_DATA/.bashrc" fi export TERMINFO="$SNAP_USER_DATA/.terminfo" export TERMINFO_DIRS="$SNAP_USER_DATA/.terminfo" export TERMCAP="$SNAP/usr/share/terminfo/x/xterm+256color" --- Sorry for my english. Help me please. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

snap and dbus

2016-11-21 Thread Vasilisc
ristretto): aren't accessible ** (ristretto:11165): WARNING **: DBUS-call failed:The name org.freedesktop.thumbnails.Thumbnailer1 was not provided by any .service files What should I do? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settin

path with non-english characters

2016-10-06 Thread Vasilisc
my folder Documents (russian Документы). who is at fault? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

xdg-open again

2016-08-30 Thread Vasilisc
dg-open: 3: /snap/test2/x1/bin/xdg-open: dbus-send: Permission denied In /var/log/syslog Aug 30 10:13:04 vasilisc kernel: [ 349.006386] audit: type=1400 audit(1472541184.035:52): apparmor="DENIED" operation="exec" profile="snap.test2.test2" name="/usr/bin/dbu

locale

2016-08-10 Thread Vasilisc
A/$LOC fi #= There is an easier way? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

screenshot

2016-08-09 Thread Vasilisc
I uploaded in the Ubuntu Store a programs with their screenshots. GNOME Software does not show screenshot and icon. How fix this issue? -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo

Re: .desktop files for app-in-snap

2016-08-09 Thread Vasilisc
09.08.2016 12:47, Oliver Grawert пишет: hi, Am Dienstag, den 09.08.2016, 10:23 +0300 schrieb Vasilisc: run wallpaperdownloader in Terminal and pin app close wallpaperdownloader and launch app from Unity Launcher. something happening? none! "Exec=java" try execute Java in the host

Re: .desktop files for app-in-snap

2016-08-09 Thread Vasilisc
execute Java in the host, but Java is not installed by default. Your Java in snap placed - $SNAP/usr/lib/jvm/default-java/bin/java Sorry for my english. really only I see a problem? El 9 ago. 2016 7:31 a. m., "Vasilisc" mailto:vasilisc...@gmail.com>> escrib

Re: .desktop files for app-in-snap

2016-08-08 Thread Vasilisc
09.08.2016 07:52, Vasilisc пишет: 08.08.2016 11:13, Eloy García (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

Re: .desktop files for app-in-snap

2016-08-08 Thread Vasilisc
ago. 2016 9:46 a. m., "Didier Roche" mailto:didro...@ubuntu.com>> escribió: > Le 08/08/2016 à 08:47, Vasilisc a écrit : > 08.08.2016 08:50, Didier Roche пишет: >> Le 06/08/2016 à 09:47, Vasilisc a écrit : >>>> Please help me. If I launch the progr

Re: .desktop files for app-in-snap

2016-08-07 Thread Vasilisc
08.08.2016 08:50, Didier Roche пишет: Le 06/08/2016 à 09:47, Vasilisc a écrit : Please help me. If I launch the program in the Terminal - well done, but I can't start program from Unity Launcher. I tried to change parameter Exec in ~/.local/share/applications/app.desktop Exec=app-name

.desktop files for app-in-snap

2016-08-06 Thread Vasilisc
(http://snapcraft.io/docs/snaps/structure) and studied case https://github.com/ubuntu/snappy-playpen/blob/master/vlc/setup/gui/vlc.desktop but it didn't help. suspect lines Aug 6 10:20:35 vb gnome-session[2377]: (gnome-software:2582): As-WARNING **: failed to rescan: Failed to parse /home/vasil

.desktop files for app-in-snap

2016-08-06 Thread Vasilisc
(http://snapcraft.io/docs/snaps/structure) and studied case https://github.com/ubuntu/snappy-playpen/blob/master/vlc/setup/gui/vlc.desktop but it didn't help. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.c

thx devs

2016-08-04 Thread Vasilisc
- Oracle SQL Developer Data Modeler tuxguitar-vs 1.3.2-snap2 vs - TuxGuitar vuze-vs 5.7.2.0-snap1vs - Vuze is a powerful, open source, bittorrent client. -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify

Re: xdg-open pls help

2016-08-03 Thread Vasilisc
03.08.2016 16:25, Sebastien Bacher пишет: Le 03/08/2016 à 15:23, Vasilisc a écrit : I should add snapd-xdg-open in section stage-package? No, you should install the deb on your ubuntu desktop, the way it works is that the snap send a dbus signal to a service which is on the system side

Re: xdg-open pls help

2016-08-03 Thread Vasilisc
03.08.2016 15:50, Vasilisc пишет: Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.SafeLauncher was not provided by any .service files I add test part testsite: command: bin/xdg-open "http://ubuntu.com/"; I see a problem $ app.testsite Failed to open con

xdg-open pls help

2016-08-03 Thread Vasilisc
L string:"$1" File "com.canonical.SafeLauncher.service" contain [D-BUS Service] Name=com.canonical.SafeLauncher Exec=xdg-open But I see a problem Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.SafeLauncher was not provided by any .service files

Re: analog sed

2016-08-02 Thread Vasilisc
03.08.2016 08:20, Vasilisc пишет: AppArmor not allowed "sed -i". how to find and replace substring? -- syscall 93 scmp_sys_resolver 93 (fchown) https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1581310 I apologize that hurried. work fine

analog sed

2016-08-02 Thread Vasilisc
AppArmor not allowed "sed -i". how to find and replace substring? -- syscall 93 scmp_sys_resolver 93 (fchown) https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1581310 -- Best regards, vasilisc -- Snapcraft mailing list Snapcraft@lists.sn

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep

SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
audit(1470116056.762:34): apparmor="ALLOWED" operation="mkdir" profile="snap.test2.test2" name="/home/vasilisc/snap/test2/common/" pid=4971 comm="mkdir" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 --