Sigmmma / binilla

Visual editor for binary structures based on Supyr_Struct. A user can define their own Supyr definitions and use those to load/edit/create new binary structures in an easy to understand visual editor.
MIT License
1 stars 3 forks source link

Symbolic links still do not work when using "Save as..." #15

Closed SnowyMouse closed 4 years ago

SnowyMouse commented 4 years ago

When opening a tag and using the "Save as..." feature, saving it in the tags folder fails if using a symlink. Also, the Save as dialog starts at the absolute path rather than using the symbolic link.

The save fails whether I am navigating through to the actual symlink or the actual, absolute path of the file as, for whatever reason, it is using the absolute path of the file for determining where the tags are being saved to.

image

ShellyHerself commented 4 years ago

kdialog or tkinter's filedialogs?

SnowyMouse commented 4 years ago

tkinter

ShellyHerself commented 4 years ago

This is an issue with the tkinter filedialog. Currently this can be avoided by installing kdialog. But that might not work correctly under Mesa systems before fe0f9dcf5d4a115575e7ecaebca11b7fdd87e8f8