cquike

Results 29 comments of cquike

Hi, @RedKage : [ultrasonic](https://ultrasonic.gitlab.io/) in Android supports 5 star ratings.

Is there any progress on the support for languages other than English? I could contribute a Spanish translation.

Thank you @JF002 for the feedback. Will monitor the progress then.

Thank you. It would be great to have a solution that does not require recompilation, but thank you anyway! BTW, could gtk3-nocsd redefine gtk_window_enable_csd() and preload it? I guess this...

It works great under XFCE! It also works for gnome-music which is a python application. And all that in a few dozens lines of code. Awesome!

I can indeed see that the version of ruby json installed in the system is 2.6.1: ``` $ grep VERSION /usr/lib/ruby/3.1.0/json/version.rb VERSION = '2.6.1' ```

This is the version of ruby: ``` $ ruby --version ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu] ```

This would be very useful in Linux mobile devices like the pinephone. I have been using a pinephone with mobian Linux distribution and nextcloud can easily eat my monthly plan...

Could it be that the locks are being taken/checked too late in the process?

[fix_lock.patch.txt](https://github.com/rpm-software-management/mock/files/11525529/fix_lock.patch.txt) Hi, I have worked a bit on this and came up with a patch which could be a proof of concept. When applied I don´t see the problem anymore...