Thomas Hess
Thomas Hess
Distro: Kubuntu 19.10. [Download web page](https://kubuntu.org/getkubuntu/), [Direct ISO link](http://cdimage.ubuntu.com/kubuntu/releases/19.10/release/kubuntu-19.10-desktop-amd64.iso) I dug a bit more and ran wxHexEditor under gdb. I loaded the file and that’s the stack trace generated by...
Ok, git master does not crash on loading the file. - But it crashes with a segmentation fault on exit, even if no file was loaded. - If I resize...
The GTK GUI version still only loads its own icon from the system icon theme. So it can't display it's own icon, if it is not part of the theme....
You want the `autokey.svg` file and all the `autokey-status-*.svg` files. The system should find them, if you place them into the highcolor icon theme. I think this is used as...
Does it still work after you restart autokey? Or do you have to trigger a script error each time you start autokey to make it show the icon?
Ok, then the blank icon thing was a one-time issue. That other issue is a separate thing. I tried it and can reproduce it on my system, so I’ll open...
Hmmm. I thought a bit about this issue. Maybe the icon was not initialized on the first start. So instead of loading one of the expected icons, like `autokey-status-light` (the...
@deragon Did you do a completely fresh installation of AutoKey, so running it for the first time? Please open the AutoKey configuration file in `/home//.config/autokey/autokey.json` in a text editor and...
> $ fgrep notifica autokey.* > autokey.json: "notificationIcon": "autokey-status-dark", > autokey.json~: "notificationIcon": "autokey-status", Thanks. Then it is correctly initialized. Hmm. AutoKey should install the icons to `/usr/share/icons/hicolor/scalable/apps/`. The GTK GUI...
That’s not where they are supposed to be: > ``` > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/Humanity/scalable/apps/autokey-status-error.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/Humanity/scalable/apps/autokey-status.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/hicolor/scalable/apps/autokey-status-dark.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/hicolor/scalable/apps/autokey-status-error.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/hicolor/scalable/apps/autokey-status.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/ubuntu-mono-dark/apps/48/autokey-status-error.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/ubuntu-mono-dark/apps/48/autokey-status.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/ubuntu-mono-light/apps/48/autokey-status-error.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.10-py3.7.egg/share/icons/ubuntu-mono-light/apps/48/autokey-status.svg > /usr/local/lib/python3.7/dist-packages/autokey-0.95.9-py3.7.egg/share/icons/Humanity/scalable/apps/autokey-status-error.svg...