Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - How to Remove NeoOffice Mobile Menu Item?
How to Remove NeoOffice Mobile Menu Item?
 
   NeoOffice Forum Index -> NeoOffice Releases
View previous topic :: View next topic  
Author Message
mds
Operator


Joined: Sep 25, 2009
Posts: 43
Location: Switzerland

PostPosted: Thu Oct 29, 2009 10:56 am    Post subject: How to Remove NeoOffice Mobile Menu Item?

I don't use NeoOffice Mobile. Can I somehow remove the respective item from the NeoOffice menu?

Martin
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Thu Oct 29, 2009 11:18 am    Post subject:

NeoOffice Mobile is include in NeoOffice as an OpenOffice.org shared extension so you can uninstall it. However, because it is a shared extension, you can only uninstall it using Terminal commands.

To uninstall NeoOffice Mobile, first quit NeoOffice as you cannot uninstall shared extensions while it is running.

Then, launch the /Applications/Utilities/Terminal command, copy the following commands into the Terminal window, press the Return key, and enter your Mac OS X user password when prompted by the Terminal application. Note: these commands assume that you have installed NeoOffice in the default /Applications/NeoOffice.app folder and have not moved or renamed your installation:

Code:
cd /Applications/NeoOffice.app/Contents/MacOS
sudo ./unopkg.bin remove --shared --verbose neomobile.oxt


Edited by pluby: added missing ".oxt" extension in second command
Patrick


Last edited by pluby on Fri Oct 30, 2009 4:59 pm; edited 2 times in total
Back to top
mds
Operator


Joined: Sep 25, 2009
Posts: 43
Location: Switzerland

PostPosted: Thu Oct 29, 2009 11:44 am    Post subject:

Thank you!

Martin
Back to top
fmu
Operator


Joined: Nov 12, 2007
Posts: 43

PostPosted: Fri Oct 30, 2009 2:01 pm    Post subject:

This does not work for me:
ERROR: There is no such extension deployed: neomobile

PS:
running 'find . -name '*neomobile*' -print' in the Contents folder yields:

./share/uno_packages/cache/uno_packages/hCITsO_/neomobile.oxt
./share/uno_packages/cache/uno_packages/hCITsO_/neomobile.oxt/neomobile.uno.db
./share/uno_packages/cache/uno_packages/hCITsO_/neomobile.oxt/neomobile.uno.dylib

Edit by pluby: delete quote of my previous post to avoid confusion as the Terminal commands in my original post contained errors that have since been corrected
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Fri Oct 30, 2009 4:59 pm    Post subject:

It looks like I failed to copy the entire second command into my post and my post is missing the ".oxt" extension that is needed.

I have corrected my post. Do the commands in my corrected post work?

Patrick
Back to top
mds
Operator


Joined: Sep 25, 2009
Posts: 43
Location: Switzerland

PostPosted: Fri Oct 30, 2009 5:05 pm    Post subject:

pluby wrote:
I have corrected my post. Do the commands in my corrected post work?
Yes, it works:
Quote:
COMPUTER:MacOS USERNAME$ cd /Applications/NeoOffice.app/Contents/MacOS
COMPUTER:MacOS USERNAME$ sudo ./unopkg.bin remove --shared --verbose neomobile.oxt
Password:
Deaktiviere: NeoOffice Mobile
Deaktiviere: uiJobs.xcu
Deaktiviere: uiIntegration.xcu
Deaktiviere: neomobile.uno.dylib
Deaktiviere: neomobile.uno.db
Deaktiviere: NeoOfficeMobile

unopkg done.
Martin
Back to top
fmu
Operator


Joined: Nov 12, 2007
Posts: 43

PostPosted: Sat Oct 31, 2009 11:32 am    Post subject:

pluby wrote:
It looks like I failed to copy the entire second command into my post and my post is missing the ".oxt" extension that is needed.

I have corrected my post. Do the commands in my corrected post work?

Patrick


Yes, just fine.

Is there any other package I can remove ?
(I use a 1.33 GHz PPC Macbook with 768 MB of RAM, and anything that can speed up startup and memory usage would be great).
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Sat Oct 31, 2009 11:42 am    Post subject:

fmu wrote:
Is there any other package I can remove ?
(I use a 1.33 GHz PPC Macbook with 768 MB of RAM, and anything that can speed up startup and memory usage would be great).


You can try removing all of the shared extensions by quitting NeoOffice and then moving the /Applications/NeoOffice.app/Contents/share/uno_packages. If that does not change startup time (and it probably won't), you can move that folder back into it original location to restore all of the shared extensions.

Patrick
Back to top
fmu
Operator


Joined: Nov 12, 2007
Posts: 43

PostPosted: Sat Oct 31, 2009 12:21 pm    Post subject:

pluby wrote:
fmu wrote:
Is there any other package I can remove ?
(I use a 1.33 GHz PPC Macbook with 768 MB of RAM, and anything that can speed up startup and memory usage would be great).


You can try removing all of the shared extensions by quitting NeoOffice and then moving the /Applications/NeoOffice.app/Contents/share/uno_packages. If that does not change startup time (and it probably won't), you can move that folder back into it original location to restore all of the shared extensions.

Patrick


Thanks for the info
and yes you are right, startup time is not significantly faster (though I have the impression this is a little bit faster)

I suppose however that removing these extensions may reduce RAM usage?


Last edited by fmu on Sat Oct 31, 2009 12:56 pm; edited 1 time in total
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Sat Oct 31, 2009 12:24 pm    Post subject:

fmu wrote:
I suppose however that removing these extension may reduce RAM usage?


I doubt it. Most extensions do not get loaded until first used. The same is true for NeoOffice code: Calc, Impress, etc. are not loaded into memory until first used.

Patrick
Back to top
fmu
Operator


Joined: Nov 12, 2007
Posts: 43

PostPosted: Sat Oct 31, 2009 12:57 pm    Post subject:

pluby wrote:
fmu wrote:
I suppose however that removing these extension may reduce RAM usage?


I doubt it. Most extensions do not get loaded until first used. The same is true for NeoOffice code: Calc, Impress, etc. are not loaded into memory until first used.

Patrick


sight!
(Anyway, thanks for your support)
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Releases All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.