Package: electricsheep
Version: 2.5-2

The electricsheep.xml file included with the package doesn't have an
option for fullscreen (--zoom 1). Since the default is not to zoom, it
looks kind of ugly. You have to go into the advanced options and add
--zoom 1 to the options. Attached is a diff (probably not done
correctly, but it's only a one line change) that adds a checkbox for
fullscreen.
*** electricsheep.xml	2005-02-24 11:23:32.453550534 -0800
--- electricsheep.xml	2005-02-24 11:24:35.277399983 -0800
***************
*** 25,30 ****
--- 25,32 ----
      <boolean id="standalone" _label="Standalone" arg-set="--standalone 1" />
    </hgroup>
  
+   <boolean id="zoom" _label="Full Screen" arg-set="--zoom 1" />
+ 
    <number id="maxmegs" type="spinbutton" arg="--max-megabytes %"
            _label="Megabytes of Local Sheep Storage"
            low="10" high="1000" default="200"/>

Reply via email to