Questions tagged [snap]

114 questions
2
votes
0 answers

Provide --dangerous flag when installing a snap with Ansible

I'm trying to install Cider music player (https://download.cider.sh/) using the community.general.snap module in Ansible. This package apparently isn't signed, so to install it I need to pass the --dangerous flag to avoid the following signature…
Cdhippen
  • 615
  • 1
  • 10
  • 32
2
votes
2 answers

Snap throws error when trying to run 'code' (VSCode) or any other snap package

Suddenly Snap has started throwing error when ever i try to run any app such as VSCode, Spotify and Bitwarden that is installed via snap, this was not the case until yesterday and the only notable change i have made to my system is that i have…
dcs_2002
  • 35
  • 3
2
votes
1 answer

_heroku:2: HEROKU_AC_ANALYTICS_DIR: parameter not set

I installed heroku cli via snap (sudo snap install heroku --classic), but the autocomplete does not work throws an error: _heroku:2: HEROKU_AC_ANALYTICS_DIR: parameter not set, never encountered this before, who knows what could be the problem? i`m…
Menso Massanin
  • 123
  • 1
  • 5
2
votes
0 answers

Broken symlinks with snap installed packages in KDE Plasma

The example below occurs with the Brave snap, but I think it also happens with all the other snaps. Steps to reproduce Install Brave snap via Discover Open Brave and add pin to Task manager Update Brave (When available) Observed Result Clicking…
dtcs
  • 21
  • 3
2
votes
0 answers

How can I install snap on rhel 8?

I am trying to install snap on my rhel 8.4 machine and it throws the following error Error: Problem: package snapd-2.54.1-1.el8.x86_64 requires snapd-selinux = 2.54.1-1.el8, but none of the providers can be installed - conflicting requests -…
2
votes
2 answers

Can't debug Go in VSCode - cannot find GOROOT directory: /snap/bin/go

I am using Ubuntu 20.04.3 LTS, VSCode 1.62.3, go 1.17.3 linux/amd64 When I start the debugger in VSCode it shows me this warning The "dlv-dap" command is not available. Please select "install", or follow the installation instructions here. Source:…
user3805530
  • 178
  • 1
  • 9
2
votes
1 answer

How to correctly setup Vertical scroll snap css

I want to create a website. with multiple sections with a width of 100vw and a height of 100vh.I also want a mandatory y (vertical) snap for these sections. I have checked out many tutorials, But my code doesn't seem to work. Any help is highly…
1
vote
2 answers

Draw SVG That Contains Multiple Paths, One Path At A Time, Animated With Javascript

I am new to SVG animations, I looked in to SNAP SVG and other libraries, but I cannot find a way to achieve my goal. I have a SVG file (or the SVG is directly integrated in HTML), that contains multiple paths. I want to show the SVG image, one path…
BlasterGod
  • 196
  • 1
  • 13
1
vote
1 answer

How to fix ansible snap package installation error?

I have this simple task in my ansible playbook for installation WPS Office via snap: - name: "Install WPS Office" snap: name: wps-office But it fails with the error: TASK [Install WPS Office]…
27cm
  • 23
  • 1
  • 5
1
vote
1 answer

Kustomize doesn't seem to find helm

I'm trying to incorporate a helm chart into my kustomize setup. So I have added it to my kustomization.yaml: ... helmGlobals: chartHome: ../test/vault helmCharts: - name: helm-vault valuesFile: ../test/vault-values.yaml ... When I try to…
thoredge
  • 12,237
  • 1
  • 40
  • 55
1
vote
1 answer

How to solve snap install permission denied on RHEL 7?

I was following this guide to install clangd. After installing snap smoothly, I tried to install clangd, but the following error occurred. $ sudo snap install clangd --classic error: cannot add authorization: open /[home directory]/.snap/auth.json:…
Heerae Lee
  • 11
  • 2
1
vote
1 answer

version `GLIBC_2.33' not found when trying to open vscode from Terminal

When I try to open Visual Studio Code using the command line code in the Terminal, I got this error that I don't understand: $ code /snap/code/117/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders:…
TVG
  • 370
  • 2
  • 11
1
vote
0 answers

I want a way to download snaps by username or profile link or snap link from snapchat app using python

I searched a lot for a way to download the snaps from snapchat app using python the snaps that apear when you click of user photo and disapears after 24 hours All what I found is downloading stories and managed to do that with this code import…
1
vote
1 answer

how to give proper snap permission to shutter on ubuntu 22.04?

After trying to upgrading to Ubuntu 22.10 my screenshot program shutter doesnt work anymore. Steps to reproduce: start shutter choose rectangular area result: all the screen turns black with some grey pixels. stdout: ... GConf Error: Configuration…
Tilo
  • 21
  • 2
1
vote
0 answers

Buggy snap-scrolling while DOM changes

I have a feed of photos that are scrolled vertically in my app and I'm using snap scroll. The feed is a virtual scroller, i.e. - only X elements are actually on the DOM, and elements above and below are removed/inserted as needed. Important to note…
Gilad Bar
  • 1,302
  • 8
  • 17