#!/bin/sh

systemctl start dbus

# gnome-feeds --help will end with an error in absence of this file
mkdir ~/.config
touch ~/.config/org.gabmus.gfeeds.json

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