AutomaThemely
AutomaThemely copied to clipboard
"misc.notifications" key not found
[archbyte@lenovo ~]$ automathemely --setting misc.notifications=False
ERROR: Key "misc.notifications" not found
I get the above error when trying to set notifications on or off from the terminal. I could change the setting from the GUI but I needed the terminal command for my arch install script.
Am I using the wrong command?
Oh shoot. :worried: No, you're definitely using it right, and I've just found the bug which causes it.
Probably related to the same bug but some other keys don't work now.
[archbyte@lenovo ~]$ ./automa
INFO: Successfully set key "desktop_environment" as "gnome"
ERROR: Key "themes.gnome.light.gtk" not found
ERROR: Key "themes.gnome.light.icons" not found
ERROR: Key "themes.gnome.light.shell" not found
ERROR: Key "themes.gnome.dark.gtk" not found
ERROR: Key "themes.gnome.dark.icons" not found
ERROR: Key "themes.gnome.dark.shell" not found
INFO: Successfully set key "location.auto_enabled" as "True"
INFO: Sun hours successfully updated
INFO: Restarted the scheduler
Hmmmm it shouldn't be actually. Did you package it from the latest commit that I made or are you using the release package? What is the full command(s) in your script?
I'm currently using the arch aur package: https://aur.archlinux.org/packages/automathemely/ This is the script: https://github.com/archbyte/install/blob/master/post
Sorry for taking so long :worried:. Although it is already fixed in master I'll make some changes and notify the maintainer to update the package.