Questions tagged [snap]

114 questions
0
votes
0 answers

snapcraft indefinitely hangs on pull step

I am trying to build a snapcraft for my application. It's my first time using snapcraft. The app contains three 'applications' and I can get the point of running the stage for an individual part i.e. snapcraft stage a --use-lxd, but on when I try to…
Lawrence Kok
  • 1,568
  • 11
  • 29
0
votes
0 answers

Install snap() on wsl2 for flutter

I have just started working on flutter SDK. In its installation(for linux) I found the following command sudo snap install flutter --classic But it needed snapd to be installed on my computer(wsl). I have windows operating system but I work on WSL…
0
votes
0 answers

WineBottler returning error message every time i try an open .exe file on Mac

I'm trying to open a plugin for SNAP (to process Sentinel-3 imagery) on my Mac - the plugin downloads as an .exe file which means I need to open it using WineBottler. Every time I try and open the file however, I get this error…
0
votes
0 answers

How to solve " The system cannot find the path specified" error cygwin64/bin/snaphu?

snaphu path error I was trying to open the snaphu.conf file using python process=subprocess.Popen(snaphu_args, cwd=str(temp_path),shell=True) But error saying The system cannot find the file specified appears in the above line. Is there a way to…
Devi
  • 1
0
votes
2 answers

Footer becomes sticky after scrolling up inside a scroll snap container

I'm creating a website which contains sections with a scroll snap container. Each section should take 100% of the screen (100vh). Unfortunately, when I scroll all the way down to the footer and scroll up again, the footer becomes sticky in Google…
Phillip
  • 121
  • 7
0
votes
0 answers

Flutter Snap App Fails with AppArmor Error for NetworkManager

I created a Flutter app that uses the network_info_plus 3.0.1 package (https://pub.dev/packages/network_info_plus). It works well when I run it out of the IDE Webstorm. When I build it as a snap package, it runs, but fails with an error when using…
0
votes
0 answers

Want to package only some files into snap

I am new to snapcraft.I have installed snapd and lxd and setup is reday I have few files and I want to bundle/copy to some dir or package it as part of ubuntu snap How can i do this in snapcraft.yaml Also after i install this snap in another ubuntu…
0
votes
0 answers

snap "mysql-workbench-community" has "install-snap" change in progress

I am using linux-mint and i cannot unsinstall a snap package. When i try to run sudo snap remove mysql-workbench-community now, then it just throw an error like this error: snap "mysql-workbench-community" has "install-snap" change in progress I…
puki
  • 1
  • 1
0
votes
0 answers

How do I stop apt from trying to install a snap package?

In using Kubuntu 20.04 and have lots of issues with snap that I can work around. I have a specific issue with the chromium browser not installing: snap install chromium error: cannot perform the following tasks: Run configure hook of "chromium"…
0
votes
0 answers

Flutter app build fails as desktop app in Fedora Linux

I'm going through the Flutter tutorial, which shows you how to create an app with a ListView with some text items in it. I can build and run the application in my mobile phone just fine. Bun when I try and build for desktop I get the following…
Neaţu Ovidiu Gabriel
  • 833
  • 3
  • 10
  • 20
0
votes
0 answers

Ubuntu snap directory looks weird after installing gradle, safe to delete?

Ubuntu snap directory looks weird after installing gradle, safe to delete? /home/myuser/snap/gradle/ current -> 123 Used snap to install gradle. Can it be safely deleted?
eastwater
  • 4,624
  • 9
  • 49
  • 118
0
votes
1 answer

How to setup Rails System Test

I am currently trying to set up some system testing for my rails web application (using Rails version 7.0.3.1) When running rails test:system to run a single system test I had written, I am getting the below setup-related error Command…
0
votes
1 answer

Could not found kontena-lens from snapstore

I have been using kontena-lens for monitoring my cluster. But today when i want to install lens on a new computer ubuntu 20.04 when i run command sudo snap install kontena-lens --classic the snap is not found. My question have they removed it from…
0
votes
0 answers

How to fix error Code bin root/go/bin not a valid identifier?

Trying to install chainlink on my laptop I had to install go. Doing so i think i have done something wrong and now i having error message each time I open ubuntu terminal which contents the following: -bash: export:…
Leo
  • 481
  • 2
  • 9
  • 20
0
votes
0 answers

snapcraft build subdirectory

I have an flutter based application consisting of serveral "apps" that share some common source code. I tried to setup a snapcraft file for my application, but I can't figure out is make snap build a subdirectory. This is an example layout that I…
Lawrence Kok
  • 1,568
  • 11
  • 29