You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit scripts/xdg-utils-common.in to fix the version number string. You'll see a line with echo "@NAME@ 1.1.0 rc3". Change that to 1.1.1. I filed a bugzilla report about that, and heard back that it will be fixed with the next version.
Ignore what the README says about not needing to run make. The files in the scripts directory are not ready for running.
Run ./configure, and then make. I can't remember if I had to run make install. If you need to do that, when you run ./configure add --prefix=somewhere to set your installation path, so it doesn't try to put stuff in /usr/bin. I do remember having to install a package for xmlto, and the lynx text browser to get make to run properly.
If you run into difficulty, you could also just copy opn's xdg-open, which also claims to be 1.1.0 rc3. (It is not the same as 1.1.1, though, but should be at least 1.1.0 rc3.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I downloaded xdg-utils and built version 1.1.1. The manual tests for node-open pass, though I did try running them as "sudo" as recommended.