Adis Durakovic

Results 45 comments of Adis Durakovic

This is definitely a WSL issue, I switched to Linux to not having to deal with WSL quirks anymore.

Arch on WSL2 works fine here. - Download from latest realease - Extract and `sudo mv mcfly /usr/local/bin/` - `Ctrl-R` works

having exactly the same problem I've also linked the libraries folder in CMakeLists.txt like `link_directories(/Volumes/adONis/Documents/Projekte/Arduino/libraries)` ``` CMakeFiles/cltest.dir/cltest_cltest.ino.cpp.obj: In function `U8GLIB::write(unsigned char)': /Volumes/adONis/Documents/Projekte/Arduino/libraries/U8glib/U8glib.h:94: undefined reference to `u8g_DrawGlyph' CMakeFiles/cltest.dir/cltest_cltest.ino.cpp.obj: In function `U8GLIB::setFont(unsigned...

The solution is described here: https://github.com/queezythegreat/arduino-cmake#creating-libraries Simply add this to your CMakeLists.txt ``` link_directories(/your/path/to/U8glib) set(U8glib_RECURSE True) ```

I've encountered a similar issue: ![image](https://user-images.githubusercontent.com/9553253/153768905-069c6ce8-ddd6-43c3-af44-92db5f4810ef.png) Even thou my input starts with `.loc`, for some reason `.docker` is suggested first ```bash zstyle ':autocomplete:*' fzf-completion yes zstyle ':autocomplete:*' default-context '' zstyle...

> @ad-on-is I'm unable to reproduce that. Looks like the new update fixed it 👍

Just installed howdy with GNOME 41.3 and it works. Although, my line looks different than yours. ``` auth sufficient pam_python.so /lib/security/howdy/pam.py ``` `lib` instead of `lib64`

I'm on EndeavourOS, running vanilla GNOME

Aaah, did you check the howdy config.ini. There's some setting about showing a notification.

And btw, your title is misleading, since everyone would assume it's not working at all. Just try to be more precise.