-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
papers: Make thumbnailer file point to absolute path #340625
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see #340624 (review).
Allows use with nautilus(bubblewrap) even if installed in home.packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thank you. 💖
Would you like this backported?
Yeah, that would be great! |
Is there anything missing here or does it usually take some time for it to get merged? |
Sorry, was waiting for CI and then forgotten about it. |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-340625-to-release-24.05 origin/release-24.05
cd .worktree/backport-340625-to-release-24.05
git switch --create backport-340625-to-release-24.05
git cherry-pick -x 8ce371c4840c624f49796e32913287ae94092038 |
I tried to follow the steps from the bot, but what do i do now? Where do i push? |
Manual pull request? |
Yes, manual pull request will be needed. |
Description of changes
Allows use with nautilus(bubblewrap) even if installed in home.packages
Things done
Built on platform(s)
Tested basic functionality of all binary files (usually in
./result/bin/
)Fits CONTRIBUTING.md.