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

MetaTheme

   0.0.6  

Theme/Style for KDE 3.2 +

Score 73%
MetaTheme
zoom


Link:  Link
Downloads:  13025
Submitted:  Jun 1 2004
Updated:  Oct 1 2005

Description:

MetaTheme is a project dedicated to unification of appearance between different graphics toolkits (currently GTK2, QT and Java).

The program is designed as a thin layer between toolkits and theme engines, creating unified API by which each theme engine can draw. The result is that every application uses the same code for drawing, making the appearance same across different applications. MetaTheme also adjusts behaviour a bit, so the overall effect of unification is impressive.

Please see the new homepage at http://www.metatheme.org/ for more details about this project.




Changelog:

Version 0.0.6 (2005/10/01)

- Styled menubar item, toolbar handle and dropdown item in MSSTYLE
- Fixed drawing of menus and progressbar in MSSTYLE
- Fixed MSSTYLE on 64-bit systems
- Added warning notice to metatheme-install script

Version 0.0.5 (2005/09/01)

- Added Highcolor/B3 theme and MSSTYLE themes loader
- Fixed checking a disabled state of buttons in Gecko-based applications
- Added ability to force MetaTheme in Java applications
- Added support for multiple toolkits in one process
- Improved look of Redmond and Plastik themes
- Styled JSplitPane
- Added basic support for Cairo
- Added support for retrieving information about widget hierarchy
- Added alpha channel to MT_IMAGE

Version 0.0.4 (2004/12/31)

- Initial support for Java/SWING toolkit
- Added three new themes: Plastik XP, Industrial and Flat
- Removed dependency on KDE
- Added ability to revert the order of dialog buttons to normal in GTK2
- Fixed invisible check and radio buttons in Konqueror
- Added basic support for customizing the appearance of texts
- Cleaned C++ binding and QT compatibility layer

Version 0.0.3 (2004/08/23)

- Added configuration tool with ability for on-the-fly switching of themes
- Made MetaTheme reentrant
- Styled toggle button in QT toolbar
- Fixed radio buttons, scrollbars and tooltips in Gecko based applications
- Improved appearance of GNOME toolbars
- Removed drawing of pointless border in Nautilus desktop window
- Other bugfixes and improvements

Version 0.0.2 (2004/07/01)

- New build system
- Fixed bad appearance in GTK 2.4 (some things not done yet)
- Fixed GtkRuler and GtkCurve widgets
- Fixed bugs in Plastik
- Styled check and radio icons in listviews
- Styled QFrame and GtkTearoffMenuItem
- Changed configuration file
- Other bugfixes and improvements

Version 0.0.1 (2004/06/01)

- Initial release.




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



goto page: prev   1  2  3  4  5  6 

-

 metatheme-install

 
 by stic on: Oct 2 2005
 
Score 50%
sticstic
none

I think you should add some information about uninstalling the theme, I had to find the README file to uninstall it. How about metatheme-install --help? I also think that the biggest problem at the moment is the speed, or actually the lack of it. At least on my computer it takes _seconds_ to draw the most complex windows.


Welcome to Hell - Here's your copy of Windows
Reply to this

-

 Re: metatheme-instal

 
 by jezek2 on: Oct 8 2005
 
Score 50%

Yes, I will try to make it more user friendly in the next release.

About speed, you've probably hit the worst case (big tiled background and QT's tab pane widget), I'll look into speeding this up.


Reply to this

-

 Compiling problem

 
 by kriko on: Oct 2 2005
 
Score 50%

Hi I get some errors while compiling:
metatheme/MetaThemeScrollBarUI.java:95: cannot resolve symbol
symbol : method isThumbRollover ()
location: class metatheme.MetaThemeScrollBarUI
if (isThumbRollover()) state |= MT_HOVER;
^
metatheme/MetaThemeScrollBarUI.java:140: createScrollListener() in metatheme.MetaThemeScrollBarUI cannot override createScrollListener() in javax.swing.plaf.basic.BasicScrollBarUI; attempting to use incompatible return type
found : metatheme.MetaThemeScrollBarUI.ScrollListener
required: javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
protected ScrollListener createScrollListener() {
^
metatheme/MetaThemeScrollBarUI.java:144: createTrackListener() in metatheme.MetaThemeScrollBarUI cannot override createTrackListener() in javax.swing.plaf.basic.BasicScrollBarUI; attempting to use incompatible return type
found : metatheme.MetaThemeScrollBarUI.TrackListener
required: javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
protected TrackListener createTrackListener() {
^
metatheme/MetaThemeTabbedPaneUI.java:197: cannot resolve symbol
symbol : method createScrollButton (int)
location: class javax.swing.plaf.metal.MetalTabbedPaneUI
return super.createScrollButton(direction);
^
4 errors

I think is java related, but I don't know how to fix it.


Reply to this

-

 Re: Compiling proble

 
 by jezek2 on: Oct 3 2005
 
Score 50%

MetaTheme currently needs JDK 1.5, if you don't want (can't) upgrade, you can try the patch at http://www.metatheme.org/tmp/metatheme-jdk14.diff


Reply to this

-

 Error

 
 by rlepage on: Oct 7 2005
 
Score 50%

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: /root/metatheme-0.0.6/metatheme/libmetatheme.a(metatheme.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/root/metatheme-0.0.6/metatheme/libmetatheme.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libmt_gtk2.la] Error 1
make[3]: Leaving directory `/root/metatheme-0.0.6/toolkits/gtk2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/metatheme-0.0.6/toolkits'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/metatheme-0.0.6'
make: *** [all] Error 2


ouchie!


Reply to this

-

 Re: Error

 
 by jezek2 on: Oct 8 2005
 
Score 50%

See the Bugzilla entry for this bug (and workaround at the end of page): http://bugzilla.advel.cz/show_bug.cgi?id=28


Reply to this

-
.

 on breezy

 
 by elgx on: Nov 1 2005
 
Score 50%

hi.
I had metatheme installed and quite working on hoary, but now that i have upgraded to breezy it does not show up in KcontrolCenter. and the style affects only the GTK apps.
I reinstalled it, with the prefix "/usr", as before, but it still doesn't work!
how can I do? i loved it ;_;


Reply to this

-

 doesn't install!

 
 by elgx on: Nov 7 2005
 
Score 50%

elena@Elena-KUBUNTU:~$ sudo dpkg -i /home/elena/metatheme-0.0.6/metatheme_0.0.6-1_i386.deb
dpkg: al riguardo di .../metatheme_0.0.6-1_i386.deb, contenente metatheme:
libgtk2.0-0 è in conflitto con metatheme (


Reply to this

-
.

 Bug ?

 
 by gfcarvalho on: Dec 28 2005
 
Score 50%

Hi there,

I'm using Debian etch, compiled and installed metatheme successfully, but when I try to switch over to it, Control Center simply closes before even giving a preview, right after selecting "MetaTheme" from the dropdown box.
Pentium 4 1.6GHz, Asus P4S333, 768 MB Ram, 2x 80GB Samsung HDD, nVidia TNT2 Riva 16 MB Ram.

Thank you for your work and atention


Reply to this

goto page: prev   1  2  3  4  5  6 

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