The man behind Phoronix.com Michael Larabel, joins Chris to chat about the big Steam coming to Linux. Plus some of Michael’s thoughts on Valve’s overall Linux plans.
And Unity on Fedora, Dell’s new Linux portable, and a Vivaldi tablet update.
Then – Fixing a common Jungle Disk backup issue for Gnome users, your feedback and more!
All this week on, The Linux Action Show!
Thanks to:
Limited time offer:
.COMs just $4.95* per year up to 3 domains! Additional .COMs just $7.99* per year! – code: 495linux
Expires: July 31st 2012
Want to save money on your entire order? Use our code LINUX and save 10%!
Direct Download:
HD Video | Mobile Video | Ogg Video | MP3 Audio | Ogg Audio | YouTube | Torrent File
RSS Feeds:
HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed
Support the Show:
|
Show Notes:
Runs Linux:
- This 8-bit micro Runs Linux
- Thanks to Cyber Axe!
Android Pick:
- TextSecure Beta
- Android Picks so far thanks to Madjo in the IRC Chat room!
Universal Pick:
Linux Action Show Subreddit
Search our past picks:
- Linux Action Show Lookup
- Thanks to sakuramboo!
News:
- Steam’d Penguins | Valve Annouced Steam for Linux is in Dev
- Valve Picks Up Another All-Star Linux Developer
+Valve & Intel Work On Open-Source GPU Drivers - Dell to offer Ubuntu XPS 13 laptops this Autumn
- Update from Aaron on the Vivaldi tablet
- Ubuntu 12.10 to Feature Web App Integration
- Ubuntu’s Unity Desktop Comes To Fedora 17
- Heroes of Newerth 3D Linux Game Goes Completely Free
- Dieter Plaetinck, one of the lead arch devs in charge of releases, resigns
- Desktop Builds now available for Firefox OS
Matt’s Howto:
Presented by: System76
Out of the box, JungleDiskDesktop doesn’t play well with 64bit Ubuntu. When you try to run it, you end up with this error.
> error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
Here is how you fix the problem:
1) Create a symbolic link from /usr/lib/x86_64-linux-gnu to /usr/lib/.
sudo ln -s /usr/lib/x86_64-linux-gnu/libnotify.so.4 /usr/lib/libnotify.so.1*
2) Next, you need to run junglediskdesktop again — this time, it will work, but it’s still not appearing in the panel above. To fix this, use this command.
gsettings set com.canonical.Unity.Panel systray-whitelist “[‘all’]”
3) Run junglediskdesktop again, this time it’ll show up in the panel! This also helps Skype users running 64bit Ubuntu, too.
The bash scripts I used, are available upon request – scripts@matthartley.com will send you the scripts automatically.