Questions tagged [snap]

114 questions
0
votes
0 answers

Installing NodeJs via snapcraft (issue)

I'm on ubuntu 22.04 I'm using nodejs that I first installed with : sudo apt install nodejs But the version I had was 12 which is very old now. After that, I had trouble about the node version when installing modules with NPM (warnings about…
jokoko
  • 1
  • 1
0
votes
0 answers

Facing "Oh Snap!" Problem in the User Interface in React

Facing this error in my react application About Project - Just showing data that is being fetched by multiple apis enter image description here Tried checking for infinite loops in the project Apart from that checked any memory leak but i can't find…
0
votes
0 answers

setup pycharm IDE for Qgis plugin Development by integratin SNAP "sentinel application platform"

Am using pycharm as IDE,Qgis"3.30" integrated python"3.9" and snap "Sentinel Application platform" software which provides a python package. d: setup snap with 3.9 python , i got this error: > snappy-conf…
0
votes
0 answers

setup pycharm IDE for Qgis plugin Development

I'm using PyCharm as the IDE, Qgis"3.30" integrated python"3.9" and snap "Sentinel Application platform" software which provides a python package. my problem is setup IDE for qgis plugin development
0
votes
0 answers

configure snappy (sentinel application platform) python package with qgis python interpreter, am using pycharm as IDE

i have a problem related to setup a pycharm env to use qgis python interpreter and configure snappy (sentinel application platform) python package with the same interpreter. already tried to install OSGeo4W (python 3.9, QGIS:3.30) and configured…
0
votes
0 answers

Create several snaps from one source directory

Go applications guide for building snaps recommends to create the file snapcraft.yaml in the root directory of the project to build a snap. I want to build several snaps for sub-packages of my source directory, with all snaps sources placed into the…
porton
  • 5,214
  • 11
  • 47
  • 95
0
votes
1 answer

Prevent snap auto-refresh for a specific package

The snap update of the openjdk will break some of my applications so I would like to keep it to specific version. I know how I can set a specific version, but not how to keep it there. Some AI suggested snap set openjdk refresh.metered=hold, which…
Dr. Jedi
  • 45
  • 5
0
votes
0 answers

I can’t install snapd in CentOS

Hope someone can help me. I have tried to install snapd on CentOS Linux 7.9.2009 following these instructions: LINK . It seems to install perfectly via “yum install snapd”, but wanting to run the following command, this is what I get: systemctl…
Marcelo
  • 1
  • 1
0
votes
1 answer

I'm trying to use /usr/bin/firefox but i keep getting an error trying to install snap

Writing a script using Selenium to open a URL: from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.firefox.service import Service as FirefoxService from selenium.webdriver.firefox.options import…
0
votes
0 answers

Can i launch pycharm community version through ssh (on windows) for a project in linux machine?

While launching pycharm community version through ssh, Startup Error Unable to detect graphics environment error is thrown I was trying to launch pycharm IDE through ssh and was expecting it would launch as it is installed in the system using snap.
Ruchi
  • 11
0
votes
1 answer

Godot 4 - Drag, drop and snap issue

Big noob on godot and dev in general, so sorry for my abysmal incompetence. https://i.stack.imgur.com/BEa7y.jpg I'm trying to do something that looks fairly simple (which I'm learning to be never true in gamedev) Grab an object (In that case a…
0
votes
1 answer

Set Rocket.Chat Server (snap) to only listen on localhost

I'm struggling to find documentation on how to change the Rocket.Chat snap server installation to only listen on localhost. I want to use a reverse-proxy to allow access to the service. $ sudo snap get rocketchat-server Key …
0
votes
0 answers

Second Vertical (Y axis) scroll Bar, cant remove it without removing snap effect

in my nextjs 13.1 website using the new app directory and tailwind css, I have the snap effect on each section of my SPA, with my current code, the snap works, but i then get a second vertical scrollbar. if i remove overflow-y-scroll and put in…
0
votes
0 answers

Can a single snap package install 2 applications?

My project consists of two applications: a service that runs in the tray and a gui application. Ideally, both would be included in the same snap package. Can snap packages install multiple applications?
dicroce
  • 45,396
  • 28
  • 101
  • 140
0
votes
0 answers

I'm unable to delete this folder

Okay, I recently installed snapd on my system, but I later decided to uninstall it. Regardless of me uninstalling it, the folder, /snap/, remains. I initially tried to delete the folder using the sudo rm -r snap command, but I keep getting the…
Ffo Kcuf
  • 23
  • 3