Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
536 stars 54 forks source link

Flatpak terminal(Blackbox) not able to open smb mount location #77

Closed SoiledBrush closed 1 year ago

SoiledBrush commented 1 year ago

Pressing "Open Blackbox Here" in smb mounted folder opens home directory instead. This doesn`t happen with kitty, tilix or gnome-terminal installed as system apps.

Stunkymonkey commented 1 year ago

could you check if spaces are involved in the folder path?

SoiledBrush commented 1 year ago

no, no spaces. The location i'm trying to access is just "/data"

Stunkymonkey commented 1 year ago

could you please post the call parameters that are used in this function anywhere: https://github.com/Stunkymonkey/nautilus-open-any-terminal/blob/master/nautilus_open_any_terminal/open_any_terminal_extension.py#L172

SoiledBrush commented 1 year ago

~/Pictures directory image /data directory, smd mount. Same behaviour with any subdirectories. Screenshot from 2023-01-29 18-18-50

Stunkymonkey commented 1 year ago

seems to me an upstream issue. please report at: https://gitlab.gnome.org/raggesilver/blackbox

SoiledBrush commented 1 year ago

I fixed it by giving blackbox permission to "All system files" via flatseal. Maybe it is how flatpak should behave. Anyway thanks for your time.