monolith-code
monolith-code copied to clipboard
[Bugs]Run error in ArchLinux
As titled. I've ported it to ArchLinux AUR : https://aur.archlinux.org/packages/monolith-code-bin When I run the program,I got this error:
$ monolith-code
[61785:1027/101852.286526:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: 无此接口“org.freedesktop.portal.FileChooser”
[61785:1027/101852.286568:ERROR:select_file_dialog_linux_portal.cc(274)] Failed to read portal version property
[61785:1027/101852.317447:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.UnknownMethod: 在路径 org.freedesktop.portal.Settings 的对象上没有“/org/freedesktop/portal/desktop”接口
^CError sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at WebFrameMain.send (node:electron/js2c/browser_init:2:94617)
at WebContents.send (node:electron/js2c/browser_init:2:79767)
at BrowserWindow.<anonymous> (/usr/lib/monolith-code/app.asar/main.js:123:21)
at BrowserWindow.emit (node:events:513:28)
APPIMAGE env is not defined, current application is not an AppImage
checkForUpdatesAndNotify called, downloadPromise is null
I think primary error is this:
Error: Render frame was disposed before WebFrameMain could be accessed
Not gonna lie, I have very limited knowledge about all the Linux package repositories. I tested it on my PopOS distro and it seem to run fine. Nevertheless, I've started to experiment with different build targets so now I also have AppImage and dmg in the latest release . Let me know if this made any difference.