Jonian Guveli

Results 121 comments of Jonian Guveli

@lestcape Thank you for the detailed information. > Also as a suggestion please, replace the bamf with directly calls to X11 In earlier versions, I was using X11 (https://github.com/hardpixel/gnome-hud/blob/bc9e173415e043e90c82bbb91f3b492ca1b0e396/utils/ewmh.py), so...

@ripefig That is very nice but it requires a lot of work and I do not have the time to implement it.

Hi @tiotrom, the [readme](https://github.com/hardpixel/gnome-hud#usage) describes how to use this. I'm adding some screenshots that make it easier. **1. How to make it autostart? To make sure this works all the...

> Regarding point 4, I opened DConf and managed to enable that. But I still can't see the menus...and my LibreOffice, Kdenlive and other programs that I use, now have...

Hi @colibris79, please run launcher with the `-v` argument and provide the output.

Hi @tp0, thanks for the report. Until this is implemented, you can start acestreamengine in a separate terminal before using acestream-launcher to achieve the same result.

Yes that would be great. Anyone familiar with flatpak?

@D4v2z I will not create a flatpak because I do not know how to do it and I do not have the time to learn, because I do not need...

Not related to flatpak, but now there is an easier way to install acestream-launcher trough `pip`: ```shell sudo apt-get install python-pip pip install acestream-launcher ``` **This does not install acestream-engine...

Thanks for the response, I'm ok with any of them. I think the best are: ```ruby # will also need methods for unlike, gt, gte, lt, lte Model.store(:store).path(:name).like('%test%') Model.store(:store).path(:name).op("ILIKE", '%test%')...