Julian Richen

Results 16 issues of 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: ![gnome-twitch-but-headerbar-height](https://user-images.githubusercontent.com/58045/29243546-44adcbc4-7f6f-11e7-8ca0-ce6147aae6fd.png) However, when I...

bug

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...

enhancement

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...

enhancement

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...

help wanted

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...

enhancement

Visiting a /live/ url fails to load the the json: ![something-for-reddit-failed-live](https://cloud.githubusercontent.com/assets/58045/16892317/e31f5336-4adc-11e6-8e32-e9d4e049331c.png) From git Master ( 5bbe56b )

bug
enhancement

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/)