Snapcraft is a build and packaging tool developed by Canonical which allows packaging the software in an entity called snap.
Questions tagged [snapcraft]
174 questions
0
votes
2 answers
directory usr/share/codium is not found
I want to install background extension from codium and it need to run, sudo chown -R $(whoami) /usr/share/codium but I can't found /usr/share/codium. Previously I install codium from snap. Any sugestion where is the snap put the directory ?
I use…

Okssa Ami
- 21
- 3
0
votes
1 answer
Build error "ISO C++ forbids zero-size array ‘f_handle’ [-Wpedantic]" only when using snapcraft VM
I'm using the catkin command line tools to build benchmark_catkin, which is a catkin wrapper for Google's benchmark. The build uses a CMakeLists file and always worked fine so far on Ubuntu 18.04. I'm now trying to build this package with snapcraft.…

pixelpress
- 109
- 1
- 14
0
votes
1 answer
doctl is unable to find docker binary
Configuring Digital Ocean Container Registry
link : https://www.digitalocean.com/docs/kubernetes/how-to/set-up-registry/
After Successfully : Snap install doctl
#doctl regitry login
Error : unable to Find Docker binary . make sure docker is…

swetank soni
- 29
- 1
- 13
0
votes
2 answers
Different install_requires based on OS
I've inherited a python project, consisting of exactly 1 python file, that is designed to install and run on Linux. I don't know a ton about python and I know far less about Linux.
There are currently separate build processes for Ubuntu, Fedora, and…

gcdev
- 1,406
- 3
- 17
- 30
0
votes
1 answer
Git warning "templates not found" while building ROS snap from rosinstall file
I'm building a ROS snap with the snapcraft catkin/catkin-tools plugin on Ubuntu 18.04. This plugin has the option to define rosinstall files to fetch package dependencies. However, the build process fails with a "Permission denied (publickey)"…

pixelpress
- 109
- 1
- 14
0
votes
1 answer
Nodejs With Snap
I had installed nodejs -v 13 from snapcraft store. And, now I want to remove that node version and switch to lower version. Here, I am wondering How to remove it, since "sudo apt-get purge nodejs" or "sudo apt-get remove nodejs" seem not working.

hupen paija
- 9
- 1
- 3
0
votes
1 answer
How to set Visual studio code as external editor for Godot in Ubuntu?
When I look up the installation path for VS Code in terminal with the command "which code", I get "snap/bin/code" as result. However, I can't select a file in the godot settings:

Cellist
- 89
- 2
- 11
0
votes
1 answer
(google-play-music-desktop-player:8454): Gtk-WARNING **: 10:34:57.633: cannot open display: :0
I use Ubuntu 18.04.
I've installed https://snapcraft.io/google-play-music-desktop-player
When I run it, there is the error in syslog:
(google-play-music-desktop-player:8454): Gtk-WARNING **: 10:34:57.633: cannot open display: :0
Other snap…

DKay
- 53
- 1
- 8
0
votes
1 answer
snapcraft gives 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
I try to compile Qt 5.13 in a snap package, but I get the following error when priming it:
'NoneType' object has no attribute 'decode'
I thought that this is related to some internationalization issues in the underlying python code, so tried to…

Ferenc Deak
- 34,348
- 17
- 99
- 167
0
votes
1 answer
How to add stage-snaps from different confinements?
I'm trying to use these :
stage-snaps:
- ipfs/edge
- ipfs-cluster/edge
However, one is strict, and the other is classic.
Failed to install or refresh a snap: 'ipfs-cluster' does not exist or is not available on the desired channel 'edge'. Use…

Nato Boram
- 4,083
- 6
- 28
- 58
0
votes
2 answers
How to run application that installed using Snapcraft
I just installed Snapcraft and then using it to install Ngrok, but unfortunately I still unable to run Ngrox from my terminal.
My Ngrok Installation
╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs/hello-world ‹master›
╰─➤ sudo snap install ngrok…

Yusuf Ibrahim
- 1,591
- 5
- 21
- 46
0
votes
1 answer
QxcbConnection error - CloudCompare won't launch
I installed CloudCompare on my ubuntu machine using snap but I cannot launch the application. I get the following error message:
QXcbConnection: Could not connect to display :0
Aborted (core dumped)
If I enter $sudo cloudcompare.CloudCompare…

Mathilde L
- 1
- 2
0
votes
0 answers
Cannot Found installed VS Code after Snapcraft Install
Dear fellow programmers,
Today I just decided to move to VS Code from Sublime Editor and I have installed Visual studio through snapcraft intall, the instalation is done properly as you can see below.
But after that installation I cannot found…

Yusuf Ibrahim
- 1,591
- 5
- 21
- 46
0
votes
2 answers
Raspberry pi development
I am extremely new to IOT and have recently got myself a raspberry pi. I got Ubuntu installed on it and created a couple of snaps after connecting to ubuntu-core.
The snap which was created is a armhf.snap file. When I run the snapcraft command, it…

V_stack
- 69
- 1
- 11
0
votes
1 answer
Install snap on Ubuntu Precise
After a purchase of ARK-20-S8A11E, i find out that it only supports ubuntu 12.04 and that network manager uses snap which only availale on ubuntu 14 onward. I need Mobilemanager to collect information of an LTE module integrated in the PC.
For…

imnou
- 3
- 3