clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

(Enhancement)Support extracting .zstd files from the desktop (gnome for example) #2154

Open romulasry opened 4 years ago

romulasry commented 4 years ago

For example, I can't right click to extract this:

https://github.com/Frogging-Family/wine-tkg-git/releases/download/5.19.r1.gb49e8743/wine-tkg-staging-fsync-git-5.19.r1.gb49e8743-300-x86_64.pkg.tar.zst

lebensterben commented 4 years ago

check this: https://stackoverflow.com/questions/47235022/add-a-custom-option-in-nautilus-right-click-menu

This can be done as a user-customization and should not be made as a distro default behavior.

romulasry commented 4 years ago

No, it already has the option there, there just isn't support out of the box. It should be IMHO.

lebensterben commented 4 years ago

it already has the option there @romulasry What does that mean?

Common file types are defined by shared-mime-info package.

If you want zstd file to be supported "out-of-the box", you should instead make a PR to that package. Specifically, you should add the file type to freedesktop.org.xml.

romulasry commented 4 years ago

done https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/145

lebensterben commented 4 years ago

This is hardly "done". Can you just make an PR instead of asking others to spend time on fulfilling your needs?