kde 3.2 upgrade problem

2004-03-06 Thread Paul Winkler
This morning I performed a dist-upgrade going from 3.1.4 to 3.2, (in sid).  I 
then noticed kde did not start from kdm but rather dumped me into twm.  This 
I now know is simply due to kdm not defaulting to kde startup.  Later while  
exploring 3.2 I attempted to delete a set of icons in kcontrol and 
immediately lost all icons on the desktop, applications, and panel.  I tried 
a number of things including removing kde and reinstalling but to no avail.  
I did not purge the kde installation as I did not want to lose bookmarks, 
filter rules etc.

Any thoughts on how to get my icons back would be greatly appreciated. Thanks 
in advance.

Paul Winkler




Re: kde 3.2 upgrade problem

2004-03-06 Thread Paul Winkler
Klaus,

I discovered, (well not a real significant discovery), that you can use kdm - 
just click on menu-session type-kde, the kdm panel doesn't show that it 
will boot in kde but it does.  As for my icons, they are still missing 
(sigh).they can't have gone far.  Thanks.

Paul


On Saturday 06 March 2004 02:17 pm, Klaus Holler wrote:
 Hi Paul,

 On Saturday 06 March 2004 20:56, Paul Winkler wrote:
  This morning I performed a dist-upgrade going from 3.1.4 to 3.2,
  (in sid).  I then noticed kde did not start from kdm but rather
  dumped me into twm.  This I now know is simply due to kdm not
  defaulting to kde startup.  Later while exploring 3.2 I attempted
  to delete a set of icons in kcontrol and immediately lost all icons
  on the desktop, applications, and panel.  I tried a number of
  things including removing kde and reinstalling but to no avail. I
  did not purge the kde installation as I did not want to lose
  bookmarks, filter rules etc.
 
  Any thoughts on how to get my icons back would be greatly
  appreciated. Thanks in advance.

 I faced the same problem today. Installing gdm as window manager did
 the job for me - during the dpkg-configuration dialog I was able to
 choose between gdm and kdm as default window manager ...

 Hope that helps,
 Klaus

 --
 Dipl.-Ing. Klaus Holler gmx.at after kho4l@




Re: Icon near mouse (opening apps)

2003-11-18 Thread Paul Winkler
Try -

Control Center-AppearanceThemes-Launch Feedback-uncheck Enable Busy cursor

Paul Winkler



On Tuesday 18 November 2003 11:31 am, Joan Tur wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hallo!

 I'm using latest SID, and I'd like not to see any more the icon of the
 application that's being started near the mouse pointer... but I haven't
 found where to disable this feature  8-?

 TIA
 - --
   Joan Tur. Eivissa-Spain
 Jabber: [EMAIL PROTECTED]
Yahoo  AIM: quini2k
 www.ClubIbosim.org
 Linux: usuari registrat 190.783
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)

 iD8DBQE/uldYok8j9RhtetwRAs5wAKCBEDovc6b5j3EQ6Y9oYfVCSyJhvwCeKHqo
 ej/MyJtjsbte86w6FpCiZpA=
 =ICxD
 -END PGP SIGNATURE-




Re: kde 2.2.x on potato (self compiled)

2001-11-28 Thread Paul Winkler
KDE 2.2.2 runs well compiled on Debian potato.  Attached is a file of 
notes I made to help me remember the options.  The login manager does 
not run since it requires some editing of the X startup files - which I 
do not have the patience to deal with - so I just type startx at the 
command line.  Hope this helps.

Paul Winkler

Eckhard Lehmann wrote:
Hi,
has anyone got running a self compiled kde 2.2.x on a potato machine?
I tried it out with ./configure --prefix=/usr/kde2.2.2 [...]
The kdelibs and kdebase compiled fine, but now I can't start it. I set 
$KDEDIR to /usr/kde2.2.2 and wrote in $HOME/.xinitrc 
exec /usr/kde2.2.2/bin/startkde. Then I run startx and the splash appears. 
But when kde detects the connected devices this button on the splash is 
blinking very long time and after this the splash disappears. I can close the 
xserver only with C-A-Del, then I see the error message:


[...]
Could not dlopen library dcopserver.la: /usr/kde2.2.2/lib/dcopserver.so: 
undefined symbol: _KDE_IcePoMagicCookie1Proc
_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
DCOPServer up and running.
Could not dlopen library klauncher.la: /usr/kde2.2.2/lib/klauncher.so: 
undefined symbol: id__C14KStartupInfoId
Could not dlopen library kded.la: /usr/kde2.2.2/lib/kded.so: undefined 
symbol: emergencyClose__10DCOPClient
kdeinit: Communication error with launcher. Exiting!
_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
QSocketNotifier: Multiple socket notifiers for same socket 6 and type read
xinit:  connection to X server lost.

waiting for X server to shut down

Maybe a linking problem? I can't really get on with this.
Kde 2.1.2 from the debian packages works fine on my system.
What is wrong? Do I have a chance to run kde 2.2.x on debian potato, in 
general? 

Thanks a lot for your response in advance.
Eckhard




To Compile the K Desktop -

/root/.profile - KDEDIR= /usr/local/kde
 QTDIR=/usr/local/qt
 PATH=/$QTDIR/bin:$KDEDIR/bin:$PATH
 MANPATH=$QTDIR/doc/man:$MANPATH
 
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
 export PATH QTDIR KDEDIR MANPATH  
LD_LIBRARY_PAT

 Item   Comments

QT library( requires libjpeg62-dev )

   ./configure -release -shared -gif
   -sm -thread -qt-zlib -qt-libpng
   -no-mng -system-jpeg -no-nas-sound
   -no-g++-exceptions

kdesupport   

kdelibs./configure  
--with-ssl-dir=/usr/local/ssl  --enable-debug
  ( requires -  zlib1g-dev,  libpcre, 
libpcre-devel)

kdebase./configure  
--with-ssl-dir=/usr/local/ssl

--with-lesstif-includes=/usr/X11R6/include
--with-lesstif-libraries=/usr/X11R6/lib

 (requires -   lesstif1 and lesstif-dev)

kdenetwork  

kdegraphics  ( requires libtiff3g-dev   )

kdeutils

kdeadmin

kdeaddons   

kdemultimedia( requires libpng2-dev )


Notes:
Lesstif1 required for kdebase for  flash plugin for Konqueror
OpenSSL required for Konqueror to use encryption

koffice 

kdeartwork  

kdevelop

kdeaddons   

kdepim  

OpenSSL   shared

Re: Kmail crashes upon receipt or sending of mail

2001-09-06 Thread Paul Winkler
Achim Bohnet wrote:
On Wednesday 05 September 2001 14:12, Chris Halls wrote:
On Mon, Sep 03, 2001 at 10:23:00PM -0700, Kamil Kisiel wrote:
I just upgraded to Debian/Unstable and KDE2.2 today, and found that my KMail 
was segfaulting. The best way to solve this is to remove/move your 
~/.kde/share/config/kmailrc file and let it generate a new one, that should 
fix it.

Actually, you just need to delete the [Fonts] section, not the whole thing
Hi,
could you create a bug report for this?  If you care: 2.2 has a new tools
kconf_update to fix incompatible config file changes (runs during session
login).  Real life examples are in /usr/share/apps/kconf_update/.  AFAIR
Waldo Bastion described how kconf_update works in the kde-(core-)devel lists
(search lists.kde.org).
Achim
Chris

I posted a bug report to kde.org, the bug number is 32063, and I 
included everyones' comments.

Paul Winkler




Kmail crashs upon receiving mail

2001-09-03 Thread Paul Winkler

One week ago kmail began to crash on me upon receipt of mail. I am using 
debian unstable with the latest kde via apt-get dist-upgrade.  Everything 
else works very well.  The mozilla mail client receives the mail ok.

I have tried older versions of kmail but they too crash.  I have tried kernel 
2.2.18 and 2.4.9 with the same result.  

Any suggestions will be appreciated.  Thanks in advance.

Paul Winkler




Re: Can't print in KDE

2001-08-11 Thread Paul Winkler
On Friday 10 August 2001 09:04 pm, Eray Ozkural (exa) wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Saturday 11 August 2001 02:07 am, Paul Winkler wrote:
  After upgrading to debian unstable (KDE 2.2 beta1) I can not print from
  any KDE application, but I can print from the command line or from non
  KDE applications, using the lpr command.
 
  The error I receive when printing from KDE is -
 
/usr/bin/lpr -P 'lp|hpdj|HP DeskJet'  '-#1'
/root/.kde/tmp-debian/kdeprint_YoHJqgH:
execution failed with message:
 usage:lpr [-Pprinter] .
 
  Any suggestions as to where I can start looking will be appreciated.

 Change name of printer to hpdj.

 That is a major bug. I've met it too and already reported it against
 kdebase.

 Regards,


I was not able to fix the problem by changing the name of the printer, but I 
did find bug report 29891, and found by replacing the lpr package with the 
lprng package I could print again!  Thanks for your help.

Paul Winkler




Can't print in KDE

2001-08-10 Thread Paul Winkler

After upgrading to debian unstable (KDE 2.2 beta1) I can not print from any 
KDE application, but I can print from the command line or from non KDE 
applications, using the lpr command.

The error I receive when printing from KDE is -

  /usr/bin/lpr -P 'lp|hpdj|HP DeskJet'  '-#1'
  /root/.kde/tmp-debian/kdeprint_YoHJqgH:
  execution failed with message:
   usage:lpr [-Pprinter] .

Any suggestions as to where I can start looking will be appreciated.

Paul Winkler




Certificate Signing Authority is unknown or invalid

2001-08-09 Thread Paul Winkler

I recently upgraded to debian unstable (2.2.18) and kde 2.2 beta1.

When connecting to my online banking account kde tells me -
  Certificate Signing Authority is unknown or invalid
and refuses to process my requests.

The upgrade was performed with apt-get dist-upgrade, and went amazingly well 
- no problems that I know of.

Any suggestions will be greatly appreciated.

Paul Winkler