


Audio Apps by wbsoft 75 comments

MP3 Taggers by chrisKA 2 comments
$ id3encodingconverter
Traceback (most recent call last):
File "/usr/bin/id3encodingconverter", line 1807, in <module>
main()
File "/usr/bin/id3encodingconverter", line 1758, in main
license, copyright, text, homePage, bugEmail)
TypeError: argument 1 of KAboutData() has an invalid type
- Sep 02 2008

Various KDE 1.-4. Improvements by RockMan81 2 comments
Quote:
./.libs/libkdeinit_irkick.so: undefined reference to `OSDWidget::OSDWidget(QWidget*, char const*)'
./.libs/libkdeinit_irkick.so: undefined reference to `OSDWidget::setScreen(int)'
./.libs/libkdeinit_irkick.so: undefined reference to `OSDWidget::show(QString const&, QImage)'
./.libs/libkdeinit_irkick.so: undefined reference to `OSDWidget::unsetColors()'
do i need some amarok-dev suff, or what is wrong? Where can I get it. - Jul 26 2008

Audio Apps by marcel83 20 comments

Audio Apps by marcel83 20 comments

Amarok 1.x Scripts by chrisKA 15 comments
how can I convert ID3V2 non UTF-8 Tags to UTF-8? - Jan 20 2008

Network by thoenig 38 comments
how can I configure non dhcp networks with knetworkmanager? - Sep 12 2007

Telephony by callintegrator 12 comments

Telephony by callintegrator 12 comments
Here is my output:
callintegrator-2.2/callintegrator$ ls
callintegrator callintegrator.pro initcall Makefile
callintegrator-2.2/callintegrator$ qmake
qmake qmake-qt3 qmake-qt4
callintegrator-2.2/callintegrator$ qmake-qt4 -v
QMake version 2.01a
Using Qt version 4.3.0 in /usr/lib
callintegrator-2.2/callintegrator$ qmake -v
Qmake version: 1.07a (Qt 3.3.7)
Qmake is free software from Trolltech AS.
callintegrator-2.2/callintegrator$ cd callintegrator
callintegrator-2.2/callintegrator/callintegrator$ ls
callintegrator.cpp callintegrator.h callintegrator.pro callintegrator.ui main.cpp Makefile ui_callintegrator.h
callintegrator-2.2/callintegrator/callintegrator$ rm callintegrator.pro
callintegrator-2.2/callintegrator/callintegrator$ rm Makefile
callintegrator-2.2/callintegrator/callintegrator$ rm ui_callintegrator.h
callintegrator-2.2/callintegrator/callintegrator$ ls
callintegrator.cpp callintegrator.h callintegrator.ui main.cpp
callintegrator-2.2/callintegrator/callintegrator$ qmake-qt4 -project
callintegrator-2.2/callintegrator/callintegrator$ qmake-qt4
callintegrator-2.2/callintegrator/callintegrator$ make
/usr/bin/uic-qt4 callintegrator.ui -o ui_callintegrator.h
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o callintegrator.o callintegrator.cpp
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp
/usr/bin/moc-qt4 -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. callintegrator.h -o moc_callintegrator.cpp
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o moc_callintegrator.o moc_callintegrator.cpp
g++ -o callintegrator callintegrator.o main.o moc_callintegrator.o -L/usr/lib -lQtGui -lQtCore -lpthread
It seams to work now.
- Jul 31 2007

Telephony by callintegrator 12 comments
QT4-Designer is installed.
But I'm contented with initcall.
I user 64bit system. - Jul 30 2007

Telephony by callintegrator 12 comments
callintegrator-2.2/callintegrator$ make
cd callintegrator && make -f Makefile
make[1]: Entering directory `/home/natanael/Documents/tmp/callintegrator/callintegrator-2.2/callintegrator/callintegrator'
/usr/bin/uic callintegrator.ui -o ui_callintegrator.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.7)
make[1]: *** [ui_callintegrator.h] Fehler 1
make[1]: Leaving directory `/home/natanael/Documents/tmp/callintegrator/callintegrator-2.2/callintegrator/callintegrator'
make: *** [sub-callintegrator-make_default] Fehler 2
callintegrator-2.2/callintegrator$ cd initcall/
callintegrator-2.2/callintegrator/initcall$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I. -I. -I. -o initcall.o initcall.cpp
initcall.cpp: In function ‘bool read_config_file(std::string&, std::string&, std::string&, int&, std::string&, int&)’:
initcall.cpp:230: warning: comparison is always true due to limited range of data type
g++ -o initcall initcall.o -L/usr/lib -lQtGui -L/usr/lib -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -ldl -lpthread
callintegrator-2.2/callintegrator/initcall$ ls
initcall initcall.cpp initcall.o initcall.pro Makefile
callintegrator-2.2/callintegrator/initcall$ ./initcall
You need to specify both phone numbers, the one you are calling from and the one you want to call.
callintegrator-2.2/callintegrator/initcall$ cd ..
callintegrator-2.2/callintegrator$ make
cd callintegrator && make -f Makefile
make[1]: Entering directory `/home/natanael/Documents/tmp/callintegrator/callintegrator-2.2/callintegrator/callintegrator'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I. -I. -I. -o callintegrator.o callintegrator.cpp
callintegrator.cpp:3:17: error: QFile: Datei oder Verzeichnis nicht gefunden
callintegrator.cpp:4:23: error: QTextStream: Datei oder Verzeichnis nicht gefunden
callintegrator.cpp:5:18: error: QDebug: Datei oder Verzeichnis nicht gefunden
callintegrator.h:7: error: expected class-name before ‘,’ token
callintegrator.h:7: error: ‘Ui’ has not been declared
callintegrator.h:7: error: expected `{' before ‘CallIntegrator’
callintegrator.h:7: error: invalid function declaration
callintegrator.cpp:10: error: ‘QString’ does not name a type
callintegrator.cpp:20: error: ‘QChar’ does not name a type
callintegrator.cpp:24: error: ‘QString’ does not name a type
callintegrator.cpp:28: error: invalid use of undefined type ‘class CallIntegrator’
callintegrator.h:7: error: forward declaration of ‘class CallIntegrator’
callintegrator.cpp:28: error: ‘QString’ was not declared in this scope
callintegrator.cpp:63: error: invalid use of undefined type ‘class CallIntegrator’
callintegrator.h:7: error: forward declaration of ‘class CallIntegrator’
callintegrator.cpp: In member function ‘void CallIntegrator::read_config_file()’:
callintegrator.cpp:64: error: ‘QFile’ was not declared in this scope
callintegrator.cpp:64: error: expected `;' before ‘data’
callintegrator.cpp:65: error: ‘data’ was not declared in this scope
callintegrator.cpp:65: error: ‘QIODevice’ has not been declared
callintegrator.cpp:65: error: ‘QIODevice’ has not been declared
callintegrator.cpp:67: error: ‘QTextStream’ was not declared in this scope
callintegrator.cpp:67: error: expected `;' before ‘in’
callintegrator.cpp:68: error: ‘in’ was not declared in this scope
callintegrator.cpp:69: error: ‘QString’ was not declared in this scope
callintegrator.cpp:69: error: expected `;' before ‘line’
callintegrator.cpp:70: error: incomplete type ‘CallIntegrator’ used in nested name specifier
callintegrator.cpp:70: error: ‘line’ was not declared in this scope
callintegrator.cpp:72: error: ‘data’ was not declared in this scope
callintegrator.cpp: At global scope:
callintegrator.cpp:75: error: expected constructor, destructor, or type conversion before ‘(’ token
callintegrator.cpp:97: error: invalid use of undefined type ‘class CallIntegrator’
callintegrator.h:7: error: forward declaration of ‘class CallIntegrator’
callintegrator.cpp:100: error: invalid use of undefined type ‘class CallIntegrator’
callintegrator.h:7: error: forward declaration of ‘class CallIntegrator’
callintegrator.cpp: In member function ‘void CallIntegrator::slotSave()’:
callintegrator.cpp:101: error: ‘QFile’ was not declared in this scope
callintegrator.cpp:101: error: expected `;' before ‘data’
callintegrator.cpp:102: error: ‘data’ was not declared in this scope
callintegrator.cpp:102: error: ‘QFile’ is not a class or namespace
callintegrator.cpp:102: error: ‘QFile’ is not a class or namespace
callintegrator.cpp:103: error: ‘QTextStream’ was not declared in this scope
callintegrator.cpp:103: error: expected `;' before ‘out’
callintegrator.cpp:104: error: ‘out’ was not declared in this scope
callintegrator.cpp:104: error: ‘values’ was not declared in this scope
callintegrator.cpp:104: error: ‘comboBoxCallProvider’ was not declared in this scope
callintegrator.cpp:104: error: ‘endl’ was not declared in this scope
callintegrator.cpp:105: error: ‘lineEditUsername’ was not declared in this scope
callintegrator.cpp:106: error: ‘lineEditPassword’ was not declared in this scope
callintegrator.cpp:107: error: ‘checkBoxReverse’ was not declared in this scope
callintegrator.cpp:110: error: ‘lineEditSourceNumber’ was not declared in this scope
callintegrator.cpp:111: error: ‘spinBoxTimeout’ was not declared in this scope
callintegrator.cpp:113: error: ‘data’ was not declared in this scope
callintegrator.cpp:113: error: ‘QFile’ is not a class or namespace
callintegrator.cpp:113: error: ‘QFile’ is not a class or namespace
callintegrator.cpp:115: error: ‘qDebug’ was not declared in this scope
callintegrator.cpp:115: error: ‘param_filename’ was not declared in this scope
make[1]: *** [callintegrator.o] Fehler 1
make[1]: Leaving directory `/home/natanael/Documents/tmp/callintegrator/callintegrator-2.2/callintegrator/callintegrator'
make: *** [sub-callintegrator-make_default] Fehler 2
(If you're not from Germany "Fehler" in the last lines is the German word for "error".)
I have compiled already QT4 apps and they are working. But if I run qmake with QT4 I have to run "qmake-qt4" "qmake" is linked to "qmake-qt3". I use debian GNU/Linux. - Jul 30 2007

Amarok 1.x Scripts by gecko 11 comments
btw: I think I have chosen a German layout in the xorg.conf:
"Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection"
3) there are some ideas for pubmode in AmaroK-Wiki http://amarok.kde.org/wiki/Pub_Mode_ideas. But you are right AmarokFS-session needs a better README and it should be more comfortable.
The idea with the new user for AmarokFS is good. - Jul 29 2007

Amarok 1.x Scripts by gecko 11 comments
We need a way to find out whether the window is hidden or it is not. Maybe there is a way to list all open windows with dcop-call to kwin. - Jul 29 2007

Telephony by callintegrator 12 comments
Now I've tried Version 2.2 and ran 'make' in every directory. But I get again floods of errors. Could you maybe give some step by step instructions how to install this app, because all the qmake an QT4 things are new to me and I think also to others. - Jul 29 2007

Various KDE 1.-4. Improvements by LeeSieLung 93 comments
The kdeartwork-emoticons package is also not directly related to kopete. I would like to have a emoticonmanager in kontrollcenter or standalone.
(I also use the same emoticons in konversation.) - May 28 2007

Amarok 1.x Scripts by gecko 11 comments
if you load a windowmanager. You can change with it's functions to the AmaroK mainwindow.
You should load it in the "/usr/local/share/amarokFS/script/amarokFS-start.sh"-File
Mine looks like this:
[code]
#!/bin/sh
# dieser Skript startet Amarok mit Vollbilderweiterung
# this Script starts Amarok with Fullscreen Extension
/usr/bin/kwin &
/usr/bin/amarok &
/usr/local/bin/amarokFS
[/code] - Apr 23 2007

Telephony by callintegrator 12 comments
I get the following Error messages if I run "make":
$ make
/usr/bin/uic-qt4 callintegrator/callintegrator.ui -o ui_callintegrator.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Icallintegrator -I. -I. -o callintegrator.o callintegrator/callintegrator.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Icallintegrator -I. -I. -o main.o callintegrator/main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Icallintegrator -I. -I. -o initcall.o initcall/initcall.cpp
initcall/initcall.cpp: In function ‘bool read_config_file(std::string&, std::string&, std::string&, int&, std::string&, int&)’:
initcall/initcall.cpp:230: warning: comparison is always true due to limited range of data type
/usr/bin/moc-qt4 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Icallintegrator -I. -I. callintegrator/callintegrator.h -o moc_callintegrator.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Icallintegrator -I. -I. -o moc_callintegrator.o moc_callintegrator.cpp
g++ -o source callintegrator.o main.o initcall.o moc_callintegrator.o -L/usr/lib -lQtGui -lQtCore -lpthread
initcall.o: In function `main':
initcall.cpp:(.text+0x3700): multiple definition of `main'
main.o:main.cpp:(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `main' changed from 165 in main.o to 11303 in initcall.o
collect2: ld returned 1 exit status
make: *** [source] Fehler 1
what is the problem? - Mar 13 2007

Amarok 1.x Scripts by gecko 11 comments
Do you think I should ask the user for the distribution, or how can I figure out, where KDM has its sessions?
The play-list is really a problem. And I don't know what the AmarokFS developer(s) plan to do in the future. But In the next version the session will load a window-manager, so you can switch to Amarok, witch runs in the background, by pressing your Amarok-accesskey: [mod4]+[P] (default) ([mod4] is also known as [Windows]/[Apple]).
white_gecko - Mar 02 2007

Amarok 1.x Scripts by gecko 11 comments
Is anybody with Ideas, what to make better? I don't know what the next version should have what isn't in the first version. - Feb 28 2007

Utilities by mateusz93 9 comments

Various KDE 1.-4. Improvements by conrausch 118 comments

Various KDE 1.-4. Improvements by conrausch 118 comments
And for the path variable you have to search for the KDE-directory maby it is /usr/share/kde - Feb 14 2007

Amarok 1.x Scripts by nebbus 68 comments
Thank you for the answer. - Feb 08 2007

KDM3 Themes by ksimmons 8 comments

Amarok 1.x Scripts by nebbus 68 comments
But I've had a problem because my kopete generates everytime the Song changes an away and a back message. So I just made the lines 268 and 269 to a comment. So there is also no Desktop visable between the songs, while the screensaver is runing.
Tankyou - Jan 08 2007

Wallpaper Other by r00dy 5 comments
r00dy I can only find the thumbnail for this wonderful picture. I would be happy about a bigger version. - Nov 26 2006
1. you have to install gdm via YaST
2. you set GDM as Login-Manager
3. you logout
4. you click "Aktion" or some thing like that
5. you click "Den Anmeldemanager konfigurieren"
6. you enter the root password
7. you chose "Grafischer Begrüßer"
8. click on "Neues Thema installieren"
9. search for the .tar.gz-file
10. click on "Installieren"
11. chose "gdm4kde v0.4"
12. waite
13. click "Schließen"
14. be happy
15. send me questions if you don't understand (but dont forget your eMail for replay)
16. excuse my english i'm just learning - Jun 23 2005

KDE Plasma Screenshots by sanjayk43 2 comments

KDE Plasma Screenshots by sanjayk43 4 comments

Wallpaper Other by gecko 5 comments
you can find it with the URL: "http://www.kde-look.org/content/show.php?content=20240" - Jan 30 2005

Wallpaper Other by gecko 5 comments
but it's just the photo (without the text and so on.) - Jan 19 2005

Wallpaper Other by gecko 2 comments

Icon Sub-Sets by gecko 3 comments

Various Artwork by dadeisvenm 10 comments

Wallpaper Other by timbrown527 8 comments
I'm also a christian :-) - Feb 01 2004