AutomaThemely icon indicating copy to clipboard operation
AutomaThemely copied to clipboard

"misc.notifications" key not found

Open archbyte opened this issue 6 years ago • 5 comments

[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?

archbyte avatar Jan 08 '19 06:01 archbyte

Oh shoot. :worried: No, you're definitely using it right, and I've just found the bug which causes it.

C2N14 avatar Jan 08 '19 16:01 C2N14

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

archbyte avatar Jan 08 '19 23:01 archbyte

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?

C2N14 avatar Jan 09 '19 02:01 C2N14

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

archbyte avatar Jan 19 '19 08:01 archbyte

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.

C2N14 avatar Mar 08 '19 19:03 C2N14