<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linhes_pkgbuild/abs/core/LinHES-system/LinHES-session, branch R8.0</title>
<subtitle>The LinHES PKGBUILD repository</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/'/>
<entry>
<title>LinHES-system: LinHES-session: clean up and remove old commented out sections and add status logging for some functions.</title>
<updated>2013-09-23T21:45:18Z</updated>
<author>
<name>Britney Fransen</name>
<email>brfransen@gmail.com</email>
</author>
<published>2013-09-23T21:45:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=1a7ffd256fa9d53e285109c3f6f4a6c74b901a10'/>
<id>1a7ffd256fa9d53e285109c3f6f4a6c74b901a10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system: run mythwelcome-config.py on first configure.</title>
<updated>2013-05-31T22:08:57Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-05-31T22:08:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=22aff21a70f6788ac33d126795702fc5e257c862'/>
<id>22aff21a70f6788ac33d126795702fc5e257c862</id>
<content type='text'>
refs # 914
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refs # 914
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system: correct the logic for breaking out of the wmctrl loop.   As written it would break out of the inner loop..but not the 60 iteration loop.</title>
<updated>2013-02-04T19:48:56Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-02-04T19:48:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=c7564c42181a089ab43bff917007d31f5c4eaaa9'/>
<id>c7564c42181a089ab43bff917007d31f5c4eaaa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system:  make E  and enhanced the default windowmanger.  As a side effect supplemental web also becomes the default.</title>
<updated>2013-01-11T22:43:37Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-01-11T22:43:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=e91a04796733c19b1fafab5ec974c4aeb11eca3c'/>
<id>e91a04796733c19b1fafab5ec974c4aeb11eca3c</id>
<content type='text'>
refs #895
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refs #895
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system, runit-scripts, mythdb-initial:  autocard.py will run when mythbackend starts if /etc/udev/mv-persistent-video.description is not present.</title>
<updated>2013-01-09T22:44:26Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-01-09T22:44:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=19558d2bbdf4b31e21c7707c86a077d62ab26d3c'/>
<id>19558d2bbdf4b31e21c7707c86a077d62ab26d3c</id>
<content type='text'>
LinHES-system: wait for autocard to finish before stopping the be

mythdb-initial:  add a dummy tuner, so that myth backend will start.  This get around the chicken/egg problem of needing tuners defined before MBE can start.  However to add tuners via the API mythbe must be started.

refs #892
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LinHES-system: wait for autocard to finish before stopping the be

mythdb-initial:  add a dummy tuner, so that myth backend will start.  This get around the chicken/egg problem of needing tuners defined before MBE can start.  However to add tuners via the API mythbe must be started.

refs #892
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system|config:  add support for x11vnc</title>
<updated>2013-01-07T20:16:52Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-01-07T20:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f'/>
<id>bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f</id>
<content type='text'>
x11vnc support added to service menu.  By default it will run on :2.
The startup script will reference /etc/x11vnc.cfg if a user wishes to override the default flags.
Ex:
x11_vnc_options=” -rfbport 6000”    will result in a startup cmd of “x11vnc -rfbport 6000”

refs # 894
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x11vnc support added to service menu.  By default it will run on :2.
The startup script will reference /etc/x11vnc.cfg if a user wishes to override the default flags.
Ex:
x11_vnc_options=” -rfbport 6000”    will result in a startup cmd of “x11vnc -rfbport 6000”

refs # 894
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system: add be_check.py and modify LinHES-session to use it.</title>
<updated>2012-12-20T17:54:57Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-12-20T17:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=b1228a681e74db2c56d97e5489fa01c4f649ade4'/>
<id>b1228a681e74db2c56d97e5489fa01c4f649ade4</id>
<content type='text'>
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend.
Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying  the DB connection configuration screen.

refs #886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend.
Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying  the DB connection configuration screen.

refs #886
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system: if fluxbox is the Windowmanager, then symlink ~ .fluxbox to /usr/share/fluxbox_settings</title>
<updated>2012-12-12T17:42:31Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-12-12T17:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=b634ffbdf44f00c91b8163ee66d8df3dee75ed69'/>
<id>b634ffbdf44f00c91b8163ee66d8df3dee75ed69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-session:  Set fluxbox to the default WM.  previously it was undefined.</title>
<updated>2012-11-09T15:48:15Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-11-09T15:48:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=4b64b958d5a908750cd701729d45598d7a5497bd'/>
<id>4b64b958d5a908750cd701729d45598d7a5497bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-session: remove .configure even for FE only machines</title>
<updated>2012-10-28T14:48:42Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-10-28T14:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=6ce9edd775629b6d76408e69629f0058c7014a4a'/>
<id>6ce9edd775629b6d76408e69629f0058c7014a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
