Notice: Trying to access array offset on value of type bool in /srv/www/vhosts/openpandora.org/domains/bugs.openpandora.org/httpdocs/scripts/details.php on line 649 FS#48 : Create the TV Out Enable / Disable scripts

OpenPandora Main OS

  • Status Closed
  • Percent Complete
    100%
  • Task Type To Do (Reminder)
  • Category Core
  • Operating System All
  • Severity Low
  • Reported Version SuperZaxxon Beta 4
Attached to Project: OpenPandora Main OS
Opened by Michael Mrozek - 18.02.2010
Last edited by Grazvydas - 31.08.2010

FS#48 - Create the TV Out Enable / Disable scripts

The commands do exist, I just need to wrap them round some zenity scripts.
Closed by  Grazvydas
31.08.2010 11:46
Reason for closing:  Fixed
Peter commented on 25.05.2010 18:24
How are the commands? I write them ASAP i get the info.
Peter commented on 27.05.2010 00:29
You have just to change the commands and the way to get the status to right one... #!/bin/bash if [ `cat /etc/tv-out` = 0 ]; then if [ `zenity --question --title "TV Out" --text "Enable TV Out?"` ]; then tv-out --enable fi else if [ `zenity --question --title "TV Out" --text "Disable TV Out?"` ]; then tv-out --disable fi fi exit 0
Grazvydas commented on 31.08.2010 11:46
Included in HotFix4, closing.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing