167 questions
0
votes
0
answers
59
views
Extracting 7zip archives within flatpak using py7zr
I am currently developing a linux mod manager, and I am having major issues trying to extract 7z archives from within the flatpak.
There is a library called "py7zr" available but I simply ...
Best practices
0
votes
0
replies
54
views
How to provide documentation when packaging as flatpak or appimage?
I used to publish an application as Debian package or alternatively with a makeself installer. This format would contain the application and necessary documentation and create desktop icons to get it ...
0
votes
1
answer
102
views
How to fix open URLs in a flatpak version of an app?
My Flutter app (io.github.rsevero.mapiah) can´t open URLs on its flatpak version. It works both in Linux/AppImage and Windows.
I already used xyz.tytanium.DoorKnocker and com.belmoussaoui.ashpd.demo ...
0
votes
0
answers
555
views
flatpak: runtime is at its end-of-life. enable to update apps
I am unable to update two apps, (one that i really need updated). But I am coming across this error:
Info: runtime org.kde.Platform branch 6.7 is end-of-life, with reason:
We strongly recommend ...
0
votes
1
answer
112
views
Package an application using Flatpak that uses `zenity --file-selection` (or the GTK file selection dialog)
I have an application that uses zenity --file-selection to allow the user to select a file using a GUI.
This works very nicely until I package my application using Flatpak, as unfortunatly the ...
0
votes
0
answers
122
views
appstream-compose fails during a flatpak build
I am trying to build Multigit in flatpak from the repository: https://github.com/idemia/multigit
The flatpak build fails with:
...
Committing stage build-multigit to cache
Cleaning up
FB: starting: ...
2
votes
1
answer
194
views
How to correctly package a n electron app into a Flatpak with a custom app icon and set up file associations?
I'm packaging an Electron app (Grist Desktop) as a Flatpak, but I'm having trouble getting the app icon to show up and file associations to work properly. The icon is not displayed in the application ...
0
votes
0
answers
56
views
How to refresh host mountings in flatpack environment?
I'm working on Flatpak Python app, that needs to also interact with some host filesystem elements. While the application is running, another process, running outside of flatpak environment creates new ...
0
votes
1
answer
172
views
Need to handle gsettings schema in flatpak-builder
I have a Java project that uses Java-GI Gtk/Adw bindings. It uses a maven plugin to generate a .desktop, metainfo.xml and .yml manifest. Then I run flatpak-builder:
flatpak-builder --force-clean --...
1
vote
1
answer
172
views
Flatpak build missing Gtk .so dependencies
I have a Java project that uses Java-GI Gtk/Adw bindings. It uses the maven-flatpak-plugin to generate a .desktop, metainfo.xml and .yml manifest. Then I run flatpak-builder:
sudo flatpak-builder --...
1
vote
1
answer
105
views
How to prevent .rpm installer built using electron-forge from over-writing system files (e.g. bzip.lib)
We've a cross-platform electron app that we're packaging using "electron-forge". We build installers for different OS platforms, i.e. msi for Windows, .rpm for RHEL, .deb for Ubuntu, and ....
0
votes
1
answer
2k
views
Issue with Android Studio: "Process is still running" on Ubuntu
I am a new Ubuntu user, and I am experiencing an issue with Android Studio after restarting my PC. Whenever I try to open Android Studio, I receive the following error:
Process "/app/extra/...
0
votes
0
answers
158
views
Passing arguments to eclipse through flatpak
I run eclipse on linux mint. The installation uses flatpack as an envelope for execution. The exact command is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=eclipse --file-forwarding ...
1
vote
1
answer
207
views
Recursively reading files in directories and adding the file names to a ListView results in question marks �
After investigating, I found out that the most performant way to read a directory and its sub-directories' files is using Files.walk() method.
private void selectPrimaryFolder(ResourceBundle ...
0
votes
1
answer
190
views
Flatpak how to include libusb-1.0
I'm trying to write an app using Gnome Builder to control my computer's LED lights.. However, my code requires the use of libusb-1.0. For the life of me I can't figure out how to include it in my ...
-1
votes
1
answer
339
views
CMake on Linux can not find CUDA
I am on Fedora 40 and installed the CUDA toolkit using these commands:
sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora39/x86_64/cuda-fedora39.repo
...
0
votes
1
answer
170
views
Enabling Wayland support for Beekeeper Studio Flatpak
As per documentation Wayland support can be enabled by adding flags to Beekeeper's config file:
https://docs.beekeeperstudio.io/installation/linux/#enabling-wayland-support
However I fail to identify ...
1
vote
1
answer
98
views
Python App Runs Fine in Python VENV, Crashes as Flatpak
I'm trying to build a Flatpak of the Amulet Minecraft Map Editor, which runs fine when run directly through Python 3.11.9 (in a VENV) on Linux, Windows and MacOS, but on Linux, the Flatpak version ...
0
votes
1
answer
111
views
Build Tauri from Flatpak Sandbox
I've installed VSCodium on my Fedora desktop as a Flatpak.
I have installed the node.js Flatpak SDK, together with pnpm as package manager.
When I create a Tauri app (version 2.0 - Release Candidate, ...
0
votes
2
answers
344
views
Wine - syntax to run .exe from terminal [closed]
I have KDE Neon linux and installed Wine flatpak. I want to run the windows program winbox64.exe. Now when I click on it in the file manager it works, but when I try to run it from terminal by ...
-1
votes
1
answer
346
views
vimux plugin for Neovim via Flatpak "failed to find executable tmux"
For the first time, I am trying to use neovim after installing it with Flatpak.
As requirements for other things, I am using vimux.
When I run neovim, I get the message "failed to find executable ...
0
votes
1
answer
220
views
Create a flatpak for a self updating java application
I want to isolate a java application in a flatpak environment it mostly works when installing the application in the /app directory.
Problem is, the application is using install4j and it is trying to ...
2
votes
1
answer
219
views
g++ "ignoring nonexistant directory" that does in fact exist (only with CLion + Ninja)
I have some C++ source which includes the line:
#include <Eigen/Core>
The compilation fails at this line, with the error: (my source file names/paths redacted for brevity.)
In file included ...
0
votes
0
answers
105
views
Build flatpak package for a GtkSharp application
I have a mono gtk-sharp3 application with glade files that I need to turn into a Flatpak package. After the first fail, I decided to make a simple gtksharp app without glade first and try with that, ...
0
votes
1
answer
963
views
ValueError: Namespace Xdp not available
I want to import Xdp in the Gnome Builder python template called "GTK4 Application".
Adding this:
gi.require_version("Xdp", "1.0")
from gi.repository import Xdp
results ...
0
votes
1
answer
346
views
How to tell Flatpak-builder / meson to run python with command line options
I am building a software image (.flatpak) with flatpak-builder and meson. It uses gnome Platform and Sdk and it runs an offline Gtk Python application. This sandbox-like software container has access ...
5
votes
1
answer
3k
views
AVD crashes with "qemu-system-x86_64 killed by SIGSEGV" on Fedora
I am trying to run an AVD on Fedora 39 Workstation, but I am getting a crash with the following error: "qemu-system-x86_64 killed by SIGSEGV".
I have installed Android Studio from Flatpak.
...
1
vote
1
answer
68
views
Apache Netbeans IDE 20: linker can't find .a .so liboauth libraries that are there
New Mint linux, new Netbeans v.20, old v.1.0 NetBeans 8.2 C/C++ latest plugin, liboauth-dev latest 1.0.3-5 installed with Synaptic, into /usr/lib/x86_64-linux-gnu. 64-bit system.
Netbeans cannot ...
6
votes
0
answers
4k
views
How to query the dependencies of a flatpak app?
On my machine I have four flatpak apps installed
$ flatpak list --app
Name Application ID Version Branch Installation
Obsidian ...
0
votes
1
answer
175
views
menson/flatpak/Gnome Builder: subproject's source code location
I would like to create a specialized text editor based on the Gnome Text Editor (GTE) by replacing its GtkSourceView widget with my custom widget which I want to inherit from GtkSourceView. I ...
1
vote
1
answer
3k
views
How to install Python3.12 within POP!_OS Flatpak VSCodium and change its python interpreter version to Python3.12?
Problem & TLDR
Hello! I recently switched from Windows to POP!_OS. I am not too familiar with Linux and Python but want to learn it.
I am having trouble with changing Flatpak VSCodium's Python ...
2
votes
1
answer
293
views
Why does running gdb inside Flatpak stop the Flatpak process, and why does my workaround fix it?
I have figured out a way to start gdb inside a Flatpak in a single command (instead of three steps), but it involves doing something strange to work around a quirk or possibly bug in gdb or in Flatpak....
0
votes
1
answer
401
views
OS Tree Support in artifactory
Do you know if there is a way to make artifactory support OSTree? We're currently working on adding flatpak to our software stack and were trying to implement it in Artifactory. With Flatpak using ...
0
votes
1
answer
282
views
add libjq as a module in flatpak
I initially created a simple flatpak manifest , but then the following error occured: PrayerApp: error while loading shared libraries: libjq.so.1: cannot open shared object file: No such file or ...
1
vote
1
answer
152
views
Can not run c code with meson and flatpak
The structure of the project is simple
.
├── main.c
├── meson.build
└── org.flatpak.myapp.json
main.c
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
meson....
0
votes
1
answer
107
views
Use vte Pygobject inside flatpak
I been trying to use vte inside my flatpak but, when I run it inside flatpak I get this:
Traceback (most recent call last):
File "/app/bin/main.py", line 5, in <module>
gi....
0
votes
1
answer
191
views
PhpStorm Can't See Projects on USB on Linux OS [Zorin 16.3]
We have just installed PhpStorm 2023.2.1 via flatpak from the Zorin 16.3 Linux OS "Software" package provider. The install ran smoothly and imported existing IDE settings.
Our projects and ...
2
votes
1
answer
1k
views
What is the purpose of XDG_CONFIG_HOME in Flatpak applications config directory?
I started developing an application to backup Flatpak applications.
According to Flatpak documentation, application configs are default located in ~/.var/app/<app-id>/config.
What I don't ...
5
votes
1
answer
5k
views
How to set a Flatpak application to autostart?
I have created an application and packaged/released it as a Flatpak (among others). The app has a setting the user can enable so the app will start automatically when the user signs into their system.
...
3
votes
2
answers
740
views
Cannot build flatpak-builder beacuse no appstream.compose?
I cannot find appstream.compose module. It is needed for flatpak-builder:
$ meson setup _build (git)-[main]
$ meson install -C _build
The Meson build system
...
2
votes
2
answers
1k
views
How do I set the version string of my flatpak application?
When I run flatpak list some applications have a version:
$ flatpak list
Name Application ID Version Branch ...
1
vote
1
answer
913
views
How to inspect the contents of a Flatpak runtime?
flatpak install flathub org.kde.Platform//5.15-22.08
This sample command would install the KDE Platform Runtime. But how do I check what's inside of it? E.g. what binaries or libraries it contains (...
0
votes
1
answer
156
views
After qutebrowser flatpak installed, qute-pass quit working
I installed qutebrowser via flatpak to try to keep pain with the Qt web libary to a minumum, and it's working great, except that suddenly, the qute-pass userscript no longer works. It says it tried ...
1
vote
0
answers
402
views
How to build effectively sandboxed flatpaks
After exploring flatpak as a source for desktop apps for a while, I would like to use its optional sandboxing features to isolate some of my applications.
The sandboxing feature of flatpak has often ...
0
votes
0
answers
125
views
WebStorm doesn't show some directories on Linux so I can't run terminal with node
I am using Linux Mint and cannot run node in WebStorm. This is because WebStorm not sees the node directory. How can I solve this problem?
I gave read-write permission with the chmod command but it ...
2
votes
1
answer
586
views
How can I install Eclipse on Fedora 37?
I have been trying to install Eclipse on Fedora 37.
I tried the following instruction:
"flatpak install org.eclipse.Java"
I expected to see download in progress, but instead I keep getting ...
0
votes
1
answer
162
views
Why does the git client open local repositories in the /run/ folder?
I have a repository in a folder /var/www/. Through the git client, I select this folder as "open an existing repository", but the repository opens as if it is located in the /run/ directory.
...
0
votes
1
answer
287
views
How to I register locales in a Flatpak application?
I have created a gtk app
https://github.com/mijorus/webapp-manager from the Builder template
and put a bunch of .po files in the /po folder.
Using flatpak-builder I can see them compiling
Installing ...
2
votes
1
answer
983
views
how can i tell the python interpreter running inside the flatpak sandbox to use libraries from the main system
I'm creating a Gtk4 application with python bindings on Linux. I'm using flatpak as well.
So I'm creating like an extensions/plugins systems where user can define his main module to call in a specific ...
2
votes
1
answer
1k
views
Change java.util.prefs.Preferences directory
I'm currently building a flatpak for a java app but have ran into a small problem with the way it's saving settings. If possible I'd like to solve it without editing the program itself.
It stores ...