Nielsmayer (Talk | contribs) (→Google Chrome, Flash Plugins, Java, Skype, LibreOffice, etc.) |
Nielsmayer (Talk | contribs) (→Google Chrome, Flash Plugins, Java, Skype, LibreOffice, etc.) |
||
| Line 56: | Line 56: | ||
* Simple install of google-chrome beta (and flash/java/talk) on MeeGo 1.2 Netbook | * Simple install of google-chrome beta (and flash/java/talk) on MeeGo 1.2 Netbook | ||
| - | ** http://lists.meego.com/pipermail/meego-community/2011-February/003570.html | + | ** see http://lists.meego.com/pipermail/meego-community/2011-February/003570.html |
| - | * | + | |
| + | * Chrome: simple setup with LEM installed: | ||
| + | |||
| + | sudo zypper install google-chrome-beta | ||
| + | ... | ||
| + | ## note three different versions available: | ||
| + | zypper search chrome | ||
| + | ... | ||
i | google-chrome-beta | Google Chrome | package | i | google-chrome-beta | Google Chrome | package | ||
| google-chrome-stable | Google Chrome | package | | google-chrome-stable | Google Chrome | package | ||
| google-chrome-unstable | Google Chrome | package | | google-chrome-unstable | Google Chrome | package | ||
| + | ... | ||
| - | * | + | * Adobe Flash: simple setup with LEM installed: |
| - | + | ** See: https://bugs.meego.com/show_bug.cgi?id=10894#c4 | |
| - | ** | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
## install from Adobe RPM reposotory from LEM | ## install from Adobe RPM reposotory from LEM | ||
| Line 88: | Line 91: | ||
sudo ln -s /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so | sudo ln -s /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so | ||
## Now restart browser or qtwebkit-based apps requiring flash. | ## Now restart browser or qtwebkit-based apps requiring flash. | ||
| + | |||
| + | * Install latest LibreOffice on MeeGo 1.2 Netbook: | ||
| + | ** http://wiki.meego.com/LibreOffice | ||
| + | ** LibreOffice is recommended over Fedora's OpenOffice: http://forum.meego.com/showpost.php?p=18796&postcount=24 ; also Fedora provides a much older version than LibreOffice, and has special weird Fedora dependencies to the OpenJDK java included with Fedora. | ||
| + | |||
| + | * Installing Skype on MeeGo 1.2 Netbook (doesn't use LEM since skype doesn't provide repository): | ||
| + | ** See http://lists.meego.com/pipermail/meego-community/2011-March/003673.html | ||
| + | wget http://www.skype.com/go/getskype-linux-beta-fc10 | ||
| + | mv getskype-linux-beta-fc10 getskype-linux-beta-fc10.rpm | ||
| + | sudo rpm --nodeps -ivh getskype-linux-beta-fc10.rpm | ||
==Be able to watch/hear common internet media formats.== | ==Be able to watch/hear common internet media formats.== | ||
WARNING: THIS IS A WORK IN PROGRESS STATUS: Not even close yet.
This is a guide on how to run and install Fedora's "noncompliant apps", along with the rest of Fedora14 libs and apps, on MeeGo 1.2 Netbook. The intent here is not MeeGo non-compliance, but rather end-user usefulness, on-par with what other user's get from installing Fedora, and then following instructions like http://www.mjmwired.net/resources/mjm-fedora-f14.html to actually get a system that's worth using.
This hack provides the following repositories that work alongside MeeGo's if you're careful with your use of 'zypper'
The end result is over 20000 packages many of which work beautifully.
See http://lists.meego.com/pipermail/meego-community/2011-March/003675.html
https://bugs.meego.com/show_bug.cgi?id=14129
...
sudo zypper install tar wget ...
cd /tmp ; wget 'https://bugs.meego.com/attachment.cgi?id=4761' cd / ; tar xvzf '/tmp/attachment.cgi?id=4761'
cd /tmp ; wget 'https://bugs.meego.com/attachment.cgi?id=4762' cd / ; tar xvzf '/tmp/attachment.cgi?id=4762'
$ sudo zypper clean --all $ sudo zypper refresh
sudo zypper install google-chrome-beta ... ## note three different versions available: zypper search chrome ... i | google-chrome-beta | Google Chrome | package | google-chrome-stable | Google Chrome | package | google-chrome-unstable | Google Chrome | package ...
## install from Adobe RPM reposotory from LEM sudo zypper install flash-plugin Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW package is going to be installed: flash-plugin 1 new package to install. Overall download size: 4.7 MiB. After the operation, additional 11.6 MiB will be used. Continue? [y/n/?] (y): y Retrieving package flash-plugin-10.2.152.27-release.i386 (1/1), 4.7 MiB (11.6 MiB unpacked) Retrieving: flash-plugin-10.2.152.27-release.i386.rpm [done (790.4 KiB/s)] Installing: flash-plugin-10.2.152.27-release [done] ## Setup Link to enable web browser plugin: sudo rm -f /usr/lib/mozilla/plugins/libflashplayer.so sudo ln -s /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so ## Now restart browser or qtwebkit-based apps requiring flash.
wget http://www.skype.com/go/getskype-linux-beta-fc10 mv getskype-linux-beta-fc10 getskype-linux-beta-fc10.rpm sudo rpm --nodeps -ivh getskype-linux-beta-fc10.rpm