Max Baz
Max Baz
Thanks for the hints, it was interesting to read about this. As it happens, I don't have gnome desktop environment installed, but I do have some bits and pieces of...
@KELiON `hicolor` should not be replaced, like I mentioned earlier all my app icons are in `hicolor` despite the fact that my reported theme is `Adwaita`. Just look in the...
Not saying that this shouldn't be investigated, but FYI, I'm running v0.2.3 just fine on my Arch. All I did was to download the AppImage file and make it executable,...
I've created AUR packages [cerebro](https://aur.archlinux.org/packages/cerebro) and [cerebro-git](https://aur.archlinux.org/packages/cerebro-git), that allow making a native build instead of using AppImage. @mckennajones, @julianorafael try them out of you are interested.
AUR is a community-driven repository for people using Arch-based distros. The first script I created downloads *.tar.gz file from the Github releases page (the other one just clones `master` branch),...
I've scripted the upgrade procedure for the AUR package, it now requires running one command `./upgrade.sh 0.2.4` to push the update. @KELiON if you ever have an environment where you...
What if you manually move the window back to the center, would it stay there (also after app restart)? There is a logic in Cerebro that remembers window position per...
Hm, dragging should work, create a separate github issue to track this bug if it doesn't exist yet. However I must say, I just double-checked and dragging works on my...
Cool :+1: The bug itself is still valid though and probably better be left open until properly fixed 😜
Since #235 is merged, starting `cerebro` a second time should just bring it on the screen. To extend it with `toggle` functionality, I suggest just extending that bit, for example...