Meego Wiki
Views
From MeeGo wiki
Revision as of 19:41, 7 March 2011 by Nielsmayer (Talk | contribs)
Jump to: navigation, search

LibreOffice is not part of MeeGo in version 1.1 or lower. This page describes how to install LibreOffice on MeeGo Netbooks or Tablet.

Installation

cd ~/Downloads
  • Extract the file using this command:
tar xfvz <downloaded file>.tar.gz
  • Install the application and then install the :
sudo rpm -i ./<downloaded file directory>/RPMS/*.rpm

for example:

$ rpm -ivh LibO_3.3.1rc2_Linux_x86_install-rpm_en-US/RPMS/*.rpm
Preparing...                ########################################### [100%]
  1:libreoffice3-ure       ########################################### [  2%]
  2:libobasis3.3-core01    ########################################### [  4%]
  3:libobasis3.3-core02    ########################################### [  6%]
  4:libobasis3.3-core03    ########################################### [  8%]
  5:libobasis3.3-core04    ########################################### [ 10%]
  6:libobasis3.3-core05    ########################################### [ 12%]
  7:libobasis3.3-core06    ########################################### [ 14%]
  8:libobasis3.3-core07    ########################################### [ 16%]
  9:libobasis3.3-en-US     ########################################### [ 18%]
 10:libobasis3.3-impress   ########################################### [ 20%]
 11:libobasis3.3-en-US-base########################################### [ 22%]
 12:libobasis3.3-en-US-calc########################################### [ 24%]
 13:libobasis3.3-en-US-math########################################### [ 26%]
 14:libobasis3.3-en-US-res ########################################### [ 28%]
 15:libobasis3.3-en-US-writ########################################### [ 30%]
 16:libobasis3.3-base      ########################################### [ 32%]
 17:libobasis3.3-calc      ########################################### [ 34%]
 18:libobasis3.3-draw      ########################################### [ 36%]
 19:libobasis3.3-images    ########################################### [ 38%]
 20:libreoffice3           ########################################### [ 40%]
 21:libobasis3.3-math      ########################################### [ 42%]
 22:libobasis3.3-writer    ########################################### [ 44%]
 23:libreoffice3-writer    ########################################### [ 46%]
 24:libreoffice3-math      ########################################### [ 48%]
 25:libreoffice3-base      ########################################### [ 50%]
 26:libreoffice3-calc      ########################################### [ 52%]
 27:libreoffice3-dict-en   ########################################### [ 54%]
 28:libreoffice3-dict-es   ########################################### [ 56%]
 29:libreoffice3-dict-fr   ########################################### [ 58%]
 30:libreoffice3-draw      ########################################### [ 60%]
 31:libreoffice3-en-US     ########################################### [ 62%]
 32:libreoffice3-impress   ########################################### [ 64%]
 33:libobasis3.3-ogltrans  ########################################### [ 66%]
 34:libobasis3.3-en-US-binf########################################### [ 68%]
 35:libobasis3.3-extension-########################################### [ 70%]
 36:libobasis3.3-extension-########################################### [ 72%]
 37:libobasis3.3-extension-########################################### [ 74%]
 38:libobasis3.3-extension-########################################### [ 76%]
 39:libobasis3.3-extension-########################################### [ 78%]
 40:libobasis3.3-extension-########################################### [ 80%]
 41:libobasis3.3-binfilter ########################################### [ 82%]
 42:libobasis3.3-gnome-inte########################################### [ 84%]
 43:libobasis3.3-graphicfil########################################### [ 86%]
 44:libobasis3.3-javafilter########################################### [ 88%]
 45:libobasis3.3-kde-integr########################################### [ 90%]
 46:libobasis3.3-ooofonts  ########################################### [ 92%]
 47:libobasis3.3-ooolinguis########################################### [ 94%]
 48:libobasis3.3-pyuno     ########################################### [ 96%]
 49:libobasis3.3-testtool  ########################################### [ 98%]
 50:libobasis3.3-xsltfilter########################################### [100%]

Note that desktop integration files are included in package libreoffice3-3.3.1-8.i586 but not installed anywhere:

/opt/libreoffice/share/xdg/base.desktop
/opt/libreoffice/share/xdg/calc.desktop
/opt/libreoffice/share/xdg/draw.desktop
/opt/libreoffice/share/xdg/impress.desktop
/opt/libreoffice/share/xdg/javafilter.desktop
/opt/libreoffice/share/xdg/math.desktop
/opt/libreoffice/share/xdg/printeradmin.desktop
/opt/libreoffice/share/xdg/qstart.desktop
/opt/libreoffice/share/xdg/startcenter.desktop
/opt/libreoffice/share/xdg/writer.desktop

A modified version of these files, (still missing icons which need to be installed separately) is located at:

File:HOME-dot-local-share-applications-libreoffice.tgz

Note that on MeeGo 1.2 most libreoffice programs currently suffer from the same bug that afflicts all gnome-based apps that have tooltips ( https://bugs.meego.com/show_bug.cgi?id=12687 ) -- the more tooltips the longer it takes to start up ... so just wait and eventually it'll start.

Some apps allow you to disable this isssue in all its forms which is how the relationship w/ tooltips was discovered:

'(toolbar-visible-p nil)
'(tooltip-mode nil)
'(tool-bar-mode nil)

A similar workaround for meego is sought....

MeeGo TODO

  • Need instructions for installing on tablet to display icon (icon doesn't get installed on tablet you can start it from the command line).
  • Bring the .rpms into an official or Community repository
Personal tools