CapsLock doesn't work in Woody KDE2.2.2
Hi My CapsLock doesn't work in Woody KDE2.2.2. This is strange because it works in the console (Ctrl-Alt-F1). This is also very frustrating because I'm trying to make AOLers believe I'm one of them! If you have any ideas regarding how to fix this, please let me know. Thanks Oleg
layouts don't work in woody
Hi It's impossible to switch the keyboard layouts in Woody KDE: When I go to ControlCenter/Peripherals/Keyboard and select additional layouts, no layout switch appears anywhere on the desktop. Restarting KDE and X doesn't help. Is this a bug? Thanks Oleg P.S. apt-cache search layout | grep -i kde gives nothing, so I'm probably not missing any software.
Re: Gideon Alpha2 packages for Debian/Unstable, KDE RC2 available
On Mon, Nov 25, 2002 at 04:50:02PM +0100, Tamas Nagy wrote: > The latest Gideon Alpha-2 available for those lucky Debian users... > Unstable / KDE3.1-rc[2-4] packages are required... > PS : KDE 3.0.5 packages are not yet available... Sooner or later;) Hi, is there any chance of building kdevelop 2.x for KDE 3.1? I want to switch to 3.1 for development, but Gideon is simply _too_ buggy for my taste (crashed when loading a .kdevprj file, crashed when creating a new project, crashed when trying to open a C++ file, crashed when rearranging the subwindows, ...). I'd like to help, but I've just barely managed to figure out that a leading "~" in C++ means "destructor" so I doubt I'll be much help right now. I need some more practice. ;) -- mfg, Jens Benecke /// http://www.linuxfaq.de, http://www.linux.ms This mail is an attachment? Read http://www.jensbenecke.de/misc/outlook.html http://www.hitchhikers.de: Die größte kostenlose Mitfahrzentrale im Internet pgpTYz6122gQ3.pgp Description: PGP signature
Re: Xine won't play WMV audio
On Mon, Nov 25, 2002 at 08:30:32PM -0500, Matt Sheffield wrote: > This somewhat OT, but I am attempting to play some Windows Media files > from Konq with xine 0.9.13 but keep getting the message "No audio > plugin available to decode 'DivX audio (WMA)'. > > I understand one can use the Windows codecs so I linked my > /mnt/c/windows/system to /usr/lib/win32 but it still won't recognize > it. No. You do NOT need the Windows libraries. What you need are _special_ DLLs that contain additionall wrappers and stubs for the emulation layer that current players (libavifile for example) use to extract the code from the DLLs. The original windows DLLs don't help. Get w32codec.zip from the mplayer HQ (http://mplayer.sf.net). -- mfg, Jens Benecke /// http://www.linuxfaq.de, http://www.linux.ms This mail is an attachment? Read http://www.jensbenecke.de/misc/outlook.html http://www.hitchhikers.de: Die größte kostenlose Mitfahrzentrale im Internet pgpNbeJc7pMGh.pgp Description: PGP signature
kile
Has anyone made a package of Kile, the latex front end for KDE ? I have tried to compile it myself but I failed. Bastiaan
qt3.0.5 & kde 3.0.4 - howto recompile?
I just upgraded from kde 3.0.3 to 3.0.4. I have problems with database connectivity. from the website of trolltech: "Warning: Qt 3.0.5 introduces changes into some aspects of plugins, in particular regarding loading, path handling and library versions. As a result of this change, no plugins compiled with Qt 3.0.4 and earlier will work with Qt 3.0.5 and later: they must be recompiled." This means IMHO one must recompile all kde plugins (if not whole kde) against qt 3.0.5. The question is: how to recompile KDE, Postgrsql & mysql plugins? Regards, Setyo Nugroho
Re: kile
> Has anyone made a package of Kile, the latex front end for KDE ? http://people.debian.org/~bab/kde3/ Ben. -- Ben Burton [EMAIL PROTECTED] Public Key: finger [EMAIL PROTECTED] I'm a winter girl; I like coming out when things are desolate and everybody's ready to slit their wrists. - Tori Amos
Re: qt3.0.5 & kde 3.0.4 - howto recompile?
On 26.Nov 2002 - 14:51:38, Setyo Nugroho wrote: > I just upgraded from kde 3.0.3 to 3.0.4. > I have problems with database connectivity. you've got the debian packages or source code? > from the website of trolltech: > "Warning: Qt 3.0.5 introduces changes into some aspects of plugins, in > particular regarding loading, path handling and library versions. As a > result of this change, no plugins compiled with Qt 3.0.4 and earlier > will work with Qt 3.0.5 and later: they must be recompiled." > > This means IMHO one must recompile all kde plugins (if not whole kde) against > qt 3.0.5. > The question is: how to recompile KDE, Postgrsql & mysql plugins? From this I assume that you've got the deb's for kde 3.0.4?! These should already be compiled against the qt version that is stated in their dependecies (look what apt-cache show kde brings up). AFAIK there are no! kde-postgres ore mysql plugins, these are part of the qt library and are separate packages which should also be from version 3.0.5. Though you don't need to recompile these. What has to be recompiled are all the styles plugins from kde and other things that are plugins. In fact here I recompiled whole kde from source, but i don't have kde3 as deb's I ever used self-compiled. Andreas -- F: Was macht bumm- bumm- bumm- quitsch- bumm- bumm- bumm- quitsch ... A: Ein Elefant mit einem weißen Tennisschuh. pgp6n0fkdbLHN.pgp Description: PGP signature
unsuscribe
__15 MB Speicherplatz gratis - Lycos Mail - 15 MB Attachmentgrösse - http://mail.lycos.at
Re: qt3.0.5 & kde 3.0.4 - howto recompile?
Hi all, Andreas, yes I used finished deb packages. Meantime I have upgraded my kde from 3.0.4 to 3.0.5. The very similar problem with the database connectivity is still there. Though the database server and client are OK. Another try I made are removing and reinstalling packages related to mysql using apt-get removel and later apt-get install: apt-get install libdbd-mysql-perl libmysqlclient10 libmysqlclient10-dev libqt3-mysql mysql-client mysql-navigator mysql-server A run with a hand-coded qt program, it works fine. Apparently the problem lies within Qt Designer. Thanks for this advice. I will learn how to package them well. Are self-compiled package definitely more stable compared to finished ones? Any help regarding QTDesigner's database connectivity problem is still highly appreciated. Regards, Setyo Nugroho > From this I assume that you've got the deb's for kde 3.0.4?! These > should already be compiled against the qt version that is stated in > their dependecies (look what apt-cache show kde brings up). AFAIK there > are no! kde-postgres ore mysql plugins, these are part of the qt library > and are separate packages which should also be from version 3.0.5. > Though you don't need to recompile these. > What has to be recompiled are all the styles plugins from kde and other > things that are plugins. In fact here I recompiled whole kde from > source, but i don't have kde3 as deb's I ever used self-compiled.
Pencam2 KDE blues
Hi, I have a STV*** -style digital camera, an ARGUS DC1500. This is the same camera that works with the package "Pencam2". I'm running KDE 3.0.4 on unstable (SID) debian, 686 computer. I noticed that the images, when I download them to Linux (not Win98 -- that's okay) look dim and blue. Now, with Pencam, there is a setting or flag you can adjust so that they will download okay. But with KDE, I don't know of any such settings. Indeed, when I click setup in "Control Center/Peripherals/Digital Camera", I see "no settings necessary". If I remember, the explanation is that there are 4 bits, and sometimes the bits are set one way, and sometimes they are set the other -- you have to pack them into the image correctly to get the correct results. Does anyone know how to fix this? QUESTION 2 I notice that there are no previews for .pnm files on my pencam. It might be nice to get them. If anyone knows how to get previews there, please say. Otherwise, it might make a good additional development. I know that if I double-click the image, I can view it.
Re: qt3.0.5 & kde 3.0.4 - howto recompile?
On 26.Nov 2002 - 17:04:13, Setyo Nugroho wrote: > Hi all, > > Andreas, yes I used finished deb packages. Meantime I have upgraded my > kde from 3.0.4 to 3.0.5. The very similar problem with the database > connectivity is still there. Though the database server and client are > OK. That is mysterious > Another try I made are removing and reinstalling packages related > to mysql using apt-get removel and later apt-get install: apt-get > install libdbd-mysql-perl libmysqlclient10 libmysqlclient10-dev > libqt3-mysql mysql-client mysql-navigator mysql-server > > A run with a hand-coded qt program, it works fine. > Apparently the problem lies within Qt Designer. I will try that in a minute... > Thanks for this advice. I will learn how to package them well. Are > self-compiled package definitely more stable compared to finished ones? I think if you're using woody and kde3 it doesn't make that much difference, as the deb's are not really in woody. They have not gone through unstable and testing. In general the self compiled things can be more unstable then the deb's and though I would prefer the deb's. (I use the self compiled only because the download size of the deb's is too large for me). > Any help regarding QTDesigner's database connectivity problem is still highly > appreciated. You should have a look at bugs.debian.org and search through the bug database. Andreas PS: Could you quote correct next time please (I mean that the Full quote should lie above the text). -- Was du kannst besorgen, kannst du dir morgen nicht mehr leisten. pgpJ0cfPS0qQF.pgp Description: PGP signature
Re: Xine won't play WMV audio
That did the trick. Thanks! On Tuesday 26 November 2002 07:11 am, Jens Benecke wrote: > On Mon, Nov 25, 2002 at 08:30:32PM -0500, Matt Sheffield wrote: > > This somewhat OT, but I am attempting to play some Windows Media files > > from Konq with xine 0.9.13 but keep getting the message "No audio > > plugin available to decode 'DivX audio (WMA)'. > > > > I understand one can use the Windows codecs so I linked my > > /mnt/c/windows/system to /usr/lib/win32 but it still won't recognize > > it. > > No. > > You do NOT need the Windows libraries. What you need are _special_ DLLs > that contain additionall wrappers and stubs for the emulation layer that > current players (libavifile for example) use to extract the code from > the DLLs. > > The original windows DLLs don't help. Get w32codec.zip from the mplayer > HQ (http://mplayer.sf.net).
bookcase -- anyone running it successfully?
Is anyone running bookcase, a lit reference manager, successfully? All I get is a segfault when launching it (inside QApplication::sendPostedEvents). I'm using KDE 3.0.4 from the "semi-official" packages. Michael -- Michael Schuerig If at first you don't succeed... mailto:[EMAIL PROTECTED] try, try again. http://www.schuerig.de/michael/ --Jerome Morrow, "Gattaca"
Re: trouble installing kde-3.0.5 on woody
Hendrik Sattler wrote: > Something is wrong with your setup. Hmm. Is there a diagnostician in the house? :-) The only thing non-standard that I know of in my system is that I have gdb held back, and I don't think that explains what I'm seeing. Specifically: 1. It looks like libqt3-mt_3.0.5-4 requires libc6 (>= 2.2.5-13), which my system doesn't have. Does Woody have such a version? (http://packages.debian.org/stable/allpackages.html shows libc6 2.2.5-6.) 2. It looks like libqt3-mt_3.0.5-4 replaces libqt3 (>= 2:3.0.5-3); is that ">=" really right? In addition to local mirrors, I have the following in /etc/apt/sources.list: deb http://debian.lcs.mit.edu/debian woody main contrib non-free deb http://debian.lcs.mit.edu/debian unstable main contrib non-free deb http://http.us.debian.org/debian woody main contrib non-free deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free deb http://security.debian.org/ stable/updates main deb-src http://debian.permabit.com/mirror/debian woody main contrib non-free deb-src http://debian.permabit.com/mirror/non-us woody/non-US main contrib non-free deb-src http://debian.lcs.mit.edu/debian woody main contrib non-free # KDE-3 stuff for woody deb http://download.us.kde.org/pub/kde/stable/latest/Debian/woody ./ Here's some data on what I'm seeing (formatted for readability): # apt-get -s upgrade Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back cvs doxygen doxygen-gui gdb libbsd-resource-perl xmix The following packages will be upgraded kernel-image-2.4.18 libopenafs-dev 2 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded. Inst kernel-image-2.4.18 (permacore.1.4 intranet.permabit.com) Inst libopenafs-dev (1.2.3final2-6 Debian-Security:3.0/stable) Conf kernel-image-2.4.18 (permacore.1.4 intranet.permabit.com) Conf libopenafs-dev (1.2.3final2-6 Debian-Security:3.0/stable) # apt-cache show libc6 | grep -e Version Version: 2.3.1-5 Version: 2.2.5-12 Version: 2.2.5-11.2 Version: 2.2.5-6 # apt-cache show libqt3-mt | grep -e 'Version\|Depends\|Replaces\|^$' Version: 2:3.0.5-4 Replaces: qt3-tools (<< 2:3.0.2-20020306-1), libqt3 (>= 2:3.0.5-3) Depends: libc6 (>= 2.2.5-13), libfreetype6 (>= 2.1.1-1), libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), nas-lib, xlibmesa3 | libgl1, xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4) Version: 2:3.0.5-4 Depends: libc6 (>= 2.2.4-4), libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libqt3 (>= 2:3.0.5-4), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), xlibmesa3 | libgl1, xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4) Replaces: qt3-tools (<< 2:3.0.2-20020306-1) Version: 2:3.0.4-2 Replaces: qt3-tools (<< 2:3.0.2-20020306-1) Depends: libc6 (>= 2.2.4-4), libfreetype6 (>= 2.1.1-1), libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libqt3 (>= 2:3.0.4-1), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), xlibmesa3 | libgl1, xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4) Version: 2:3.0.3-20020329-1 Replaces: qt3-tools (<< 2:3.0.2-20020306-1) Depends: libc6 (>= 2.2.4-4), libfreetype6, libgl1, libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libqt3 (>= 2:3.0.3-1), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4)
Relation of debs and KDE CVS?
I consider building KDE from source in order to enable debugging info. I don't expect any problems building the source packages, but what about CVS? Are the debian-related changes flowing back into the main KDE CVS so that it would be possible (with some work...) to build packages from the latest CVS state? Michael -- Michael Schuerig If at first you don't succeed... mailto:[EMAIL PROTECTED] try, try again. http://www.schuerig.de/michael/ --Jerome Morrow, "Gattaca"
Re: trouble installing kde-3.0.5 on woody
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 26. November 2002 22:55 schrieb Jeff Keller: > Hendrik Sattler wrote: > > Something is wrong with your setup. > > Hmm. Is there a diagnostician in the house? :-) > The only thing non-standard that I know of in my system > is that I have gdb held back, and I don't think that explains > what I'm seeing. Specifically: > > 1. It looks like libqt3-mt_3.0.5-4 requires libc6 (>= 2.2.5-13), > which my system doesn't have. Does Woody have such a version? > (http://packages.debian.org/stable/allpackages.html shows > libc6 2.2.5-6.) The sources that point to the sid packages require 2.2.5-13 (see below for woody requirements). > 2. It looks like libqt3-mt_3.0.5-4 replaces libqt3 (>= 2:3.0.5-3); > is that ">=" really right? In the woody packages this is in the Depends: field, in the sid packages this is in th Replaces: field. Don't know why but it seems to work... # apt-cache show libc6 | grep -e Version Version: 2.2.5-11.2 Version: 2.2.5-6 # apt-cache show libqt3-mt | grep -e 'Version\|Depends\|Replaces\|^$' Version: 2:3.0.5-4 Depends: libc6 (>= 2.2.4-4), libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libqt3 (>= 2:3.0.5-4), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), xlibmesa3 | libgl1, xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4) Replaces: qt3-tools (<< 2:3.0.2-20020306-1) Version: 2:3.0.3-20020329-1 Replaces: qt3-tools (<< 2:3.0.2-20020306-1) Depends: libc6 (>= 2.2.4-4), libfreetype6, libgl1, libjpeg62, libmng1 (>= 1.0.3-1), libpng3, libqt3 (>= 2:3.0.3-1), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4) So, whatever you did there, you have a different results. I have the following deb lines: - --- deb http://ftp.rz.uni-karlsruhe.de/pub/debian woody main contrib non-free deb http://ftp.rz.uni-karlsruhe.de/pub/debian-non-US woody/non-US main contrib non-free deb http://ftp.rz.uni-karlsruhe.de/pub/debian-security woody/updates main contrib non-free deb http://ftp.rz.uni-karlsruhe.de/pub/debian woody-proposed-updates main contrib non-free deb http://ftp.rz.uni-karlsruhe.de/pub/debian-non-US woody-proposed-updates/non-US main contrib non-free deb-src http://ftp.rz.uni-karlsruhe.de/pub/debian woody main contrib non-free deb-src http://ftp.rz.uni-karlsruhe.de/pub/debian woody/non-US main contrib non-free deb-src http://ftp.rz.uni-karlsruhe.de/pub/debian-security woody/updates main contrib non-free deb-src http://ftp.rz.uni-karlsruhe.de/pub/debian woody-proposed-updates main contrib non-free deb-src http://ftp.rz.uni-karlsruhe.de/pub/debian-non-US woody-proposed-updates/non-US main contrib non-free deb http://download.uk.kde.org/pub/kde/stable/latest/Debian/woody ./ - --- So that's what I said: something's wrong with your setup (I meant the apt sources). Hendrik PS: Your mailing programs does not set the In-Reply-To: and References: headers :( - -- Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de oder über pgp.net PingoS - Linux-User helfen Schulen: http://www.pingos.schulnetz.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE94/tgzvr6q9zCwcERAva/AKCOBG2t6pQBq89EAXly2dDLlYjY/wCfbp70 ifi4xrmC1FsoDDcvBzx8G8Q= =gWFA -END PGP SIGNATURE-