Questions tagged [snap]
114 questions
0
votes
0 answers
Getting relocation error: I am Unable to run dotnet app using terminal on Linux Ubuntu 22.04
I am using dotnet sdk snap 3.1, getting following error running app from terminal.
my-pc:~/git$ dotnet run --project test/src/test.api
/home/mir/git/test/build/test.api/test.api: relocation error:
/home/mir/git/test/build/test.api/test.api: symbol…

Mehran Khan
- 960
- 1
- 6
- 16
0
votes
1 answer
D3 V7 Bar chart snapping both on zoom and brush behaivours
I'm trying to implements booth zoom and brush snapping so the selection area set rather by zoom or a brush behaivour coincides rigidly with the bars boundaries. Please use illustration as a reference.
I have managed to make a very simple sketch and…

toowren
- 85
- 7
0
votes
2 answers
An error occurred while fetching Certbot snap plugins
An error occurred while fetching Certbot snap plugins: make sure the snapd service is running. An unexpected error occurred: requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))

hitrust
- 21
- 4
0
votes
2 answers
Snap-confine has elevated permissions and is not confined but should be. Is there a permanent fix?
lately I've been getting an error for some applications. They are not working as normally before. I think some system update caused this issue. I'm using ubuntu 22.04.
I've already check this: Snap-confine has elevated permissions and is not…

null
- 1,944
- 1
- 14
- 24
0
votes
1 answer
snapcraft cannot pull from source
I am trying to build a snap package. Whenever I run snapcraft I keep getting this error:
Failed to pull source: './local/my-app.zip'.
Please ensure the source path is correct and that it is accessible.
See "snapcraft help sources" for more…

Salihu Dickson
- 11
- 1
- 3
0
votes
1 answer
Connecting to MySQL in SNAP(nextcloud) with python
Ubuntu Server 20.04 and Nextcloud server installed with Snap(https://github.com/nextcloud-snap/nextcloud-snap).
I need to connect to Nextcloud MySQL DB inside Snap and make SELECT on some tables, but I don't understand how to do it with python.
If…
0
votes
0 answers
Disk usage is increasing with puppeteer - chromium installed using snap
I have installed chromium using snap install chromium on my Ubuntu server with Arm cpu because when I wanted to install puppeteer using npm it throwed errors, I set PUPPETEER_EXECUTABLE_PATH to /snap/bin/chromium and it's working fine. But my…

whoo
- 25
- 2
0
votes
0 answers
OBS Python script cannot find module error (OBS snap Linux edition)
I use OBS Studio 27.1.3-modified snap version in Manjaro Linux and it works normally for everything, except the python scripts I try to add.
The first lines of the python script are:
import obspython as obs
import pywinctl as pwc # version…

Slander
- 225
- 2
- 13
0
votes
1 answer
How to enable C++14 with CLang in Snapcraft?
So I have some myapp, which needs clang of version 14 or higher for building, and following important part of snapcraft.yaml:
base: core20
confinement: devmode
parts:
myapp:
plugin: make
source-type: local
source:…

Astralpirate
- 83
- 1
- 6
0
votes
1 answer
Kubernetes not found on skaffold dev command
I get this error when running skaffold dev command:
stdout: ""
stderr: "The connection to the server localhost:8080 was refused - did you specify the right host or port?\n"
cause: exit status 1 subtask=-1 task=DevLoop
unable to connect to…
user9081081
0
votes
1 answer
Snap to Snapcraft publication error Exec, Type
I am getting the followings errors when I try to publish the snap:
Could not find 'Exec=' in desktop file lint-snap-v2_desktop_file (exec, name.desktop)
Could not find 'Type=Application' in desktop file lint-snap-v2_desktop_file (type,…
0
votes
1 answer
Unexpected error running Liquibase: java.lang.RuntimeException: Cannot find database driver: com.mysql.jdbc.Driver
I installed Liquibase CLI using snap package manager on Kubuntu.
Invoking the following command results in a
liquibase calculateChecksum 2022-01-06-test.sql::1::bobby.tables --changeLogFile 2022-01-06-test.sql
--url jdbc:mysql://localhost:3306…

tomaytotomato
- 3,788
- 16
- 64
- 119
0
votes
1 answer
Unabel to run hello-world cmd from snap in fedora 34
I will appreciate it if anybody can tell me what's wrong here
Thanks in advance :)

gaurav
- 491
- 3
- 13
0
votes
1 answer
Snapchat API User Auth VIA Redirect
Trying to authenticate with the snapchat API through CURL and I"m not sure what I'm doing wrong. I have tried the following:
curl -X GET \
-H "client_id={}" \
-H "redirect_url={}" \
-H "response_type=code" \
-H "scope=snapchat-marketing-api"…

ben890
- 1,097
- 5
- 25
- 56
0
votes
1 answer
how to open profile manager in firefox in Ubuntu 21.10+ or firefox installed with snap?
How to open profile manager every time on clicking New Window or clicking on firefox shortcut in Ubuntu 21.10+ or Firefox installed with snap?

Bhavesh
- 1