kinto
kinto copied to clipboard
Syslog is filling up with "pop-os kintotray.desktop[6614]: TERM environment variable not set."
Describe the bug
Syslog is filling up with messages like
"pop-os kintotray.desktop[6614]: TERM environment variable not set."
Expected behavior Maybe log once if its not a serious error or give a hint of what is expected
Install Type: Bare Metal Distro: Pop!_OS 20.10 DE: Gnome (v3.38.1) Branch: master Commit: 98d5309
Logs and status if relevant
Jan 5 00:51:05 pop-os kintotray.desktop[6985]: TERM environment variable not set.
Jan 5 00:51:07 pop-os kintotray.desktop[6988]: TERM environment variable not set.
Jan 5 00:51:09 pop-os kintotray.desktop[6991]: TERM environment variable not set.
Jan 5 00:51:11 pop-os kintotray.desktop[6994]: TERM environment variable not set.
Jan 5 00:51:13 pop-os kintotray.desktop[6997]: TERM environment variable not set.
Jan 5 00:51:15 pop-os kintotray.desktop[7000]: TERM environment variable not set.
xkeysnail
sudo systemctl status xkeysnail
xkeysnail.service - xkeysnail
Loaded: loaded (/lib/systemd/system/xkeysnail.service; disabled; vendor preset: enabled)
Active: active (running) since Tue 2021-01-05 00:25:42 PST; 27min ago
Main PID: 2418 (sudo)
Tasks: 2 (limit: 76996)
Memory: 19.7M
CGroup: /system.slice/xkeysnail.service
├─2418 /usr/bin/sudo /bin/bash -c /usr/bin/xhost +SI:localuser:root && /home/bart/.config/kinto/killdups.sh && /usr/local/bin/xkeysnail --quiet>
└─2421 /usr/bin/python3 /usr/local/bin/xkeysnail --quiet --watch /home/bart/.config/kinto/kinto.py
Jan 05 00:25:42 pop-os systemd[1]: Started xkeysnail.
sudo journalctl --unit=xkeysnail.service -b
-- Logs begin at Sun 2021-01-03 00:59:18 PST, end at Tue 2021-01-05 00:55:05 PST. --
Jan 05 00:25:42 pop-os systemd[1]: Started xkeysnail.
Jan 05 00:25:42 pop-os sudo[2418]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/bash -c /usr/bin/xhost +SI:localuser:root && /home/bart/.config>
Jan 05 00:25:42 pop-os sudo[2418]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 05 00:25:42 pop-os sudo[2422]: localuser:root being added to access control list
xkb
systemctl --user status keyswap
systemctl --user status keyswap
Unit keyswap.service could not be found.
journalctl --user-unit=keyswap.service -b
journalctl --user-unit=keyswap.service -b
Hint: You are currently not seeing messages from the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
-- Logs begin at Sun 2021-01-03 01:00:17 PST, end at Tue 2021-01-05 00:56:18 PST. --
-- No entries --
Screenshots NA
Additional context
Copy Paste functionality works flawless - needed a bit of jiggling by running pip install image
for the install to succeed. Thank you for this utility.