i found a problem to open a terminal write :
- Code: Select all
ivtv-tune -c "desired channel"
and this is my first ... idea:
c-p in a text editor...
- Code: Select all
#!/bin/bash
#Channel Changer
channel=$(gdialog --title "channel changer v.000001" --inputbox "What Channel you need....?:" 500 100 2>&1)
ivtv-tune -c $channel
#show a message
gdialog --title "channel " \
--msgbox "\n this is ok!!" 20 50
save in .sh format.
e.g.
- Code: Select all
channelchanger.sh
right click in the file, make sure the []...executable in permission is checked...
This is useful?.... or not?
ADVANCE NOTE:
im Working... to "transfer" this in GTK# to change channels and see the "TV" in the same window....
Any would help me with that!?



