Kenn
Kenn
> @trappedinspacetime I have the same problem like this: "process_general_transcription: Speech detected! Processing ... process_general_transcription: Heard 'you', (t = 2132 ms, p = 72.20%) process_general_transcription: WARNING: prompt not recognized, try...
I get the same error. How did you fix it?
I found how to do that. I enabled gpu hardware acceleration in my browser and webgl runs well now.
Hi Georgi; ``` A solution, or call it a workaround, posted to my topic here http://stackoverflow.com/questions/25191715/unwanted-flickering-rubberband-while-dragging-mouse-on-screen-with-xdrawrectangl ``` Until we find a better solution, it serves the purpose. Best. Kenn
@RafeeDaBoy That script is dependent on [mpv-gallery-view](https://github.com/occivink/mpv-gallery-view). If you are on Linux can try my script. You also need to install `xdotool`, `zenity`, `youtube-dl`. #!/bin/bash if xdotool search --class "mpv";...
@Rumeysakeskin , Thank you for the info. You are really helpful. If I encounter any problem, I'll ask fror your help. All the best.
typing into search box is impossible with virtual keyboards such as onboard, florence and cellwriter
Thank you for responding. I created a custom desktop session called `awn` which uses `Avant Window Navigator` dock. My session file `/usr/share/gnome-session/sessions/awn.session` : [GNOME Session] Name=AWN RequiredComponents=unity-settings-daemon;compiz;avant-window-navigator; DesktopName=Unity I think...
Thank you for reply. libvpx1 (1.2.0-2) already installed and I reinstalled it again. It converts well to other formats except webm.
Thank you for responding. I tried this patch https://github.com/denisix/evdev-debounce-buggy-mouse/blob/master/evdev-debounce.patch it kind of works. But I would also like to try this tool. You added python binding. I have no idea...