Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

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 ...
Pete's user avatar
  • 1
0 votes
0 answers
53 views

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: ...
Philippe F's user avatar
  • 12.2k
0 votes
0 answers
45 views

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 ...
Damian Dudycz's user avatar
0 votes
1 answer
133 views

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 --...
CraigFoote's user avatar
1 vote
1 answer
75 views

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 ....
Alka Deep Neha's user avatar
0 votes
0 answers
119 views

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 ...
dnessett's user avatar
0 votes
1 answer
153 views

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 ...
Reynaldo Rea's user avatar
0 votes
1 answer
143 views

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 ...
db-mobile's user avatar
  • 326
0 votes
1 answer
70 views

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, ...
DadiBit's user avatar
  • 821
-1 votes
1 answer
330 views

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 ...
Adrien's user avatar
  • 2,236
2 votes
1 answer
178 views

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 ...
Jacob Garby's user avatar
0 votes
1 answer
887 views

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 ...
Coleab's user avatar
  • 1
4 votes
1 answer
3k views

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. ...
Binyamin Pekar's user avatar
6 votes
0 answers
3k views

On my machine I have four flatpak apps installed $ flatpak list --app Name Application ID Version Branch Installation Obsidian ...
Matthew Feickert's user avatar
1 vote
1 answer
3k views

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 ...
Aspiring_Coder's user avatar
0 votes
1 answer
343 views

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 ...
Chris's user avatar
  • 13
1 vote
1 answer
142 views

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....
azibom's user avatar
  • 1,954
0 votes
1 answer
159 views

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 ...
Mm-Art-In's user avatar
  • 23k
5 votes
1 answer
4k views

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. ...
Merritt's user avatar
  • 594
2 votes
2 answers
1k views

When I run flatpak list some applications have a version: $ flatpak list Name Application ID Version Branch ...
ea7ababe's user avatar
  • 473
0 votes
1 answer
137 views

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 ...
Daniel Doherty's user avatar
0 votes
0 answers
111 views

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 ...
Burak's user avatar
  • 3
0 votes
1 answer
146 views

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. ...
Densevoid's user avatar
2 votes
1 answer
900 views

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 ...
Ali BEN AMOR's user avatar
1 vote
1 answer
70 views

Netbeans 15 can't open firefox or node.js on Linux Mint 21 (Ubuntu 22). It all boils down that it cannot see some apps located in /bin If I go to Tools->General->Webrowser->Edit->Browse... ...
user3776738's user avatar