Olav

Results 90 comments of Olav

Try turning off "Run on startup", quitting the app, and turning it back on again. That way the .desktop file will be removed and replaced with a new one. The...

You need to compile your own version of PythonQt. The one that ships with Fedora is oooold.

Probably a Qt 4/5 version mismatch. Check that all libraries (PythonQt, QuaZip, etc) are compiled against Qt 5.

Which distro, which verision of ScreenCloud?

@WebShapedBiz Geez man, calm down. I looked at the title and misread "window" as "windows". I tag issues for my own convenience only. It makes it easier to find relevant...

You're meant to pass the name without the extension, since the extension is taken from QSettings: ``` python py> from PythonQt.QtCore import QSettings py> settings = QSettings() py> settings.beginGroup("main") py>...

formatFilename() is actually written in python: https://github.com/olav-st/screencloud/blob/master/screencloud/res/modules/ScreenCloud.py#L16 Feel free to take a look!

Thanks, I will accept the pull request once https://github.com/Thor77/screencloud-lutim/pull/3 is merged.

I pushed a temporary fix, see https://github.com/olav-st/screencloud/issues/175#issuecomment-165152767.

I've changed the pyimgur and requests directories to [git submodules](http://git-scm.com/book/en/Git-Tools-Submodules) so the LICENSE and NOTICE files should be pullled when you clone the repo. I'll have to investigate the GPL/LGPL...