Anthias icon indicating copy to clipboard operation
Anthias copied to clipboard

Http assets in a small window

Open xhujerr opened this issue 10 years ago • 2 comments

I kept getting the http assets in a small window (in a screen with 1920x1080 it took about a quarter of the area), while I had in screenly.conf

[viewer]
resolution =  1920x1080

(same thing in ~/.screenly/screenly.conf)

In the end I changed viewer.py line 140 from:

browser = sh.Command('uzbl-browser')(print_events=True, config='-', uri=current_browser_url, _bg=True)

to:

browser = sh.Command('uzbl-browser')(print_events=True, config='-', uri=current_browser_url, _bg=True, geometry='maximized')

That made the browser maximize. I know it is a hack, but I don't have deeper understanding how the resolution work.

xhujerr avatar Sep 14 '15 15:09 xhujerr

@xhujerr Are you able to reproduce this using the latest update and/or disk image?

vpetersson avatar May 03 '16 13:05 vpetersson

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 13 '18 16:08 stale[bot]