Florian Lindner

Results 27 comments of Florian Lindner

I see modules that do something alike, e.g. RunWatch. But I haven't found a module which takes an arbitrary python function and display status based on the return value of...

Thanks for your advises. You're right, getting sync status is harder then I anticipated. ownCloud provides a socket, albeit undocumented, Dropbox also a socket, haven't found any docs for that...

I tried `qdbusviewer-qt5` to discover the interfaces, but found nothing about owncloud or dropbox which both were running. Or is qdbusviewer not sufficient for that?

Oh, yes, Found that one and somehow missed it still. Could you send me the output of `./dropbox.py status` and your systems locale? The script always seems to respond on...

Yeah, I know. But I have only LANG set. ``` florian@horus ~ % unset LANG florian@horus ~ % locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX"...

Hey, I have some code at https://github.com/floli/i3pystatus/tree/genericstatus Dropbox and a Process Watcher are working. Dropbox is using the dropbox.py script and works for german locale only. I don't think that's...

``` % xdpyinfo | grep dots resolution: 96x96 dots per inch ``` resolution is 1920x1080 at a Thinkpad T440s.

It changed after I ```unset QT_QPA_PLATFORMTHEME```, see screenshot ![zeal_no_qt_qpa](https://user-images.githubusercontent.com/1028028/34937737-2cd02758-f9e6-11e7-8f22-63a46c86ef29.png) The icons on the left are normal size, but the font size is still too large. Also note that the back/forward...

Ok, thanks for the reply. That sounds like something that should rather be addressed upstream in the UI framework you use.