Codrut

Results 11 comments of Codrut

> @Codrax with [this library](https://github.com/fsnotify/fsnotify) it looks like I could have it watch for file changes. Would that be even better or still prefer/recommend a timer based approach? Both cases...

Dis you run iBroadcast with the `-logging` parameter? Please do and after that attach said log here, It will be created on your desktop

Simple script based on what [DrunkenPipe](https://github.com/DrunkenPipe) suggested: `random-wallpaper.sh` ``` #!/bin/bash dbus-send --session --dest=io.github.jeffshee.Hidamari.server --type=method_call /io/github/jeffshee/Hidamari/server io.github.jeffshee.hidamari.server.feeling_lucky ``` Also this for picking an interval `random-wallpaper-interval.sh` ``` #!/bin/bash /home/codrut/Documents/Scripts/random-wallpaper.sh # Default interval...

Additional information which is shown when disabling the extension ``` replaceData.old_get_window_actors is undefined ``` Aditionally, gnome also crashes when locking the device `Super+L`, or when the device goes to sleep...

It seems issue #158 has actually not been addressed, as the bug persists, unfortunately making the extension unusable :/

I've also had this issue, but for my specific use case, the terminal allows me to select text and bypass the mouse support by holding down the `Shift` key, after...

Hello! During some updates to the library, part of the features like the FXPopupPenu remained unchanged which caused some bugs. It's planned for the entire popup class to be rewritten,...

Hey there! An update regarding your issue. I still do not have time to re-write the entire FXPopupMenu library (very busy with work) but the issue annoyed me as when...

Closed by accident. Will close issue when I rewrite the entire library