Hans Deragon
Hans Deragon
@luziferius, I tried the following: $ fgrep notifica autokey.* autokey.json: "notificationIcon": "autokey-status-dark", autokey.json~: "notificationIcon": "autokey-status", Same issue. Icon not showing up with either values. I may need to reinstall autokey......
Icon is missing in that directory: ``` $ ls -l /usr/share/icons/hicolor/scalable/apps | fgrep -i key -rw-r--r-- 1 root root 95631 Sep 23 11:28 ibus-keyboard.svg ``` Following are all the files...
I uninstalled with instructions found at [python setup.py uninstall](https://stackoverflow.com/questions/1550226/python-setup-py-uninstall). I then reinstalled with `sudo pip3 install .`. Now, the icon shows up! But it is way to dark... Why is...
@luziferius, the wrong theme was selected. Selecting the light theme fixed this. Case closed for me. Thank you! That said, I am surprised that the dark theme icon is soo...
On my system, I search with: ``` $ locate -i autokey.png /usr/local/lib/python3.7/dist-packages/autokey/qtui/resources/icons/autokey.png /usr/local/lib/python3.7/dist-packages/autokey-0.95.9-py3.7.egg/share/icons/hicolor/96x96/apps/autokey.png /usr/local/share/icons/hicolor/96x96/apps/autokey.png /var/lib/app-info/icons/ubuntu-eoan-universe/64x64/autokey-gtk_autokey.png /vol/data/base/software/devel/autokey/build/lib/autokey/qtui/resources/icons/autokey.png /vol/data/base/software/devel/autokey/config/autokey.png /vol/data/base/software/devel/autokey/lib/autokey/qtui/resources/icons/autokey.png ``` All these icons are all the same, the original one with...
I got the same problem. Here is the detail: ``` [myprompt] fpm --chdir /vol/data/base/software/devel/autopoweroff/autopoweroff.github/newpackaging/packages/generated/build-gui --name autopoweroff-gui --force --input-type dir --exclude DEBIAN --version 4.0.0 --architecture all --description '>' --maintainer '>' --vendor...
Since the exit code is not the same for @adamretter (exit code 9) and for me (@deragon, exit code 1), it is probably not the same error. Should I open...
I solved my problem. First, the actual command being executed is the following below. In my original test, I used fpm's output to get the command being executed and the...
@adamretter, because of _issue #1743 - Error message not shown when underlying command fail (such as rpmbuild for example)_, it is impossible to tell why you got exit code 9....
I do not have Fedora 31, but from the description of this bug, seams that /usr/bin/python is a symlink to Python 3. That would explain the syntax error. Can you...