summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-session
AgeCommit message (Collapse)AuthorFilesLines
2019-04-10LinHES-system: enableIRWake.sh: will enable remotes to wake from sleep.Britney Fransen1-0/+1
uses /usr/MythVantage/templates/remotes/receiver_usb.id to determine what vendor and product ids should wake be enabled
2016-05-18LinHES-system: LinHES-session: wait for X to exit if /tmp/nomfe and give ↵Britney Fransen1-0/+2
user OSD notification
2016-01-21LinHES-system: LinHES-session: adjust for new tilda versionBritney Fransen1-16/+14
2015-07-04LinHES-system: LinHES-session: check machine-id and create if neededBritney Fransen1-0/+10
2015-01-29LinHES-system: LinHES-session: remove xvnc start as it is now controlled by ↵Britney Fransen1-15/+0
runit
2015-01-29LinHES-system: LinHES-session: don't start irexec as it is now managed by runitBritney Fransen1-3/+0
2014-04-07LinHES-system: mythwelcome-config.py: idleTimeoutSecs should be set a global ↵Britney Fransen1-22/+23
and check if setting doesn't exist LinHES-session: don't run mythwelcome-config.py on every boot, just first.
2014-04-06LinHES-system: LinHES-session: stop plymouthd. refs #891Britney Fransen1-3/+14
2014-01-05LinHES-session: stop mythfilldatabase from running on new slave installs.James Meyer1-4/+13
refs #953
2013-12-09LinHES-system: add msg that connection to mythbackend was made. Adjust the ↵James Meyer1-1/+7
timing of the be check just a bit
2013-12-03LinHES-system: fix for x11vnc only sticking around for one sessionJames Meyer1-1/+1
added -forever refs #948
2013-11-16LinHES-system: misc_status_info.sh: fix log parsing. closes #939. refs #933.Britney Fransen1-6/+1
remove myth .24 detection remove LinHES-run as it isn't used anymore and was replaced by LinHES-session
2013-09-23LinHES-system: LinHES-session: clean up and remove old commented out ↵Britney Fransen1-106/+35
sections and add status logging for some functions.
2013-05-31LinHES-system: run mythwelcome-config.py on first configure.James Meyer1-0/+7
refs # 914
2013-02-04LinHES-system: correct the logic for breaking out of the wmctrl loop. As ↵James Meyer1-7/+7
written it would break out of the inner loop..but not the 60 iteration loop.
2013-01-11LinHES-system: make E and enhanced the default windowmanger. As a side ↵James Meyer1-17/+26
effect supplemental web also becomes the default. refs #895
2013-01-09LinHES-system, runit-scripts, mythdb-initial: autocard.py will run when ↵James Meyer1-1/+6
mythbackend starts if /etc/udev/mv-persistent-video.description is not present. 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
2013-01-07LinHES-system|config: add support for x11vncJames Meyer1-0/+15
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
2012-12-20LinHES-system: add be_check.py and modify LinHES-session to use it.James Meyer1-2/+13
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
2012-12-12LinHES-system: if fluxbox is the Windowmanager, then symlink ~ .fluxbox to ↵James Meyer1-0/+17
/usr/share/fluxbox_settings
2012-11-09LinHES-session: Set fluxbox to the default WM. previously it was undefined.James Meyer1-0/+6
2012-10-28LinHES-session: remove .configure even for FE only machinesJames Meyer1-1/+13
2012-10-26Merge remote-tracking branch 'origin/testing' into testingJames Meyer1-1/+1
# By Britney Fransen # Via Britney Fransen * origin/testing: LinHES-system: LinHES-session: fix unclutter config path mythtv: bump to get latest fixes iguanair: update to 1.0.3. refs #848 dvb-firmware: add dvb-fe-cx24116.fw. closes #852 Conflicts: abs/core/LinHES-system/PKGBUILD abs/core/iguanair/PKGBUILD abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
2012-10-25LinHES-system: LinHES-session: fix unclutter config pathR7.5R7Britney Fransen1-1/+1
2012-09-27LinHES-system: adjust for the new msg_client syntaxJames Meyer1-2/+5
remove lh_message and msg_osd.py
2012-09-02LinHES-system: enhanced mode remove fullscreen from mythtv windows when ↵James Meyer1-0/+26
they start. This allows them to be moved out of the way with the mouse. Should not cause any focus problems
2012-08-25LinHES-session: remove calling of dtheme.shJames Meyer1-1/+0
2012-08-24linhes-system: missed some conversions from mythvantage ->enhancedJames Meyer1-5/+5
2012-08-22LinHES-system: unclutter moved to /usr/binJames Meyer1-1/+1
2012-08-22LinHES-system: add ability to run files from /etc/X11/autostart when the ↵James Meyer1-4/+15
frontend is started. minor fix with determining the window manager
2012-08-15LinHES-system:James Meyer1-29/+24
-updated for python2 -removed firstboot -added msg_client and msg_daemon -moved displaying help to later in the seq. LinHES-session now uses msg_client
2012-05-15LinHES-system: make fluxbox use the updated startup path and not use it's ↵James Meyer1-27/+26
own file. refs #830
2012-05-12LinHES-system: couple things here, but mostly fix the osd message systemJames Meyer1-26/+26
- add lh_message.sh - Move OSD stuff out of linHES-session and instead have it call lh_message.sh - add switch_web.sh
2012-05-01LinHES-system: LinHES-session: check installed mythtv version and set startcmd.Britney Fransen1-1/+6
2012-04-15LinHES-system: change frontend logging to use --syslogJames Meyer1-3/+3
-silence the grep for osd
2012-01-22linhes-system: linhes-session, add delay_osd function. This is used to stop ↵James Meyer1-5/+17
xosd and xmsg from overlaying messages. refs #796
2012-01-21LinHES-system: add notification for add_storage on startup of X11 frontend.James Meyer1-1/+20
2011-12-25LinHES-session: changes for non-default startup styleJames Meyer1-6/+17
- fix multiple startup of mythfrontend - fixed the start stop of mythbackend via backend_control - added the startup of mythtv-setup refs #805
2011-12-21LinHES-system/config: add install_supplemental_service.shJames Meyer1-67/+53
This script will install and configure the extra web services and programs needed. LinHES-session: additional work on making the startup process a bit more modular.
2011-12-07LinHES-system: remove ghosd and add myth_status to the build.James Meyer1-4/+0
2011-11-25linhes-session: add the ability to switch windowmangers using the ↵James Meyer1-2/+333
set_windowmanger.sh script. "set_windowmanger.sh enlightenment" will set the default windowmanger to our sepecial instance of enlightenment Current valid values for the windowmanager are: default enlightement windowmaker $any_thing_else if /etc/X11/WINDOWMANGER is not present, or the script is never run then fluxbox is used by default. This script will also set the style of startup. Normally the startup is set so that the windowmanager is the last thing to keep X running. When the optional style of mythvantage is given, then the windowmanger is started in the BG and mythfrontend is put in a looping state. Exiting the windowmanger will not restart the session. to restart the session "sv restart frontend" must be issued. Current state of style is functional but incomplete.
2011-08-19LinHes-session: make it depend on fluxbox and windowmakerJames Meyer1-1/+7
2009-09-26LinHES 6.01.00Cecil Hugh Watson1-0/+13