| OS X - Apps and Games Discussion of applications and games available for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Nov 05, 2011
Location: Lauderdale Co, Alabama
Posts: 8
![]() Mac Specs: Early 2011 21.5" iMac 2.5 Ghz
|
LibreOffice, for those of you unfamiliar with it, is a free, open sourced office suite recently split from the OpenOffice.org suite. Once installed, it lumps its word processor, spreadsheet, presentation, drawing, database, and formula applications into one app, and thus, one dock icon. Does anyone out there know how to "split" those up, for easier access. If you are able to do this with OpenOffice.org, please let me know, as it may work for LibreOffice as well.
Thank you, ~ Chris Look...don't you sometimes think that it may just have been your fault after all? |
| QUOTE Thanks | |
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,295
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
It appears that the Mac version of LibreOffice is set up this way and can't be changed. You can however make your own individual launchers.
Open up Automator and create an application. Add the "Run Shell Script" action. For the value, add the following for the word processor: Code:
/Applications/LibreOffice.app/Contents/MacOS/swriter Repeat those steps, replacing the script value with the following for each of the other parts: Calc: Code:
/Applications/LibreOffice.app/Contents/MacOS/scalc Code:
/Applications/LibreOffice.app/Contents/MacOS/sdraw Code:
/Applications/LibreOffice.app/Contents/MacOS/sbase Code:
/Applications/LibreOffice.app/Contents/MacOS/simpress Code:
/Applications/LibreOffice.app/Contents/MacOS/smath Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: Nov 05, 2011
Location: Lauderdale Co, Alabama
Posts: 8
![]() Mac Specs: Early 2011 21.5" iMac 2.5 Ghz
|
Thanks, ~ Chris Look...don't you sometimes think that it may just have been your fault after all? |
||||
| QUOTE Thanks | |||||
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,295
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
Since you mentioned batch files, you might want to look up "bash scripts", AppleScript and Automator. Each of those can help automate tasks and do other neat OS level things (bash scripting is the closest to batch files).
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: Nov 05, 2011
Location: Lauderdale Co, Alabama
Posts: 8
![]() Mac Specs: Early 2011 21.5" iMac 2.5 Ghz
|
~ Chris Look...don't you sometimes think that it may just have been your fault after all? |
| QUOTE Thanks | |
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,295
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
You need to have ICNS files. Unfortunately, unlike just about any other OS I've used, OS X is very picky when it comes to icons. Take a look at this document to see how to change the icon. To create ICNS files out of pictures, take a look at img2icns - it's simple and the base version is free.
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: May 06, 2012
Posts: 2
![]() |
I just downloaded libreOffice on OSX 10.7 and am trying to put separate icons for writer and calc on the dock. I've tried the suggested solution with automator several times, but get error msg about running inside or outside automator, etc. It's the first time I've seen Automator, and I must be doing something wrong. When I added the "Get specified file" action (as the error msg suggested) before "Run shell script," I got an application that opened the automator. Another time I created a new file in libreoffice writer, but it was just a file.
Your instructions say to add code "for the value," after adding "Run shell script," but I'm not seeing an obvious place to add the code. The word cat comes up in a box, and I've put the copied code there with and without including the word cat. Maybe a screen shot? Sorry to be dense about this. Joann |
| QUOTE Thanks | |
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,295
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
I'll save you the trouble of fighting with Automator. Here's a zip file containing "launchers" for each of the apps. These should work assuming you've put LibreOffice in /Applications.
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,295
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
When you add the "run shell script" action, you needed to replace the script action. By default, it executes "cat" - that's what you need to change.
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: Jul 02, 2012
Posts: 1
![]() |
Last edited by TexasRob; 07-02-2012 at 11:38 PM. Reason: Image update |
| QUOTE Thanks | |
![]() Member Since: Aug 29, 2012
Posts: 1
![]() |
Quote:
Locate LibreOffice.app in the Finder, then right-click and choose Show Package Contents from the context menu. Inside the package, inside a folder called "Resources" you'll see a whole bunch of .icns files, for all the apps and document types. As of Mac OS 10.7 (not sure about earlier), you can open these in Preview.app, highlight the largest icon size in the sidebar (preview pane), then copy the icon to the clipboard with ⌘C. Next, locate the Automator app you created before (I put mine in ~/Applications). Right click on the Automator app in Finder and choose Get Info (or ⌘I), then click on the icon in the upper-left of the inspector window to highlight it. Press ⌘V to paste the icon from the clipboard. Close the file inspector 'n you're done. No muss, no fuss. |
|
| QUOTE Thanks | ||
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| DOCK: Springloaded icons | yve | OS X - Operating System | 0 | 07-27-2010 10:10 AM |
| Dock Icons Stuck | AndrewLouie | OS X - Operating System | 24 | 11-04-2009 07:17 PM |
| restore original dock and icons | timidhearts | OS X - Operating System | 6 | 09-14-2009 08:54 AM |
| Multiple adobe reader icons in the dock | macusersince84 | OS X - Apps and Games | 2 | 06-02-2009 09:15 PM |
| Changing Dock Icons Manually | sarahsboy18 | OS X - Operating System | 1 | 10-05-2006 01:04 PM |
All times are GMT -4. The time now is 09:43 AM.
Powered by vBulletin