Chris Holland

Results 465 comments of Chris Holland

By default, QML Text labels will switch to rich text mode if it discovers a few whitelisted html tags. http://doc.qt.io/qt-5/qml-qtquick-text.html#textFormat-prop So we'll need to add `textFormat: Text.PlainText` to the `windowTitleText`...

You added 2 instances of the widget. 1. Unlock the widgets 2. Hit the "configure panel" icon 3. Hover the 2nd menu widget 4. Hit remove 5. Lock the widgets...

Does the other one reappear after a relog?

This should guide you through removing one of the menus. https://www.youtube.com/watch?v=hy2lYEVbD3g How did you install the widget btw?

Did you clone this repo (out of date) or did you clone the KDE github mirror repo as mentioned in #148? ``` git clone https://github.com/KDE/plasma-active-window-control ```

> Fixed! Since this issue does not seem to be watched over, I will publish it on the store myself. I was waiting for a PR since there's [a dozen...

https://mpv.io/manual/master/ `Shift+L` should toggle looping the current file.

I guess it'd be possible to what you want for english chapters with those names. However you'd have to refactor the code right now since it currently gets a list...

In `osc.conf` you can edit * Windows: `%APPDATA%\mpv\script-opts\osc.conf` * Linux: `~/.config/mpv/script-opts/osc.conf` ``` title=${media-title} ``` * https://mpv.io/manual/master/#on-screen-controller-title * https://mpv.io/manual/master/#command-interface-media-title * https://mpv.io/manual/master/#command-interface-playlist-pos-1 * https://mpv.io/manual/master/#command-interface-playlist-count Edit: Actually I think you're referring to the...

I ran into this problem awhile back. I added a rebuild command that builds an image off the old container, renames the old container as a backup, and rebuilds a...