0

I am newbie on Linux-Ubuntu OS 16.04 LTS. Back in Windows, I am watching twitch.tv livestream through VLC player via this tutorial

Now I have a problem installing it on Ubuntu, I have done all of the steps except the last one where I need to make a launcher shortcut & the executable file itself. This command won't launch and the terminal says no command for add-menuitems.sh nor start.sh. I think there is a command before I type those two line.

Any help appreciated, thank you!

WVXWV
  • 305
  • 1
  • 3
  • 11
  • It's not clear to me from the link you provided what steps you've been following. Be that as it may, you may find this useful: https://github.com/streamlink/streamlink-twitch-gui/wiki – Elder Geek Apr 14 '17 at 14:09
  • I am forgot to include the specific one, here it is. Yup – WVXWV Apr 14 '17 at 15:19
  • So what part of "After extracting the archive (preferably to /opt), run add-menuitems.sh once for creating menu shortcuts / application icons and run start.sh for launching the application." is confusing you? – Elder Geek Apr 14 '17 at 15:22
  • Those isn't confusing me, but the command line says addmenu-items.sh command not found. Even though I have move into /opt/ folder where the extracted files located. – WVXWV Apr 14 '17 at 15:25
  • https://askubuntu.com/questions/89393/how-to-search-entire-hard-drive-for-a-file – Elder Geek Apr 14 '17 at 15:28
  • Sorry sir, I think you misread my line. I am not looking for a files. – WVXWV Apr 14 '17 at 15:36
  • You'll have to find it (and likely add executable permissions) before you can launch it – Elder Geek Apr 14 '17 at 15:41

1 Answers1

0

SOLVED! It turns out that the command I need to put is ./ It turns out to be like this ./addmenu-items.sh & ./start.sh

Thank you.

WVXWV
  • 305
  • 1
  • 3
  • 11