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

-
- alexmedina's profile .- Fan of (1) .- CV  .- Friends  .- Content (1) .- Latest Comments (22) . 
.
amazing!
Apr 27 2009  on content Avant [Pretty Please REQUEST!]

This is THE BEST THEME I EVER SAW at kde-look, this is AMAZING, this will be the kick-ass theme for KDE4.

.
.
more.
Apr 12 2009  on content Austrian Radio Streams Service

Here's more radio.
http://radio.orf.at/

.
Re: COOL!
Feb 19 2009  on content KOSD

Now I try again and have this one.

alexis@alexis-linux:~/kde-look/kosd-0.4$ make
[ 8%] Building CXX object CMakeFiles/kosd.dir/powermanager.o
/home/alexis/kde-look/kosd-0.4/powermanager.cpp:25:40: error: solid/control/powermanager.h: No such file or directory
/home/alexis/kde-look/kosd-0.4/powermanager.cpp: In member function 'int PowerManager::brightness() const':
/home/alexis/kde-look/kosd-0.4/powermanager.cpp:47: error: 'Control' is not a member of 'Solid'
/home/alexis/kde-look/kosd-0.4/powermanager.cpp:47: error: expected ';' before '::' token
make[2]: *** [CMakeFiles/kosd.dir/powermanager.o] Error 1
make[1]: *** [CMakeFiles/kosd.dir/all] Error 2
make: *** [all] Error 2

It's look like i'm missing some solid/powermanager(?) headers?

.
COOL!
Feb 19 2009  on content KOSD

dude, this looks really great!

I'm running kubuntu 8.10 with kde 4.2
Qt: 4.4.3
KDE: 4.2.00 (KDE 4.2.0)

When I try to compile, I get this error.

alexis@alexis-linux:~/kde-look/kosd-0.4/build$ make
[ 8%] Building CXX object CMakeFiles/kosd.dir/main.o
In file included from /home/alexis/kde-look/kosd-0.4/configurationdialog.h:27,
from /home/alexis/kde-look/kosd-0.4/kosd.h:29,
from /home/alexis/kde-look/kosd-0.4/main.cpp:21:
/home/alexis/kde-look/kosd-0.4/configgeneral.h:26:30: error: ui_configgeneral.h: No such file or directory
In file included from /home/alexis/kde-look/kosd-0.4/configurationdialog.h:28,
from /home/alexis/kde-look/kosd-0.4/kosd.h:29,
from /home/alexis/kde-look/kosd-0.4/main.cpp:21:
/home/alexis/kde-look/kosd-0.4/configappearance.h:26:33: error: ui_configappearance.h: No such file or directory
In file included from /home/alexis/kde-look/kosd-0.4/configurationdialog.h:27,
from /home/alexis/kde-look/kosd-0.4/kosd.h:29,
from /home/alexis/kde-look/kosd-0.4/main.cpp:21:
/home/alexis/kde-look/kosd-0.4/configgeneral.h:42: error: 'Ui' has not been declared
/home/alexis/kde-look/kosd-0.4/configgeneral.h:42: error: ISO C++ forbids declaration of 'ConfigGeneral' with no type
/home/alexis/kde-look/kosd-0.4/configgeneral.h:42: error: expected ';' before 'm_ui'
In file included from /home/alexis/kde-look/kosd-0.4/configurationdialog.h:28,
from /home/alexis/kde-look/kosd-0.4/kosd.h:29,
from /home/alexis/kde-look/kosd-0.4/main.cpp:21:
/home/alexis/kde-look/kosd-0.4/configappearance.h:36: error: 'Ui' has not been declared
/home/alexis/kde-look/kosd-0.4/configappearance.h:36: error: ISO C++ forbids declaration of 'ConfigAppearance' with no type
/home/alexis/kde-look/kosd-0.4/configappearance.h:36: error: expected ';' before 'm_ui'
make[2]: *** [CMakeFiles/kosd.dir/main.o] Error 1
make[1]: *** [CMakeFiles/kosd.dir/all] Error 2
make: *** [all] Error 2


Can you give me a hand?
Thanks.

.
.
cool!
Feb 5 2009  on content Glassified Splash

Really nice! . Can you add one for 1280x800?

.
.
great!
Nov 28 2008  on content inUtileBar

i like your inutile bar jaja..

Here some suggestions:
1- SVG icons, would be nicer, so you can resize them without lose quality of icons.
2- Costumize: Been able to change applications in the bar (I.e.: i prefer kmess instead of amsn)
3- Add or remove icons (maybe people don't use skype or xyum)

Very nice work! Thank you..

.
.
Great
Nov 8 2008  on content idea for more intuitive Okular

I like your idea, let's see what the developers think about it.

Voted good.

.
.
Nice
Nov 8 2008  on content KDE4 Crystal Diamond Icons

nice, good job!

.
Re: Re: Nice idea
Aug 22 2008  on content Cover Switch Idea

Another thing that i didn't like, it's when an application it's minimized, you can't see the window preview in the windows list of the switch view, insted you just can see the icon of the application :(

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 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