BOSSoNe0013 / track-o-bot

The friendly Hearthstone Tracker (Linux port)
https://trackobot.com
GNU Lesser General Public License v2.1
39 stars 6 forks source link

Use $DISPLAY value instead of hardcoded :0.0 #14

Closed philip-bl closed 9 years ago

philip-bl commented 9 years ago

Fixes #13 - according to xlib docs this fix uses $DISPLAY env variable instead of hardcoded :0.0, and with this fix track-o-bot works fine on my system.

BOSSoNe0013 commented 9 years ago

Thanks :)