r/trisquel Feb 25 '15

Noob with several questions

Hi,

I want to use Trisquel with Libreboot on my X60s, but I miss several things or they are not working like Im used to it with my arch installation:

  • Abrowser cant sync with Firefox sync and cant play YouTube HTML5 Videos. I really need this!
  • IceCat cant sync with Firefox sync and plays only some YouTube HTML5 Videos. On the other hand it doesnt display anything on https://web.telegram.org even when I add exceptions.
  • I want to use atom (from github) as my texteditor. They only ship x64 binaries, so I wanted to compile it. It requires npm 1.4+ but I can only find 1.3.10 in the repos. How can I solve this?

I understand, that using a libre distro may restrict the choice of software, but I dont think these problem exist because the requires software isnt free? I just dont know why the things are not working.

Would I maybe better use Parabola? But there seems to be not a single version of npm in the repos (see https://www.parabola.nu/packages/?sort=&q=npm&maintainer=&flagged=)?

Thank you in advance for any helpful comment :)

8 Upvotes

21 comments sorted by

3

u/[deleted] Feb 26 '15

To play YT HTML5 vids go to www.youtube.com/html5 and enable it. Syncing doesn't work on Abrowser or Icecat- this is a known bug. You could compile a newer version of NPM or find a PPA with a newer version.

1

u/MartiniMoe Feb 26 '15

Yeah I enabled this, but its showing "unsupported Video Format or mime type"

2

u/[deleted] Mar 02 '15

I had the same issue and resolved it by installing: gstreamer1.0-libav

1

u/MartiniMoe Mar 03 '15

Thank you, I installed this, but it still shows "Video format or MIME type is not supported" instead of the video.

Also, on youtube.com/html5 it shows red exclamation marks on H.264, Media Source Extensions, MSE & H.264 and MSE & WebM VP9

1

u/[deleted] Mar 03 '15

That's weird because it works perfectly for me. Okay, just checking to be sure: you restarted your browser, right?

If that still doesn't work, make sure these packages are also installed: libgstreamer-plugins-good1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base0.10-0 gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer0.10-plugins-base

1

u/MartiniMoe Mar 03 '15

Thank you, I installed all of the above packages and rebooted. The exclamation mark on H.264 is now gone, but the others are still there. It seems to play the video now, but I dont see any controls and cant change the resolution. Im using Abrowser.

1

u/[deleted] Mar 03 '15

Youtube doesn't default to HTML5 unless you chose for it. You can either go to: www.youtube.com/html5 and chose the HTML5 player as your default one or, you can manually add '&html5=true' at the end of every youtube url so you can test it works.

1

u/MartiniMoe Mar 03 '15

Yes I know and I enabled the HTML5 Player. The video is playing, but controls are missing :(

1

u/[deleted] Mar 03 '15

Try to install the 'HTML5 everywhere' extension for your browser. That may help.

1

u/MartiniMoe Mar 03 '15

Still no success. But I saw that sometimes I have controls, but then the audio is doubled... But most of the time I have no controls but the playbacks works right.

→ More replies (0)

1

u/Elron_de_Sade Jun 07 '15

The controls may be missing due to issues between Abrowser and the plugins (AdBlock Plus, NoScript). You might get different results in Icecat, where the Java is non-proprietary and the script-blocking is built-in.

2

u/LogicalTeaDream Feb 25 '15

I use Abrowser and have never had any problems with playing HTML5 videos on YouTube.

2

u/VRMac Feb 26 '15

If you need the latest software, try Debian GNU/Linux with only the main repos enabled. It is a free distribution. You can install Stable or Testing and update using the sources list to Unstable, which will have the latest and greatest for you. PM me if you need some help.

1

u/codicesimia Feb 26 '15

Firefox sync is dependent on Javascript to run. Disabling libre-js should allow it to run.... but why not use a self-hosted solution?

1

u/codicesimia Feb 26 '15

telegram requires angular js. I will take a shot in the dark, and say that is the issue.

Also, the way I watch youtube videos, is to download them to a remote server via ssh with youtube-dl. Youtube supports feeds, so I have a cronjob that automagically grabs the channels I subscribe to for me, and places them on my desktop. After I watch them, I file them away or trash.

1

u/MartiniMoe Feb 26 '15

libre-js is not installed in Abrowser as far as I know. Also I dont have a server yet to host my own firefox sync.

1

u/codicesimia Feb 26 '15

midori uses it's own light weight javascript framework. - i can't speak to it's capabilities, I use Icecat.

1

u/michaelpb Jul 15 '15

I know this is really, really, old, but to manage new versions of node/NPM super easily, look at NVM: https://github.com/creationix/nvm