-
Notifications
You must be signed in to change notification settings - Fork 263
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
appimagelauncher asks if I want to integrate or run, after having integrated applications to the system #46
Comments
Could you try older versions of the AppImage? Perhaps the author made some changes that break AppImageLauncher. |
Now it is working, with the new version of cpod |
No, I make a mistake,the problem continue. I tried with many older version and nothing works. I think it is about a script instalation |
Found the bug, can reproduce it with AppImageUpdate. The problem is the "content-aware" filenames. I'll fix this asap. |
Cool!!!! |
Please try with the new build published in a few minutes. If it still doesn't work, please reopen this issue. |
Ok, I will |
Hi, I tried it, but is not working |
Cannot reproduce this issue any more. Please remove the AppImage and try re-integrating it. |
I will reinstall appimagelauncher today version .I'll Remove appimage and I'll re-integrating it. |
I hope so, too. This is still beta software, and although I try my best to upgrade all data when changes are made, sometimes a bug is created in one revision, and can't be fixed properly any more. |
Well, thanks for your help. Anyway this version is being developed continuously and will surely be improved in the near future :) |
Hi, the problem persist, but I noted some interesting, this happen with the apps that have a instalation script. For other apps that have not this SCript, this is not a problem. |
Hi, same problem with cpod and minetime. appimage |
I made video. The same thing with linuxmint 18.3. Can you check it please? |
Please By the way, in your last translation attempt, you broke the syntax. It's |
"By the way, in your last translation attempt, you broke the syntax. It's %1 as in first string replacement. That's why you see this % 1 <spanish equivalent to "has not been integrated yet> in the message box in the video. See 0dff6bc." I will fix it |
It's fixed already, I linked you the corresponding diff in my previous post. I just wanted to explain to you what this |
|
Thanks, I'll look better next time. By the way, have you been able to find out something about the issue?, I already post the information you requested |
@Lvaskz I didn't have time to look into this yet. Your Applications directory looks fine at a first glance. |
I was doing several tests with different appimages, using appimageslauncher. I realized that those that have this issue are those that are built with electron; unofficial protonmail desktop, rambox, cpod, museeks, etc. |
@Lvaskz good catch, thanks. We'll try to find out what makes these AppImages break AppImageLauncher. CC @probonopd |
Possibly the |
Just tried with two Electron AppImages (one of them was https://github.com/Toinane/colorpicker/releases), and I cannot reproduce the issue. Neither on my laptop nor my workstation nor in a VM. |
I find it strange that nobody else can reproduce this issue. Could someone else be using linux, try it please? |
Well, i can say i'm having the same issue.
these are the apps running. franz & Winds are giving me the issue. Bitwarden works fine.
|
@tvanders thanks for chiming in. Are these AppImages Electron ones, too? |
@TheAssassin how can i verify this? |
Check the GitHub pages of the applications whether they're using JavaScript code...? I don't know where you downloaded the files, and you didn't provide any links, so I can't look it up myself, unfortunately. If you post the download links, I might have a look. |
@tvanders okay, that confirms what we already found out: all the AppImages use electron-builder to create their AppImages. And, guess what: I can finally reproduce the issue! That Winds thing triggers my AppImageLauncher installation on Ubuntu bionic, too. Will move that to the top of today's TODO list. Thanks for your patience, @Lvaskz. I hope we can fix that issue today. |
damn! |
The issue is in https://github.com/AppImage/AppImageKit/blob/273311b89ecc55d69945459e657562aae2f095ca/src/shared.c#L1793. That line checks whether a thumbnail has been created for an AppImage. Apparently, there is no thumbnail created for some reason. So, two things to do here:
|
I guess we don't insist on the thumbnail to be created, since the related function is a To be able to do this, I need to first transition to the new libappimage repository, then we can fix it in there. |
Now it is working !!!!!! |
I have problems with Cpod.appimage. https: //github.com/z-------------/cumulonimbus/releases. Appimagelauncher integrated the cpod.appimage into the system, but every time I run it from the applications menu, the appimagelauncher window comes up asking me if I want to run or integrate into the system over and over again. At the moment it only happens with this cpod application. With libreoffice it does not happen
Ubuntu 18.04, 64 bit, gnome 3.28
The text was updated successfully, but these errors were encountered: