Skip to content
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

Make sure rootfs-skeleton xdg-open is not replaced with the xdg-utils one (#2267) #2270

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions woof-code/packages-templates/xdg-utils_FIXUPHACK
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# use the one from rootfs-skeleton
rm -f usr/bin/xdg-open
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ yes|xclip|xclip|exe,dev,doc,nls
no|xcur2png||exe #pcur needs this
no|xdelta||exe
no|xdg-puppy-jwm||exe
yes|xdg-utils|xdg-utils|exe,dev,doc,nls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it this way in raspup. Is there any advantage in your way?

yes|xdg-utils|xdg-utils|exe>null,dev>null,doc>null,nls>null #fake install

'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xdg-utils contains more than just xdg-open. I considered a "fake install", but decided to fix this issue without breaking stuff that needs the other executables in xdg-utils.

yes|xdotool|xdotool,libxdo3|exe,dev,doc,nls
no|Xdialog||exe
no|xfdiff-cut||exe
Expand Down