Warning: session_start(): open(/tmp/sess_kvj8cggh6mlhsov9s48v1b2qa4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Openoffice fix for slickness black theme openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Openoffice fix for slickness black theme

  

GTK 2.x Theme/Style

Score 59%
Openoffice fix for slickness black theme
zoom


Link:  http://
Downloads:  9371
Submitted:  Mar 22 2008

Description:

On ubuntuforums.org (http://ubuntuforums.org/showthread.php?p=3109273) I\\\\\\\'ve found the solution to fix the problem between Openoffice and Slickness black theme made from Robert.

This fix requires that you have also installed Slickness theme following Robert instructions, for a better integration with slickness black theme.

To install the fix simply follow this instructions(based on Ubuntu):

open the terminal and cd in folder where you have placed the file just downloaded, then:

1) sudo mv /usr/lib/openoffice/program/ooqstart /usr/lib/openoffice/program/ooqstartBIN

2) sudo cp ooqstart /usr/lib/openoffice/program

3) sudo chmod +x /usr/lib/openoffice/program/ooqstart

And here it is!

For any question ask me!


P.S: this fix can be used also with other dark themes, just modifying ooqstart file, ask me if you need using this fix with other themes..




Thanks to Ubuntuforums.org and Robert Slickness themes..

Link to Ubuntuforums:(http://ubuntuforums.org/showthread.php?p=3109273)

Link to Slickness theme (http://www.gnome-look.org/content/show.php/SlicknesS?content=71993)

Link to Slickness black theme (http://www.gnome-look.org/content/show.php/Slickness+Black?content=73210)




LicenseGPL
(Openoffice fix)
Send to a friend
Subscribe
Other  Content  from Gerva
Report inappropriate content



goto page: prev   1  2 

-
.

 this "fix"

 
 by 133794M3R on: Dec 10 2008
 
Score 50%

Ok honestly this IS NOT what i'm looking for. Infact i'd like the exact opposite of this. I'd like to have that extra dark theme in all of my pages including office. Your little guide thing doens't help me at all... for it's not what i'm looking for.


Reply to this

-

 openoffice 3

 
 by zerocool87 on: Jan 21 2009
 
Score 50%

in openoffice3 does not function this trick.can you explaine me how to resolve?thanks


Reply to this

-

 Re: openoffice 3

 
 by Gerva on: Apr 3 2009
 
Score 50%

Not sure, but maybe just replace ooqstart with soffice, in the script donwloaded and also in commands listed in my instructions...

Try it and let me know...


Reply to this

-

 Re: Re: openoffice 3

 
 by DaSwine on: May 22 2009
 
Score 50%

Hi, I tried doing this with openoffice 3 and swapping out the ooqstart with soffice. It hasn't worked.

I followed your instructions pretty explicitly (I think).


Reply to this

-

 Re: Re: Re: openoffice 3

 
 by 47MasoN47 on: May 28 2009
 
Score 50%

I can't get it to work with OpenOffice 3 either.


Reply to this

-

 It's the right idea...

 
 by kog on: Jul 22 2009
 
Score 50%

Your fix has the right idea, but the 'ooqstart' file is out of date. For this to work you should use a similar command, placing it inside a file with the same name as the executable ('ooffice'), but higher up on the search path.

For example, here's my ~/bin/ooffice file that overrides the program's executable, calling OpenOffice directly using the SlicknessX theme:

#!/bin/bash
# Overrides /usr/bin/ooffice in order to run the program in a different theme
env GTK2_RC_FILES=/usr/share/themes/SlicknessX/gtk-2.0/gtkrc /usr/bin/ooffice "$@"


Reply to this

-

 Re: It's the right idea...

 
 by jonzski on: Aug 30 2009
 
Score 50%

I tried your method, and I put mine in the /usr/local/bin which is #2 in my PATH variable. And tried executing the script directly like: "/usr/local/bin/ooffice -writer"

Is there anything else I could be missing because I still do not see any icons? Thanks for any help you can provide.

echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

cat /usr/local/bin/ooffice
#!/bin/bash
# Overrides /usr/bin/ooffice in order to run the program in a different theme
# env GTK2_RC_FILES=/usr/share/themes/SlicknessX/gtk-2.0/gtkrc /usr/bin/ooffice "$@"
env GTK2_RC_FILES=/usr/share/themes/SlicknesS-black/gtk-2.0/gtkrc /usr/bin/ooffice "$@"


Reply to this

-

 Downloading

 
 by PostChache on: Sep 3 2009
 
Score 50%

Am I supposed to right click and save the download? Every time I just click it nothing happens.


Reply to this

-

 EASIER FIX

 
 by Tycon712 on: Mar 1 2011
 
Score 50%

If you're looking for an easier fix to keep the white background on an OpenOffice document, there is one; and it only takes a few seconds.

Go to:
Tools -> Options...

A settings box should pull up. In the list on the left side, you should see an option, called "OpenOffice.org". Under this list title, there is a settings tab, called "Appearance".
Click on it, and you should see many options to change "Custom Colors".

Change the "Document background" to White, "Font color" to Black, and "AutoSpellcheck" to Light red.

That's it.
Now, you should be able to read your docs a little easier.


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team