-
Notifications
You must be signed in to change notification settings - Fork 85
GStreamer plugin fails with latest release (2025-02-13) #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(The 2024-01-09 build also fails) |
Please re-run with |
The top of the log: That plugin is found (and it's executable).
The end of the log is as the failing one above: confusingly, since I've specified a desktop file (and icon file) on the command line, it complains about not finding them.
|
Update: I've stripped this right back to a very minimal test with a completely empty target folder. This doesn't work, but indicates there may be something about my deployment staging folder that's causing an issue. I'd appreciate a pointer in terms of what's wrong, if you can help? The other answers I've seen for this say to check line endings on the .desktop file -- this isn't the issue. The error messages are quite hard to interpret :-(
|
It's good to see that the gstreamer plugin is running now. Regarding the icon entry, that looks like a bug. Could you upload your zipped |
Here's a zipped example - a Hello World app, a 256x256 white icon, and script to create the appdir (which I've also included). Run the test.sh: this expects the linuxdeploy appimage in the same directory
What am I missing on the command line, or in setting up the appdir? |
Hi @TheAssassin , |
Using the 2025-02-13 build of linuxdeploy, I'm unable to install the gstreamer plugin.
linuxdeploy-x86_64-Alpha-2025-02-13.AppImage --appdir squashfs-root --plugin gstreamer -d ./MyApp.desktop --icon-file MyApp.png
As far as I can determine, the location of the gstreamer plugin file doesn't make any difference.
Snipped output:
The same action with the 2024-07-01 build succeeds:
linuxdeploy-x86_64-Alpha-2024-07-01.AppImage --appdir squashfs-root --plugin gstreamer -d ./MyApp.desktop --icon-file MyApp.png
Full output and an example of my desktop file.
Log-2025-02-13.txt
Log-2024-07-01.txt
MyApp.desktop.txt
The text was updated successfully, but these errors were encountered: