modify /usr/share/startmythtv.sh to check for & run user command file (ala .xsession)

Bug #134028 reported by Nick Hemsley
2
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Wishlist
Unassigned

Bug Description

This patch checks in ~/.mythtv/session for user commands.

p.s. sorry for the diff! Couldnt find the right bzr repo.

/usr/share/startmythtv.sh:

*** startmythtv.sh-old 2007-08-22 19:52:23.000000000 +0800
--- startmythtv.sh 2007-08-22 19:53:17.000000000 +0800
***************
*** 46,51 ****
--- 46,58 ----
  #start window manager
  openbox &

+ #let the user know that we are checking & where
+ echo "Checking for mythtv custom commands in ~/.mythtv/session"
+ if [ -x ~/.mythtv/session ]
+ then
+ ~/.mythtv/session &
+ fi
+
  if [ -x /usr/bin/mythbackend ]
  then
        if [ -e ~/.mythtv/backend_configured ]

--------------------------------END

Related branches

Revision history for this message
Nick Hemsley (lists-nick-hems+mythbuntu) wrote :
Changed in mythbuntu:
importance: Undecided → Wishlist
status: New → Fix Committed
Changed in mythbuntu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.