You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The deb installer creates /etc/keyboard-color.json ('color' without an s), but the application appears to look for /etc/keyboard-colors.json ('color' with an s)
Environment:
PopOS 19.04
Cinnamon desktop
Deb install of 1.1.0-beta5
Error message:
gfreese@pop-os:~$ which keyboard-color
/usr/bin/keyboard-color
gfreese@pop-os:~$ sudo keyboard-color run
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libX11' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibX11: cannot open shared object file: No such file or directory
at keyboards.Installer.XOpenDisplay(String displayName)
at keyboards.Installer.RootHasPermission()
at keyboards.Program.GetFilters(IConfiguration configuration, Boolean dim, IControlContainer container)
at keyboards.Program.GetKeyboard(IControlContainer container, IConfiguration configuration)
at keyboards.Program.RunOrInstall(Options options)
at keyboards.Program.<>c.<Main>b__7_2(RunOptions o)
at CommandLine.ParserResultExtensions.MapResult[T1,T2,TResult](ParserResult`1 result, Func`2 parsedFunc1, Func`2 parsedFunc2, Func`2 notParsedFunc)
at keyboards.Program.Main(String[] args)
Aborted
gfreese@pop-os:~$
Other notes:
Haven't tried building/running from source yet
Renaming keyboard-color.json to keyboard-colors.json results in a different error about being unable to load libX11 or one of its dependencies. (Probably a different issue, but that's a problem for tomorrow's me.)
The text was updated successfully, but these errors were encountered:
Description:
The deb installer creates /etc/keyboard-color.json ('color' without an s), but the application appears to look for /etc/keyboard-colors.json ('color' with an s)
Environment:
Error message:
Other notes:
The text was updated successfully, but these errors were encountered: