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

-
- bash2006's profile .- Fan of  .- CV  .- Friends  .- Content (2) .- Latest Comments (12) . 
.
Nice!
Jul 14 2007  on content Qwiimote

This is great! :-O
More features! :P cleaner gui :D tango bluetooth icon?

.
.
Feature request
Jul 8 2007  on content QtTube

GREAT application, love the slide down animation when downloading is starting :-)

is there any possible way a "convert after download" option will be included, like ogg,mp4,mp3(audio),mov,mpeg formats?(mencoder,ffmpeg?)

.
.
Coverflow
Jul 2 2007  on content Amarok Full Screen

Will there be a itunes' coverflow-like feature?

.
.
Suggestions
Feb 9 2007  on content Amarok Full Screen

Would be great to have the song's lyrics displayed in the corner of amarokFS, aswel as a light background(configurable)

Great app btw!

.
.
Error compiling
Feb 5 2007  on content Amarok Full Screen

I run Gentoo, i downloaded the source, uncomprssed it, ran qmake and then make but the output is:

/usr/bin/qmake -unix -o Makefile amarokFS.pro
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/kde -I/usr/local/include/kde -I/usr/include -I/opt/kde3/include -I/opt/kde/include -I. -I. -o cb.o cb.cpp
cb.h:14: error: ‘QCString’ has not been declared
cb.h:27: error: ‘QCString’ does not name a type
cb.h:31: error: ‘QCString’ has not been declared
cb.h:14: error: default argument for parameter of type ‘int’ has type ‘const char [1]’
cb.cpp:28: error: ‘QCString’ has not been declared
cb.cpp: In constructor ‘AKControlButton::AKControlButton(QWidget*, const char*, const QString&, const QString&, int)’:
cb.cpp:29: error: no matching function for call to ‘QLabel::QLabel(QWidget*&, const char*&)’
/usr/include/qt4/QtGui/qlabel.h:118: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/include/qt4/QtGui/qlabel.h:49: note: QLabel::QLabel(const QString&, QWidget*, Qt::WFlags)
/usr/include/qt4/QtGui/qlabel.h:48: note: QLabel::QLabel(QWidget*, Qt::WFlags)
cb.cpp:32: error: ‘command’ was not declared in this scope
cb.cpp: In member function ‘void AKControlButton::setNormal(const QString&)’:
cb.cpp:47: error: no match for ‘operator=’ in ‘((AKControlButton*)this)->AKControlButton::normal = tempImg’
/usr/include/qt4/QtGui/qpixmap.h:58: note: candidates are: QPixmap& QPixmap::operator=(const QPixmap&)
cb.cpp: In member function ‘void AKControlButton::setClicked(const QString&)’:
cb.cpp:54: error: no match for ‘operator=’ in ‘((AKControlButton*)this)->AKControlButton::clicked = tempImg’
/usr/include/qt4/QtGui/qpixmap.h:58: note: candidates are: QPixmap& QPixmap::operator=(const QPixmap&)
cb.cpp: In member function ‘virtual void AKControlButton::mouseReleaseEvent(QMouseEvent*)’:
cb.cpp:67: error: invalid use of undefined type ‘struct QMouseEvent’
/usr/include/qt4/QtGui/qwidget.h:55: error: forward declaration of ‘struct QMouseEvent’
cb.cpp:69: error: ‘command’ was not declared in this scope
cb.cpp: In member function ‘virtual void AKControlButton::mouseMoveEvent(QMouseEvent*)’:
cb.cpp:75: error: invalid use of undefined type ‘struct QMouseEvent’
/usr/include/qt4/QtGui/qwidget.h:55: error: forward declaration of ‘struct QMouseEvent’
cb.cpp: In member function ‘virtual void AKControlButton::mousePressEvent(QMouseEvent*)’:
cb.cpp:82: error: invalid use of undefined type ‘struct QMouseEvent’
/usr/include/qt4/QtGui/qwidget.h:55: error: forward declaration of ‘struct QMouseEvent’
make: *** [cb.o] Error 1

.
.
Ebuild Typo?
Dec 26 2006  on content Autostart Manager

>>> Unpacking autostart-0.5.tar.bz2 to /var/tmp/portage/autostart-0.5/work
/usr/portage/eclass/kde.eclass: line 148: cd: /var/tmp/portage/autostart-0.5/work/autostart-0.5: No such file or directory
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/autostart-0.5 ...
/usr/portage/eclass/kde.eclass: line 173: cd: /var/tmp/portage/autostart-0.5/work/autostart-0.5: No such file or directory
/usr/portage/eclass/kde.eclass: line 173: cd: /var/tmp/portage/autostart-0.5/work/autostart-0.5: No such file or directory

!!! ERROR: kde-misc/autostart-0.5 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ebuild.sh, line 1255: Called kde_src_compile
kde.eclass, line 170: Called kde_src_compile 'all'
kde.eclass, line 340: Called kde_src_compile 'myconf' 'configure' 'make'
kde.eclass, line 257: Called die

!!! no configure script found, generation unsuccessful
!!! If you need support, post the topmost build error, and the call stack if relevant.

.
.
Request
Dec 13 2006  on content FLVGET

Would it be possible to paste multiple URL and then click start and flvget to automatically convert em all if requested and download em too(obviously)?

thnx!

.
Re: Re: flv
Dec 12 2006  on content audiokonverter (also for KDE4)

ffmpeg does

.
.
Re: Cool but...
Dec 5 2006  on content Powered by VLOS

No, it is not dead. Version 1.3.1-rc1-r2 was actually released 2 days ago.

http://www.vidalinux.com
http://vidalinux.com

Both sites lead to the same site but just in case (DNS) ;-)

.
.
OpenSource rules!
Dec 5 2006  on content Kdenlive

Yeah, adding more effects would be great, I wanna stop being MainActor dependant :P

.


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