com.slack.Slack icon indicating copy to clipboard operation
com.slack.Slack copied to clipboard

Unable to open files: GET_MEDIA_ACCESS_STATUS

Open filipenf opened this issue 3 months ago • 3 comments

I'm unable to open files, when I click on the file or "Open containing folder" nothing happens. Running via command line I get this in the output when I click on the file:

Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: ae.systemPreferences.getMediaAccessStatus is not a function
    at /app/extra/resources/app.asar/dist/main.bundle.js:94:41813
    at yu (/app/extra/resources/app.asar/dist/main.bundle.js:5:5872)
    at /app/extra/resources/app.asar/dist/main.bundle.js:5:6606
    at WebContents.<anonymous> (node:electron/js2c/browser_init:2:78183)
    at WebContents.emit (node:events:514:28)
    at WebContents.emit (node:domain:488:12)
    at T.emit (/app/extra/resources/app.asar/dist/main.bundle.js:174:10674)

and when I click to open the dir:

[4:0411/091321.170001:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.portal.OpenURI.OpenDirectory: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.NoReply: Remote peer disconnected

filipenf avatar Apr 11 '24 14:04 filipenf