We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
When I run Mobster on Arch Linux, I have the following error:
$ ./Mobster-0.0.48-x86_64.AppImage Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/48x48/status/image-missing.png: Unrecognize d image file format (gdk-pixbuf-error-quark, 3) /tmp/.mount_xRULjQ/AppRun: line 77: 10334 Aborted (core dumped) LD_LIBRARY_PATH="" zenity --question --title="$TITLE" --text="$TEXT" 2> /dev/null [13:27:55.951] [info] Running version 0.0.48 (mobster:10311): Pango-ERROR **: 13:27:56.012: Harfbuzz version too old (1.4.2) zsh: trace trap (core dumped) ./Mobster-0.0.48-x86_64.AppImage FAIL: 133
It seams that Electron should be updated : see electron/electron#20348 (comment)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Upgrade to Electron 4.2.11
43c302b
Fix dillonkearns#65 Note deprecation of app.makeSingleInstance https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#appmakesingleinstance
a014515
Fix dillonkearns#65 Notes: * Deprecation of `app.makeSingleInstance` https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#appmakesingleinstance * On Arch Linux with OpenBox, `app.dock` is `undefined` * Version 1.8.2 of Electron crashes with `Harfbuzz version too old`, but not Electron 1.8.3
a5f2df6
Successfully merging a pull request may close this issue.
Hi !
When I run Mobster on Arch Linux, I have the following error:
It seams that Electron should be updated : see electron/electron#20348 (comment)
Thanks in advance!
The text was updated successfully, but these errors were encountered: