Julian Richen
Julian Richen
Distro: Fedora 26 GNOME-Twitch: Flatpak / r1042.c5c51d0 When watching a stream I found the headerbar expanded, at first I assumed it was the `|` pipe characters:  However, when I...
Currently you can override the `config.yaml` location via the command line: ``` ../platypush -c "/path/to/config.yaml" ``` It would be nice if we could override the engine location and log location...
This is RFE to make the applications default database location be one of the following or similar: ``` /var/lib/platypush/main.db /var/lib/platypush/database.db /var/lib/platypush/db/main.db ``` Context: I've been using platypush for a few...
Currently applications each have their own installer script, like so: ```json { "type": "script", "only-arches": ["x86_64"], "dest-filename": "@APPLICATION_BIN@-installer", "commands": [ "if [ -z \"$WINEPREFIX\" ] ; then", " \"No wine...
This issues tracks support for World of Warcraft. A manifest [currently exists in the master branch](https://github.com/winepak/applications/tree/master/com.blizzard.WoW), but due to it's size I have not been able to test it.
This issues tracks support for [Fortnite](https://www.epicgames.com/fortnite), and more specifically the Battle Royal mode. A manifest [currently exists in the master branch](https://github.com/winepak/applications/tree/master/com.epicgames.Fortnite), however, is blocked for two reasons: 1. Can't install...
Hello, thank you for the application, it's working well so far. I wanted to suggests some improvements to the application, mostly to the headerbar and sidebar. I think it would...
Visiting a /live/ url fails to load the the json:  From git Master ( 5bbe56b )
We need a host to store the winepak repo. ## Things to keep in mind: * Host must be able to do simple HTTP request as that is how flatpak...
Possible options: * [Buildbot](https://buildbot.net/) * [Travis CI](https://travis-ci.org/) * [Circle CI](http://circleci.com/) * [Jenkins](https://jenkins.io/)