Questions tagged [snapcraft]

Snapcraft is a build and packaging tool developed by Canonical which allows packaging the software in an entity called snap.

174 questions
0
votes
1 answer

Error after installing packages with snap

I've used the snap package manager to install packages and I'm always getting the same error, even with the simple hello world example: $ sudo snap install hello $ hello cannot create user data directory: /home/aaa/snap/hello/20: Bad file…
Elad Joseph
  • 2,998
  • 26
  • 41
0
votes
1 answer

Tcl cant find init.tcl in a snap package

in a regular system, i could, if i had to, export librarys to stop tcl from complaining about not finding init.tcl. i am building a snap package to distribute tcl though. Once built and installed, i can run tcl.tclsh(this is the form it takes to…
user116272
  • 21
  • 1
0
votes
1 answer

Issues while validating snapcraft.yaml: '/home/Desktop/xxx-snappy/folder/' is not of type 'object'

the below is my snap file. Can you explain me how to use copy plugin. I just want to copy the file form one folder to another. name: xxx version: 6.0 # The vendor for the snap (replace 'Vendor ') vendor: xxx@gmail.com summary: a…
user3803112
  • 103
  • 11
0
votes
1 answer

what does it take for .snap package to be automatically updated from snap store?

what does it take for .snap package to be automatically updated from snap store ? is it some configuration on the ubuntu core. whether .snap package (app) should have code to work with store and update
Mahantesh
  • 79
  • 8
-1
votes
1 answer

Can't publish my linux Flutter app on snapcraft

I created a Linux app using flutter & when i tried to publish the app on the snapcraft following the steps on : https://docs.flutter.dev/deployment/linux I get error : Failed to load extension 'flutter-master': this extension does not support the…
hani
  • 1
  • 2
-1
votes
1 answer

How do i repackage .deb files to ubuntu snappy(snapcraft)

I wanted to repackage .deb files specifically XWiki .deb file install to a ubuntu snappy file. since I lack knowledge on building snaps what methods do you suggest I use. would it be better to build XWiki from the source in snappy or repackage the…
-1
votes
1 answer

ffmpeg snap permission denied accessing encrypted folder

I'm on Ubuntu 18.04 and have most of my home folder in an EncFS filesystem. I have ffmpeg installed as a snap and it won't access files in the EncFS filesystem. cannot open path of the current working directory: Permission denied It also had the…
Eric M
  • 109
  • 1
  • 6
-1
votes
1 answer

How to create snap YAML file of program written in golang sciter library?

could you please help me? How to create YAML file for golang application written in language go named golang and sciter library https://sciter.com/ ? I mean how what to write to yaml file to have working snap for snapcraft store? Thanks for any…
Lesna Vevericka
  • 75
  • 1
  • 1
  • 6
-1
votes
2 answers

How to make snap notepad-plus-plus to support Chinese text?

In Ubuntu/Linux, we can install notepad-plus-plus by snap. Basically, it works fine, but seems couldn't display Chinese text(garbled). Sincerely, is there anyone have a workaround to fix it?
gari
  • 1
1 2 3
11
12