fuguesoft
fuguesoft
@VAWVAW ~~When building with rust, where do I need to configure things?~~ ~~It doesn't seem to be using the default location but I'm new to this so it's probably user...
~~Okay yeah maybe I built this wrong.~~ ~~There doesn't seem to be a reload command it can find.~~ ~~I pulled your fork down and checked out the `hot-reload` branch.~~ ~~Then...
I got it and from what I can see, the notifications don't seem to be resetting keymaps seem to change on reload Are there ways to send you logs or...
ah okay I'll make another profile and do some more testing so far I don't see notification settings updating
related: #744 #855
So I ended up doing this as a temporary workaround: `~/.local/bin/vimiv-hack.sh` ```sh #!/usr/bin/env bash /home/fugue/.local/bin/vimiv * 2> /dev/null ``` `/usr/share/applications/vimiv.desktop` ```desktop [Desktop Entry] Type=Application Name=vimiv Exec=/home/fugue/.local/bin/vimiv-hack.sh Icon=vimiv ```
Thank you I’ll have a look and report back ( ̄^ ̄)ゞ