[Cooker] 2 Problem With KDE (so far)

2002-01-24 Thread Dave Seff

Problem 1:
if I do not want the fonts in the konsole to be antialiases, I add -noxft to 
the command line option for the konsole button on the panel. However after a 
few logins that option gets removed. How can I keep KDE from resetting that 
option. 

Problem 2:
I mount my /home from an NFS server so I can get the same env when I use 
different machines. Problem is, is that when I logout and go to shut down, it 
hangs when trying to unmount /home because these is always a kdeinit hanging 
around with my UID to first If I want to shutdown, I have to login to a VC 
and 'killall kdeinit' then 'poweroff'. Why is there a stray kdeinit when I 
logout and how can I get rid of it. 

I am using Cooker from 01/23/02. 

-Dave




Re: [Cooker] 2 Problem With KDE (so far)

2002-01-24 Thread Peter Ruskin

On Thursday 24 Jan 2002 20:41, Dave Seff wrote:
 Problem 1:
 if I do not want the fonts in the konsole to be antialiases, I add
 -noxft to the command line option for the konsole button on the panel.
 However after a few logins that option gets removed. How can I keep KDE
 from resetting that option.


[15:08 root@penguin:~]# mv /usr/bin/konsole /usr/bin/konsole-orig
[15:08 root@penguin:~]# cat  /usr/bin/konsole
#!/bin/sh
/usr/bin/konsole-orig --noxft Ctrl-D
[15:08 root@penguin:~]# chmod a+x /usr/bin/konsole

Now all your konsole sessions will have AA deactivated.

 Problem 2:
 I mount my /home from an NFS server so I can get the same env when I
 use different machines. Problem is, is that when I logout and go to
 shut down, it hangs when trying to unmount /home because these is
 always a kdeinit hanging around with my UID to first If I want to
 shutdown, I have to login to a VC and 'killall kdeinit' then
 'poweroff'. Why is there a stray kdeinit when I logout and how can I
 get rid of it.

 I am using Cooker from 01/23/02.

 -Dave

I pass on this one.
-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Up 3 hours 45 minutes.




Re: [Cooker] 2 Problem With KDE (so far)

2002-01-24 Thread Dave Seff


 [15:08 root@penguin:~]# mv /usr/bin/konsole /usr/bin/konsole-orig
 [15:08 root@penguin:~]# cat  /usr/bin/konsole
 #!/bin/sh
 /usr/bin/konsole-orig --noxft Ctrl-D
 [15:08 root@penguin:~]# chmod a+x /usr/bin/konsole

 Now all your konsole sessions will have AA deactivated.

This makes perfect sense. Why didn't I think of that. 

-Dave




RE: [Cooker] 2 Problem With KDE (so far)

2002-01-24 Thread Borsenkow Andrej


 
 On Thursday 24 Jan 2002 20:41, Dave Seff wrote:
  Problem 1:
  if I do not want the fonts in the konsole to be antialiases, I add
  -noxft to the command line option for the konsole button on the
panel.
  However after a few logins that option gets removed.


You have to use menudrake to edit it. Else it is removed on next
update-menus.


-andrej