Stefano Mazzucco
Stefano Mazzucco
:+1: Same issue on ArchLinux for me. If I build version 0.3.5 from Arch[1] everything looks fine again. [1] https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/libvdpau-va-gl&id=7e408c65e3e60b7270600082a2b790290ac83de8
Possibly related to #387
While debugging, the NPE does not happen if we do ``` groovy def cl = this.environment.rehydrate(delegate, env, this) ``` although I'm not sure it's the right thing to do. Also,...
I have been bitten by this too, after much debugging, I did not find an easy way to modify the class loader. **However**, setting ``` groovy helper.libLoader.preloadLibraryClasses = false ```...
Hi, thanks for reporting this. I'm going to have a look at it when I have some spare time.
FYI I was able to achieve this by setting appropriate Floating preferences: - Amethyst -> Preferences -> Floating - add application: org.mozilla.firefox -> window title restriction: use the regex `Opening.*`
Hi @garbas and thanks for the update. Wouldn't it be enough to check different URLs in `stage2.py`? IIUC at the moment the PyPI URL is hardcoded in `INDEX_URL` and used....
Hi, I _think_ @hishamhm is referring to my [Awesome WM Widget](https://github.com/stefano-m/awesome-pulseaudio_widget) that uses ldbus via a [higher level api (also written by me)](https://github.com/stefano-m/lua-ldbus_api). I have not bothered you since I...
> What does using an awesome widget do over that? That's a bit OT, bu whatever :smile: So, I have started to use the Awesome WM and was unhappy with...
> https://github.com/daurnimator/ldbus/issues/5#issuecomment-251259000 @hishamhm FYI I have heavily refactored https://github.com/stefano-m/awesome-pulseaudio_widget and have replaced ldbus with [lgi](https://github.com/pavouk/lgi/). The catch is that it will work on **Awesome 4.x** only though. I still have...