89 questions
-2
votes
0
answers
16
views
Why can my Tuta app no longer access the secret storage? [closed]
I'm using the Tuta desktop client on Fedora KDE and have my Kwallet set up and running. Tried appimage and flatpak. It worked fine in the past, but all of a sudden it doesn't anymore. Any help would ...
0
votes
1
answer
39
views
Custom symbolic icons in gtk4 not rendering in appimage
When I make an appimage of my simple gtk4 application and run it on certain distros like fedora the svg icons don't render properly. It looks like this: https://i.imgur.com/3cKKkjx.png
The basic code ...
3
votes
1
answer
100
views
Setting custom locale on boost::filesystem throws an exception on CentOS
Revised version:
Main problem
I have problem to properly configure AppImage, so locale with UTF-8 encoding could be applied for boost::filesystem::path::imbue.
Code works on any platform when build on ...
2
votes
1
answer
440
views
AppImage 'symbol lookup error' in libc library
I created a AppImage file on a system but cant run on other system.
I get the following error:
$LD_LIBRARY_PATH=$APPDIR/usr/lib/libc.so.6 ./Programik-x86_64.AppImage /tmp/.mount_PrograVkCV6J/usr/bin/...
1
vote
2
answers
284
views
ENOENT when executing AppImage inside Docker container
I have an appimage that I want to run with --appimage-extract-and-run inside a docker container.
When inside the docker container I cannot extract the appimage (fails with bash: ./prog.AppImage: No ...
0
votes
1
answer
98
views
AppImage/Qt6 - QIcon::setFallbackSearchPaths not working
I am trying to deploy a Qt6 application, which bundles its own icons (this way on Windows/OSX I get consistent icons). As part of my build I deploy into $BIN/share/icons the content of the breeze ...
2
votes
1
answer
707
views
How to resolve desktop-file-not-found when creating AppImage with AppStream upstream metadata?
I am having difficulty adding AppStream upstream metadata to my project's AppImage.
Below are the relevant parts of the file structure of my AppImage:
something.AppDir
|__AppRun
|__io.github....
0
votes
1
answer
190
views
GITLAB - Permalink for download latest AppImage Release from a repository
Somehow a follow up questions to:
GITLAB - Permalink for download latest Release form my repository
(I wanted to comment below, but this is only allowed after 50 posts or so)
Is there a way to put ...
1
vote
1
answer
230
views
AppImage updates conflicts with its .desktop file
I have a couple of AppImage files in my system (Fedora38). I need all of those AppImage icons in my app tray. I manually created the .desktop files, and it works fine.
But when an app gets updated, ...
1
vote
1
answer
751
views
How to install AppImage globally using bash? [closed]
I'm looking for a way to simplify the process of making an AppImage globally accessible on a Linux machine. How can I install an AppImage/put it in path without much additional work, so I can i.g. ...
0
votes
1
answer
65
views
Webpack app.js Not Being Loaded Into HTML Script Tag After Packaging with Electron-Builder
I am trying to build a React app using Electron-Builder. Right now, I have a simple template with a file structure like this:
Project
+
|
+--node_modules/
|
+--build/
| |
| +--js/
| |
| +--...
0
votes
1
answer
526
views
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
I'm building my Qt app into an AppImage on Ubuntu-22.04. It builds without errors and the app works. But the problem is that it's supposed to display a video, and it doesn't. The initial version of ...
0
votes
1
answer
214
views
How do I access resources in C when bundling into an AppImage?
I have a C program that I want to package into an AppImage file. I am attempting to use linuxdeploy and appimagetool to create the AppImage for my program.
It has worked so far, but I do not know how ...
0
votes
2
answers
2k
views
How run AppImage with AppArmor
I have Archlinux with AppArmor and I get this error trying to run this AppImage (standard-notes-3.150.38-linux-x86_64.AppImage):
$ Downloads/standard-notes-3.150.38-linux-x86_64.AppImage
fuse: mount ...
3
votes
0
answers
176
views
Hosting static files with Python Fastapi inside an Appimage
I have two projects: one of them is a Python Project with Fastapi and another one is a React project.
I've packaged my Python application into an Appimage, by creating a single binary for it (with ...