-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Harbor App (Appimage) cannot load config #64
Comments
Thank you so much for another report! Unfortunately I can't reproduce it right away, so we'll have to debug Just released v0.2.12 comes with a couple of things that should help:
Other than that - I have a suspicion that it might be related to either:
|
As before thank you for quick update of Harbor App doctor (the values match between App and CLI): CLI: I tried to disable sandboxing for the AppImage by running it with I have also tried to make clean manual install instead of automated. And the error remains. What I found are some fixed issues concerning Fedora Silverblue and broken support of AppImage. For example fedora-silverblue/issue-tracker#589. Yet none of the problems reported there seem to be connected to this one. I plan to upgrade to Fedora Silverblue 41 soon (probably next weekend), so I can test if there is anything different. Also, can I ask if you have any plans for Flatpak release? Flatpak in my experience has fewer (user side) problems than AppImage. |
Yeah, nothing in these looks suspicious in any way. The I'm certain that this happens because of some sort of discrepancy in the FS access permissions between the systems with a very short possible fix. As another attempt - could you please try running it via AppImage launcher?
Unfortunately in Harbor's case, the Flatpak would be just a repackaged |
I've added a "guess" fix to https://github.com/av/harbor/releases/tag/v0.2.14 with an explicit permission to read/write to the User's home folder (previously was under the wildcard). Also a thin chance that it fixes the problem for you, but please try running the AppImage from that release |
Thank you for incredibly fast update, I updated CLI and the App. Nevertheless, the problem remains the same in version 0.2.14 with or without
Hopefully I will be able to install the |
No worries! I'll try to find some time to test the AppImage in a VM during my next chunk of Harbor time (next weekend or a weekend after that) Thanks for sticking it out through the early versions |
Sorry for taking long with a reply, I am still having issues with upgrading to Fedora 41 (Nvidia drivers), so for now I tried to install the Harbor App into Fedora toolbox (which is should have access to the system as if I installed on non-immutable Fedora). The App is installed without any errors, but the problem remains the same as with the AppImage. Now the only thing that these different installations have in common is that home directory is under |
I was working on a somewhat related feature (that'll eventually also let me test the app in the Fedora easier) and found out a possible culprit. I think that the desktop entry in Fedore will run in a custom shell without the So, could you please try launching the app from the terminal instead of the desktop entry and let me know if it makes the app functioning? # App's binary is named "harbor-app" and should be made available
# on the host during install
which harbor-app
# Should be something like: /usr/bin/harbor-app
# If not found - look into the .desktop entry for the app:
cat /usr/share/applications/Harbor.desktop
# Launch the app binary directly:
harbor-app I'm currently trying to find any workarounds, but still curious to know if this was the reason in your instance. Thanks! |
Thank you for coming back to my issue. I am sorry I did not reply immediately, however I am still figuring out how to properly install RPM package on the immutable Fedora Silverblue (without breaking anything else). I updated to the latest version of |
Absolutely no worries! I'm hoping to get my hands on testing this next weekend. Recent Harbor release included |
After making a clean install of
harbor
CLI (harbor doctor
shows everything OK), I tried the Harbor App via AppImage. No AppImage wrapper was used, onlychmod +x HarborApp.AppImage
and./HarborApp.AppImage
.The problem is only the
Profiles
tab which outputs an error "Unexpected error loading configuration".Other tabs are unaffected.
The text was updated successfully, but these errors were encountered: