Ignacy Kajdan
Ignacy Kajdan
> Fixed by #2100 Was it really? Seems like the whitelist config got eventually removed from that PR by this commit: https://github.com/RSS-Bridge/rss-bridge/pull/2100/commits/99d6203c3095021d180c0694a2a5076e20d7450f.
@gileri, can we get this reopened?
IIRC that's what I have done. I have translated both _arrays.xml_ and _strings.xml_ and placed them in _values-pl_ directory. Here is a snippet from the translated arrays.xml file: ``` [...]...
Oh, I completely forgot about this issue. Though, I still have project files. I will create a repo soon and post it here.
It is more than one file, therefore I have created a repository: [https://github.com/verahawk/davis-docker](https://github.com/verahawk/davis-docker) To build it, run: `docker build -t davis --build-arg='VERSION=2.0.2' .` You can find an example compose file...
If you have any questions, feel free to ask. Although, it's been a while, so I might not remember why I have done things in a particular way ;)
Shame it is not so simple. Having an easy way to switch between mysql and sqlite will be good starting point anyway. Thanks for your work :-)
That's how it is done in the image, I have provided. I agree it would be nice to at least have two versions — one fpm and the other self-contained.
Here is the part of the `xprop` output: ``` _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_MOVE, _NET_WM_ACTION_RESIZE, _NET_WM_ACTION_SHADE, _NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_FULLSCREEN, _NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_CLOSE ``` So I have tried to add `(resourceClass...
Would `qdbus-qt5 org.kde.KWin /KWin reconfigure` work in that case?