Questions tagged [flatpak]

Flatpak is the new framework for desktop applications on Linux

Flatpak is the new framework for desktop applications on Linux.

It allows the same app to be installed on different Linux distributions, including different versions. And it has been designed from the ground up with security in mind, so that apps are isolated from each other and from the host system.

141 questions
0
votes
1 answer

Posix does not work in Flatpak package while it works in the ordinary compiled one

I have simple vala app, one of its functionalities ends with shutting down the computer using Posix.system("shutdown now"); In the ordinary ninja compiled version, the app works fine. However, in the flatpak version, it does not work. I tried to…
SaidbakR
  • 13,303
  • 20
  • 101
  • 195
0
votes
1 answer

Flatpak repo objects folder empty?

Yesterday I freed up some disk space (about 1/2 of my disk!) and it seems the /var/lib/flatpak/repo/ojbects folder was deleted. Now whenever I try to update my flatpaks, nothing happens. Here is my terminal output. ID …
d x
  • 102
  • 11
0
votes
1 answer

How to add icons in PyQt5 app in flatpak?

I have small PyQt5 app: https://github.com/taunoe/tauno-serial-plotter I got all the functionality to work on flatpak but icons are a problem. Tried different things, but i have no clue how to make them showup. (base)…
Tauno Erik
  • 11
  • 2
0
votes
1 answer

Using flatpak-pip-generator resulting in "ERROR: could not find a version" when compiling

The full log can be seen below. I am using flatpak-pip-generator with requirements.txt. Without using the requirements file I get the same error. (I get the error at compiling the project) ERROR: Command errored out with exit status 1: command:…
0
votes
0 answers

Define icon for flatpak application

I am using gnome builder. I saw that in gnome music it is installed with install_data( join_paths('icons/hicolor/scalable/apps', APPLICATION_ID + '.svg'), install_dir: join_paths(get_option('prefix'), get_option('datadir'),…
0
votes
1 answer

Ship file with flatpak

I have a json file with some data that I want to ship with my application. I want to include it on the folder /app/share//data/.json. I have researched, looked on the flatpak manifest documentation and the manifest of other…
czr
  • 658
  • 3
  • 13
0
votes
1 answer

Python dependency on Gnome Builder

I am learning how to create GTK applications in python and I am using Gnome Builder IDE installed through flatpak. I wanted to use the python package requests in my application, so I added: { "name": "pip-install", "buildsystem": "simple", …
czr
  • 658
  • 3
  • 13
0
votes
1 answer

Sophos for Ubuntu blocking Flatpak application installs

I have installed Sophos for Ubuntu and it has been working fairly well until I decided to try Flatpak. When installing or updating anything using Flatpak, I now get this pop up: error popup with this corresponding error on the terminal: …
javaseeds
  • 3
  • 1
  • 4
0
votes
1 answer

unable to create sandbox even after installing flatpak

After cloning pitivi as mentioned here, I installed flatpak. Now running the command: sudo apt install gnome-software-plugin-flatpak I get this message: gnome-software-plugin-flatpak is already the newest version (3.28.1-0ubuntu4.18.04.12). and…
snpd
  • 29
  • 5
0
votes
1 answer

Using freedesktop portal to take screenshots with Python

I have been trying to write a flatpak application in python, which uses the freedesktop portal to take screenshots. I am adapting Gimp's freedesktop screenshot plugin which is written in c and I am running into trouble when it comes to accessing the…
Josh Bell
  • 31
  • 1
  • 5
0
votes
0 answers

Qt app cannot open selected file from sandbox

I'm writing a Qt app to run in Flatpak sandbox. I'm stuck with opening files, as it opens the file chooser dialog, I select the file and then the app crashes with File Not Found error. I checked the /run/user/1000/doc/ directory, the correct folder…
compiler
  • 486
  • 1
  • 4
  • 14
0
votes
1 answer

Make get requests with libsoup in vala building with Flatpak

I'm trying to use soup for a http GET request in vala, but always return a Status code 6, in the manifest file I have the permission "--share=network" I don't know what the problem is, if I need to have an additional permission to make server…
Carlos Lopez
  • 133
  • 4
0
votes
1 answer

Flatpak run external programs

I am using a flatpak version of my favorite game engine, godot. Using it, I need to be able to export to android. To do this, it needs adb. I tried looking in /usr/bin, where the adb executable is located, but Godot couldn't see it because of the…
Finn Shadow
  • 128
  • 2
  • 10
0
votes
1 answer

Flatpak: command not found

I have built a flatpak package out of my application. However, flatpak-builder in the end complains: Error: Command 'executable' not found Where executable is the name of my program, which I have specified in my manifest as "command":…
codeling
  • 11,056
  • 4
  • 42
  • 71
0
votes
1 answer

Updating PyCharm running with Flatpak

I am running a computer with Linux Mint 19. I installed PyCharm Community Edition using LM's software centre. Now, there is an update for PyCharm but I cannot install it. When I do Help > Check for updates, the window that opens says "PyCharm does…
Darth Kangooroo
  • 372
  • 1
  • 3
  • 18
1 2 3
9
10