-current soma thread - why does not work for me?
by igadoter from LinuxQuestions.org on (#5DNDG)
I started this thread just to avoid to further discuss soma nice front-end to listen radio stations. I started soma in debug mode. Scripts halts here
Code:+ setterm -cursor on
+ '[' 0 -eq 1 ']'
+ dialog --colors --title '\ZbAdd Station' --cancel-label Done --inputbox 'Station name' 10 60 2corresponding source's part
Code:1858- dialog $DIALOGOPTS \
1859- --title "${TITLECOL}Add Station" \
1860- --cancel-label "Done" \
1861: --inputbox "Station URL" \
1862- 10 60 2 > "$TMP" || { cursor off; return 1;}
1863-
1864- URL="$(< $TMP)"now TMP is temporary file kept in /tmp/soma-XXXXXX/soma-tmp. For running soma
Code:$ cat /tmp/soma-91Kcvq/soma-tmpopens dialog widget which is supposed to allow user to enter name/url its own station. Seems redirection in soma code does not work - it usuall pita for dialog redirections. Those who know dialog very well can explain this. Be careful of latter command - it just broke konsole - hovering mouse over konsole inputs characters at command line.


Code:+ setterm -cursor on
+ '[' 0 -eq 1 ']'
+ dialog --colors --title '\ZbAdd Station' --cancel-label Done --inputbox 'Station name' 10 60 2corresponding source's part
Code:1858- dialog $DIALOGOPTS \
1859- --title "${TITLECOL}Add Station" \
1860- --cancel-label "Done" \
1861: --inputbox "Station URL" \
1862- 10 60 2 > "$TMP" || { cursor off; return 1;}
1863-
1864- URL="$(< $TMP)"now TMP is temporary file kept in /tmp/soma-XXXXXX/soma-tmp. For running soma
Code:$ cat /tmp/soma-91Kcvq/soma-tmpopens dialog widget which is supposed to allow user to enter name/url its own station. Seems redirection in soma code does not work - it usuall pita for dialog redirections. Those who know dialog very well can explain this. Be careful of latter command - it just broke konsole - hovering mouse over konsole inputs characters at command line.