Warning: session_start(): open(/tmp/sess_jcfpcaco2sq3agva5hs3mamo27, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
OpenOffice.org1.1 toolbar icon themes 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 (1) . 

OpenOffice.org1.1 toolbar icon themes

  

Theme/Style (other)

Score 72%
OpenOffice.org1.1 toolbar icon themes
zoom


OpenOffice.org1.1 toolbar icon themes
zoom


OpenOffice.org1.1 toolbar icon themes
zoom


Link:  http://
Downloads:  32725
Submitted:  Jul 24 2003
Updated:  Oct 27 2003

Description:

This is a tcl script for generating OOo toolbar/menu icon themes, from kde (or other) icon sets.

Rather than focusing on individual themes for each icon set, I decided to provide a tool so that the users can create their own custom icon themes. That said, some common icon-themes from kde-look are enclosed (base = crystal).


Install
-------

Extract the downloaded file.
* To install the default theme in OOo 1.1.x, run:
"tclsh quickInstall.tcl"

* To install any custom themes,
Specify your OOo config directory in config.tcl and the theme directory, run:
"tclsh genbar.tcl"




Changelog:

(0.1) Initial release

(0.2) Second release (improved functionality)
* OOo config directory is now backed up before continuing.
* Icons are now stored in a different folder, that should fix the loading error issue.
* Image index for bitmaps starts from 0.
* Option to turn icon-masking off, since some themes don't look good with masking.
* Option to add navigation icons to the function toolbar (screen-shot 2).
* few additional icons (nuvola + noia) and slots.

(0.3) - Third release (more improvements + additions)
* Koen Muylkens has joined in (more icons!)
* Significant updates in the script (no more major changes in future, hopefully).
* Option to use your default-kde icons
(slect icon theme in kcontrol, run script and the icons will appear in OOo)
* Option to add a navigation toolbar
* There is a static *untested* windows config theme under "Extras".
* Number of base icons is > 80 (22x22)

(0.32)
* Crystal base icons for font/para properties
* slotlist.csv format changed to allow icons for macros
* Runs 30% faster than v-0.3 (defaults)
* Folder "Extras" contains gimp files for font icons

(v 0.4)
* Several new icons, total > 150 (22x22)
* Configuration is now set in a separate file (config.tcl)
* New quick-install mode for OOo 1.1.x. To install the base theme, run: "tclsh quickInstall.tcl"
(no need to update config.tcl)
* Script improvements
* Static windows theme had to be removed due to space constraints.

(v 0.5)
* imagelist.xml format changed, should reduce the overhead for OOo startup.
* Script runs almost twice as fast as version 0.4 (defaults).
* Additional icons for draw, and some others updated.
* Error on qtrc not available bug fixed, and other small improvements.
* Separate submission for generating static themes: (http://www.kde-look.org/content/show.php?content=8529)

(v 0.52)
* quickInstall checks for multiple installed versions of OOo
* Option to scale icons to smaller size

Known Issues (see README)
------------
1. Debian systems
2. Background color lighter than #f1f1f1




LicenseGPL
Send to a friend
Subscribe
Other  Content  from kol
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10 

-
.

 Bug

 
 by TyrGunarsson on: Oct 1 2003
 
Score 50%

The script fails to create the bitmap if a ~/.qt/qtrc file doesn't exist. It doesn't really show an errormessage either. If you subsequently try to run OOo then it crashes. Gnome-only people beware!

Workaround : run the following command BEFORE you run the script :
#touch ~/.qt/qtrc


Reply to this

-

 windows

 
 by fiz on: Oct 1 2003
 
Score 50%

Can this script run on windows?
(Of course assuming the user has tcl/tk installed there.)


Reply to this

-

 Re: windows

 
 by kol on: Oct 2 2003
 
Score 50%

Don't think so, at least not directly. You can however, run it under linux and transfer the theme to windows.


Reply to this

-

 Re: Re: windows

 
 by fiz on: Oct 2 2003
 
Score 50%

what directories/files should I transfer?
I might actually have a look at the script--there might not be that much OS-specific stuff in there-- I think TCL converts slashes to backslashes etc anyways doesn't it?


Reply to this

-

 Re: Re: Re: windows

 
 by kol on: Oct 2 2003
 
Score 50%

You need to transfer the following directory:
OpenOffice.org1.1.0/user/config/soffice.cfg

Also, for windows, someone reported that icon-masking should be on (see config file) or else OOo crashes on startup. In addition, you also need those imagemagick utilities, as mentioned in the readme.

I havn't worked on windows in a long time, so I have no idea on how to port tcl to windows. If you are able to port it, please let me know too :-)


Reply to this

-

 Background Colour

 
 by Cyyb on: Oct 3 2003
 
Score 50%

What file does OO.o get the setting for its background colour from?

My icons are using e6e7e6 colour but the rest of the app is using the default c0c0c0 colour so it looks rather odd.

Is there a file that I can just change the number of the colour it uses?

Thanks in advance.


Reply to this

-

 Re: Background Colou

 
 by kol on: Oct 4 2003
 
Score 50%

You can change the background color of icons in two ways:

1. In config.tcl,
set bg "your color"
set guessBG "false"

2. In kde control center, Appearance->colors -> check apply kde colors to non-kde apps
In that case, the script will guess the color from ~/.qt/qtrc
(you will have to set guessBG "true")

config.tcl has some additional documentations also.

Hope that helps.


Reply to this

-

 no convert?

 
 by ryanknoll on: Oct 5 2003
 
Score 50%

I got this output after running the quickInstall.tcl script:
--------------------------------------------------------------
Found OOo: (/root/.openoffice/1.1.0)
found quickInstall auto-config file
ThemeDir: MyTheme/22x22/
icon-size = (22,22)
num icons: 151
config directory not found, generating
Backing up config dir (soffice.cfg) to:
/root/.openoffice/1.1.0/user/config/soffice.cfg.bak0/
Background Color: (#eeeee6)
couldn't execute "convert": no such file or directory
while executing
"exec convert -size $len$x$cy xc:$bg $out1"
(file "genbar.tcl" line 567)
invoked from within
"source genbar.tcl"
(file "quickInstall.tcl" line 52)
----------------------------------------------------------
It looks like there is a problem with the "convert" requirement. My OOo won't load now, but copied an old ".openoffice" directory which fixed it back the default. Any advice on error above?


Reply to this

-

 Re: no convert?

 
 by kol on: Oct 5 2003
 
Score 50%

Requirements:
-------------
1. convert, composite
2. TCL (8.x)


They come as part of ImageMagick (rpm for Mdk).
Try the following link for more info:

http://www.imagemagick.org/


Reply to this

-

 Re: no convert?

 
 by vernr on: Jan 4 2004
 
Score 50%

You must install ImageMagick and tcl which are included with most distributions.


Reply to this

-
.

 win_soffice.cfg.zip?

 
 by artisan on: Oct 7 2003
 
Score 50%

for kol: Where is "win_soffice.cfg.zip"? or where can i download (please, URL).

econofed says: "Yes it works fine in Windows-thanks very much!" and the question is: HOW?

If is someoane who configured a theme for OpenOffice for Windows please archive your windows soffice.cfg directory and post somwhere (and post a link) or emailme to: raducoc@email.ro , or if is someone who know how to configure a theme for windows OpenOffice please post a reply.

If is someone who have Linux + OpenOffice, please archive and share your "OpenOffice.org1.1.0/user/config/soffice.cfg" directory.

I want "OpenOffice.org1.1 toolbar icon themes" to work under windows.

Theanks.


Reply to this

-
.

 P.S.

 
 by artisan on: Oct 7 2003
 
Score 50%

P.S.
Where is "ooextras" ?


Reply to this

-

 Re: win_soffice.cfg.

 
 by kol on: Oct 7 2003
 
Score 50%

I'll make a few "static" themes shortly and figure where I can post them (give me a couple of days).


Reply to this

-

 Re: Re: win_soffice.

 
 by rtatay on: Oct 16 2003
 
Score 50%

kol:

have you been able to do this? I'm also really interested in getting it for Windows.


Reply to this

-
.

 Re: Re: Re: win_soff

 
 by kol on: Oct 17 2003
 
Score 50%

The problem with a static theme is the the background color of the bitmaps. If it does not match your OOo toolbar background, then the toolbar dosn't look nice.

I have made a "pseudo-static" script for windows to address this. Unfortunately, I cannot test it (no access to windows comp). If you are willing to test it out for me, I'll email the stuff and you can let me know of any problems or if it works okay.


Reply to this

-

 Re: Re: Re: Re: win_

 
 by artisan on: Oct 17 2003
 
Score 50%

OK. My email adress is raducoc@yahoo.com


Reply to this

-

 Re: Re: Re: Re: win_

 
 by rtatay on: Oct 20 2003
 
Score 50%

You can also email it to me at rtatay@yahoo.com

Thanks!


Reply to this

-

 Re: win_soffice.cfg.

 
 by kol on: Oct 23 2003
 
Score 50%

I have posted a package for creating static icon themes.

It already includes one static theme.

http://www.kde-look.org/content/show.php?content=8529


Reply to this

-

 Wonderful

 
 by mengle on: Oct 20 2003
 
Score 50%

Wow! This makes OpenOffice look so much nicer. Thanks for the hard work that we can all appreciate.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10 

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