


Database by alwin 29 comments
I'm running Opensuse 11.0 and get the following error while building this app:
tom@linux:~/Desktop/kmysqladmin-0.7.2> make
make all-recursive
make[1]: Entering directory `/home/tom/Desktop/kmysqladmin-0.7.2'
Making all in kmysqladmin
make[2]: Entering directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin'
Making all in toolbar
make[3]: Entering directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin/too
lbar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin/tool
bar'
Making all in helpers
make[3]: Entering directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin/hel
pers'
source='stringlist.cpp' object='stringlist.o' libtool=no \
depfile='.deps/stringlist.Po' tmpdepfile='.deps/stringlist.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/opt/kde3/include -I/usr/l
ib/qt3/include -I. -I/usr/include/mysql -DQT_THREAD_SUPPORT -D_REENTRANT -Wn
on-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrit e-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wch ar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions - fno-check-new -fno-common -fexceptions -c -o stringlist.o `test -f 'stringlist. cpp' || echo './'`stringlist.cpp
In file included from stringlist.cpp:1:
stringlist.h: In member function ‘__gnu_cxx::__normal_iterator<std::basic_string <char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_s tring<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std:: basic_string<char, std::char_traits<char>, std::allocator<char> > > > > stringli st::find_nocase(const std::string&, __gnu_cxx::__normal_iterator<std::basic_stri ng<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic _string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std ::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >)’:
stringlist.h:82: error: ‘find_if’ is not a member of ‘std’
make[3]: *** [stringlist.o] Error 1
make[3]: Leaving directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin/help ers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/Desktop/kmysqladmin-0.7.2/kmysqladmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/Desktop/kmysqladmin-0.7.2'
make: *** [all] Error 2
tom@linux:~/Desktop/kmysqladmin-0.7.2>
Any ideas? - Jul 06 2008

Amarok 1.x Scripts by ineedit 3 comments
#cat /dev/video0 > test.mpg
CTRL-C
and play this file with mplayer or equiv.
Here is a list of the different devices with the card form the IVTV wiki:
/dev/video0
MPEG2 encoder device (most people want this)
/dev/video16
decoder device for CX23415 cards (tv-out)
/dev/video24
audio only output
/dev/video32
raw YUV (uncompressed) encoder device
/dev/video48
raw YUV decoder output stream (currently doesn't work)
/dev/radio0
radio device
/dev/vbi0
vertical blank interval (cc and teletext, etc) for the encoder
/dev/vbi4
reproduced vbi data sent to video16
/dev/vbi8
sends data to the tv-out port (CX23415 cards)
/dev/fb[x]
framebuffer device
Note not all cards have a radio. Only certain models of the PVR-150 and the PVR-350 have the radio. The PVR-500 is basically two PVR-150s on one card as it has 2 tuner devices.
As for what card to test with, I think that the PVR-150 is a good way to go. They all work the same way and use the same drivers, but the 150 is newer then the 250 and 350 and is the cheapest. - May 14 2007

Wallpaper Other by kosarajudeepak 9 comments
This is either a joke or you are the dumbest person alive. - Feb 10 2007

Wallpaper Other by kosarajudeepak 9 comments
Last time I checked Apple != KDE - Feb 10 2007
First: the default should not be 'start hidden'. I didn't know that it was even running at first. I discovered it was quite some time later
Second: Both options on the last conf tab do not work. When they are changed, they reset back to the default 50% and 10 speed. - Jan 18 2007

Wallpaper Other by sh4d0k0 2 comments
1. I am would like to provide the translations for your GUI for English speakers that use this. However I don't know how to do this. I have found the place in qLeoManWidget.cpp where the strings reside, but I'm not sure how to add translations.
2. Would it be possable to let qleo translate words that are marked (pastable with middle mouse buttom) rather then having to ctrl-c the word? This is how ksteak works and it saves a lot of time.
Thank you for a nice app! - Nov 06 2006
i read about your problem at kde-apps.org. I dont know exactly what your problem could be, but try going to the "src" subdirectory and make there "/usr/local/Trolltech/Qt-4.2.1/bin/qmake" and "make" again.
Greetings!
Markus
Markus,
I tried what you suggested, and qleo compiled correctly when qmake and make were run from the src directory. Thank you. - Nov 06 2006
I'm having trouble compiling qleo-0.2 on SuSE 10.0 I downloaded and installed the latest qt-4.2.1. After I did the following:
tom@linux:~/Desktop/qleo-0.2> /usr/local/Trolltech/Qt-4.2.1/bin/qmake
tom@linux:~/Desktop/qleo-0.2> make
cd src && make -f Makefile
make[1]: Entering directory `/home/tom/Desktop/qleo-0.2/src'
make[1]: *** No rule to make target `/usr/local/Trolltech/Qt-4.2.0/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/tom/Desktop/qleo-0.2/src'
make: *** [sub-src-make_default] Error 2
tom@linux:~/Desktop/qleo-0.2>
Any Ideas? is there a problem with my qt?
Thanks, Tom - Nov 05 2006
I wanted to do this with DemocraceTV and clicked on the "Attack of the Show - Subscribe" Link at the top of the page, and instead of getting subscribed to the feed, I simply got the RSS text in the window.
The subscribe did work for Realpeoplenetwork though - May 01 2006
tom@linux:~> tar --version
tar (GNU tar) 1.15.1
tom@linux:~> bunzip2 --version
bzip2, a block-sorting file compressor. Version 1.0.3, 15-Feb-2005.
tom@linux:~> ark --version
Qt: 3.3.4
KDE: 3.4.2 Level "b"
Ark: 2.5.2
SuSE 10.0
Also, as a side note you might want to start defining release numbers so that it is easier to talk about what version someone is using... - May 01 2006
Thanks for your help. - May 01 2006
-rwxr-xr-x jel/jel 921 2006-05-01 06:06:17 KatchTV/KatchTV
-rw-r--r-- jel/jel 17989 2006-04-28 14:09:25 KatchTV/LICENSE.txt
-rw-r--r-- jel/jel 824 2006-04-30 10:55:01 KatchTV/MANIFEST
-rw-r--r-- jel/jel 2001 2006-04-30 11:05:12 KatchTV/README.txt
-rw-r--r-- jel/jel 9549 2006-04-30 10:28:35 KatchTV/Docs/Manual/index.html
-rw-r--r-- jel/jel 312 2006-04-30 09:37:53 KatchTV/Docs/Manual/images/xml2.gif
-rw-r--r-- jel/jel 395 2006-04-30 09:37:59 KatchTV/Docs/Manual/images/live_bookmark2.gif
-rw-r--r-- jel/jel 9809 2006-04-03 11:47:43 KatchTV/thirdparty/btbackend.py
-rwxr-xr-x jel/jel 122933 2006-01-10 23:32:22 KatchTV/thirdparty/feedparser.py
-rw-rw-r-- jel/jel 35645 2006-03-02 16:06:42 KatchTV/thirdparty/urlgrabber-2.9.9/ChangeLog
-rw-rw-r-- jel/jel 24389 2004-03-31 12:02:00 KatchTV/thirdparty/urlgrabber-2.9.9/LICENSE
-rw-rw-r-- jel/jel 400 2006-03-02 16:06:52 KatchTV/thirdparty/urlgrabber-2.9.9/MANIFEST
-rw-rw-r-- jel/jel 2232 2006-03-02 16:06:52 KatchTV/thirdparty/urlgrabber-2.9.9/PKG-INFO
-rw-rw-r-- jel/jel 995 2005-02-21 16:40:09 KatchTV/thirdparty/urlgrabber-2.9.9/README
-rw-rw-r-- jel/jel 1616 2005-03-08 17:53:20 KatchTV/thirdparty/urlgrabber-2.9.9/setup.py
-rw-rw-r-- jel/jel 2084 2005-10-22 18:05:11 KatchTV/thirdparty/urlgrabber-2.9.9/TODO
drwxrwxr-x jel/jel 0 2006-04-28 10:28:31 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/
-rw-rw-r-- jel/jel 16837 2005-10-22 17:57:28 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/byterange.py
-rw-rw-r-- jel/jel 20230 2005-10-22 17:57:28 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/keepalive.py
-rw-rw-r-- jel/jel 18235 2005-08-19 17:59:07 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/progress.py
-rw-rw-r-- jel/jel 18069 2006-02-22 13:26:46 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/mirror.py
-rw-rw-r-- jel/jel 56404 2006-03-02 15:56:57 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/grabber.py
-rw-rw-r-- jel/jel 2259 2006-03-02 16:06:35 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/__init__.py
-rw-r--r-- jel/jel 1701 2006-04-28 10:28:31 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/__init__.pyc
-rw-r--r-- jel/jel 50713 2006-04-28 10:28:31 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/grabber.pyc
-rw-r--r-- jel/jel 17809 2006-04-28 10:28:31 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/keepalive.pyc
-rw-r--r-- jel/jel 15117 2006-04-28 10:28:31 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/byterange.pyc
-rw-rw-r-- jel/jel 16837 2005-10-22 17:57:28 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/byterange.py
-rw-rw-r-- jel/jel 56404 2006-03-02 15:56:57 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/grabber.py
-rw-rw-r-- jel/jel 2259 2006-03-02 16:06:35 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/__init__.py
-rw-rw-r-- jel/jel 20230 2005-10-22 17:57:28 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/keepalive.py
-rw-rw-r-- jel/jel 18069 2006-02-22 13:26:46 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/mirror.py
-rw-rw-r-- jel/jel 18235 2005-08-19 17:59:07 KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/progress.py
-rw-r--r-- jel/jel 41520 2006-05-01 06:31:22 KatchTV/uicode/KTVMainWindow.py
-rw-r--r-- jel/jel 2688 2006-04-29 11:40:39 KatchTV/webstyle/progressbar.png
-rw-r--r-- jel/jel 824 2006-04-30 10:55:01 KatchTV/MANIFEST
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/byterange.py: Cannot open: File exists
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/grabber.py: Cannot open: File exists
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/__init__.py: Cannot open: File exists
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/keepalive.py: Cannot open: File exists
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/mirror.py: Cannot open: File exists
tar: KatchTV/thirdparty/urlgrabber-2.9.9/urlgrabber/progress.py: Cannot open: File exists
tar: KatchTV/MANIFEST: Cannot open: File exists
tar: Error exit delayed from previous errors - May 01 2006

Telephony by cyberclaus 8 comments
I'm not sure how practical this is, as I know nothing about ISDN, but could this be made to work with called ID on a regular phone line connected to the computer through a modem? - Mar 03 2006
Thank you for writing and contributing to free/oss, but there are so many things that need to be created why re-invent the wheel? - Mar 01 2006

Video Apps by dsvilko 60 comments
linux:/windows/F/Video/Other Stuff # /usr/src/ffmpeg/ffplay Cannstatter\ Volksfest.3gp
SDL_OpenAudio: Couldn't open /dev/dsp1: No such file or directory
I get this error as a regualr user and as root.
Any ideas? - Feb 26 2006

Video Apps by dsvilko 60 comments

Video Apps by dsvilko 60 comments
1. Is there a linux app that can play .3gp files?
2. I couldn't find one so I had to figure out how to use ffmpeg to turn one that someone sent me into a .mpeg. Can you have your app convert from .3gp to mpeg or avi or sopmething more mainstream? - Feb 16 2006

Utilities by rgfernandes 124 comments
http://www.der-fritz.de/ksteak/ - Aug 22 2005

Browser by vkhaitan 72 comments
Do you have rpms for pyxine and pyid3lib? I could not find them anywhere, and I think that people may want them. - Jan 24 2005

Various KDE 1.-4. Improvements by Dgege 165 comments

Dolphin Service Menus by maitre 23 comments

Dolphin Service Menus by tommycw1 50 comments
http://www.kde-look.org/content/show.php?content=7533 - Mar 24 2004

Dolphin Service Menus by tommycw1 50 comments
I am not sure if this is a good idea though. If the Konqueror window that had root priv looks like all the other windows, people might really mess up their systems by forgetting that this window has root priv,
It might be a good idea to leave it having a different look.
I guess I would like to hear some opioions first - Mar 16 2004

Dolphin Service Menus by tommycw1 50 comments
http://www.kde-look.org/content/show.php?content=6384 - Mar 13 2004

Dolphin Service Menus by tommycw1 50 comments
- Mar 12 2004

Dolphin Service Menus by tommycw1 50 comments

Dolphin Service Menus by tommycw1 50 comments
Do we really need ANOTHER text editor? As if emacs, xemacs, vi, vim, joe, pico, nano, kate, kwrite, ktext, gedit, and the probably countless others are not enough (and that is just off the top of my head). - Mar 02 2004
make[2]: Entering directory `/home/tom/Desktop/kvocabs-0.2.2/kvocabs'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -o kvocabs -L/usr/X11R6/lib -L/usr/lib/qt3/lib statswidget.o selcpmvarchivedlg.o main.o kvocabs.o hinzufuegenwidget.o hinzufuegendlg.o bearbeitenwidget.o bearbeitendlg.o aboutdlg.o abfragenwidget.o abfragenwidget1.o abfragendlg.o statswidget.moc.o bearbeitenwidget.moc.o hinzufuegenwidget.moc.o kvocabs.moc.o aboutdlg.moc.o selcpmvarchivedlg.moc.o abfragenwidget.moc.o hinzufuegendlg.moc.o bearbeitendlg.moc.o abfragendlg.moc.o -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread
libtool: unrecognized option `--tag=CXX'
Try `libtool --help' for more information.
make[2]: *** [kvocabs] Error 1
make[2]: Leaving directory `/home/tom/Desktop/kvocabs-0.2.2/kvocabs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/Desktop/kvocabs-0.2.2'
make: *** [all] Error 2 - Feb 24 2004

Wallpaper Other by rafiki 2 comments

Karamba & Superkaramba by trtmrt 34 comments

KDE 3.x Splash Screens by flamy 8 comments
It looks pretty cool!! (from what I can see anyway) - Oct 09 2003

KDE 3.x Splash Screens by sandman 6 comments