xdg-prefs icon indicating copy to clipboard operation
xdg-prefs copied to clipboard

A GUI program to view and change your default programs' preferences (which program should open which type of file) using the XDG Specifications

Results 6 xdg-prefs issues
Sort by recently updated
recently updated
newest added

I noticed the README recommends installing by downloading the wheel or cloning the repo. Actually, you can install directly from the repo with `pip install git+https://github.com/rchaput/xdg-prefs`. That might be a...

Just installed from the whl file and this is what I get: ``` $ xdg-prefs [lots of "overwriting" messages] . . . MimeType inode/socket already in the database, overwriting! MimeType...

Add testing cases (with a framework such as Unittest). Such tests need to be reproducible on each computer (which is a bit complicated, considering that xdg-prefs changes the user's preferences)

tests

This would allow to: - check if a given application really exists (and thus to filter the list of 'default applications' for each Media Type) - determine which Media Types...

enhancement

It would be interesting to change the default program of multiples Media Types at the same time (for example, setting all 'image/...' to be opened by eog). This should not...

enhancement

Documentation should be added in a `docs/` folder at the root of the project. It should contain: - the code documentation (extracted from the Python docstrings) - a "user manual"...

documentation