-
Notifications
You must be signed in to change notification settings - Fork 70
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
fix(appimaged): avoid 'Invalid desktop file' error on Debian #274
Conversation
It's better to use |
I'm out this afternoon, I will try to make this rework tomorrow, thanks for the head-up 😉 |
Hi @CalebQ42, I just pushed the rework and also added surrounding quotes in case |
I will check why the pipeline failed, but that might take a while, as I don't have a Go environnement setup ATM 😅 |
Should fix the pipeline issue
After reading the pipeline error a few more times I think I figured the error => I passed the already concacenated string instead of a list of strings... |
I've been a bit busy so I didn't catch it initially, but |
Hi @CalebQ42, I took the time to setup GoLand and it helped me even notice that a variable go-appimage/src/appimaged/appimaged.go Line 76 in 09fd018
I'm not sure if it's a good practice though, but I was able to compile and push it on my target system to confirm the error is now gone... Just in case, as I was not able to replicate the exact context of the Github Workflow to build:
|
Thank you very much @Cobraeti |
This change should fix #273