elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
107 stars 39 forks source link

Use open directory portal #762

Closed danirabbit closed 4 weeks ago

danirabbit commented 4 weeks ago

We can't read other app's appinfo in the sandbox, so remove the open in submenu. There is a portal for showing a file in Files, so use that portal

zeebok commented 4 weeks ago

I think my only real reservation is that this creates a tight dependency on Files being on the user's system. Is this something we are alright with?

danirabbit commented 4 weeks ago

@zeebok Since it uses the portal it launches whatever file browser you have installed :)

danirabbit commented 4 weeks ago

Yeah this project is wild in that it has so much abstraction and none of it is DRY lol