#!/bin/sh

# gnome-feeds --help will end with an error in absence of this folder
mkdir ~/.config

dbus-launch xvfb-run /usr/bin/gfeeds --help
