165 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
183
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
79
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
67
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: ...
0
votes
0
answers
117
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
50
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
0
answers
65
views
Flutter extension - CMake Error - CMakeDetermineCXXCompiler could not find compiler
On Linux Mint (ubuntu based) inside VSCodium i want to run the flutter namer app using the flutter extension.
ERROR: CMAKE_CXX_COMPILER not a full path to an existing compiler tool - Unable to ...
0
votes
1
answer
148
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
118
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
89
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
1k
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
126
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
201
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
159
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
177
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
151
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 ...