Unix Technical Forum

kmail keeps forgetting

This is a discussion on kmail keeps forgetting within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, I recently installed kde 3.1.5. I just rebooted and found to my dismay that my kmail settings were ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 07:00 AM
john connolly
 
Posts: n/a
Default kmail keeps forgetting

Hi,
I recently installed kde 3.1.5. I just rebooted and found to my
dismay that my kmail settings were gone. I have tried to configure
it anew several times, the smtp setting never gets accepted and
the pop-server setting get lost every time I close the program. Has anyone
else had this problem? Any ideas how to fix it?
Thaks, JWC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 07:00 AM
SuperDaemon
 
Posts: n/a
Default Re: kmail keeps forgetting

john connolly wrote:

> Hi,
> I recently installed kde 3.1.5. I just rebooted and found to my
> dismay that my kmail settings were gone. I have tried to configure
> it anew several times, the smtp setting never gets accepted and
> the pop-server setting get lost every time I close the program. Has anyone
> else had this problem? Any ideas how to fix it?
> Thaks, JWC



john;

This is a kde question and being so does not have much to do with slackware.
But anyways:

is ~/.kde writeable? ls -l ~/.kde.

does this happen for settings for other programms? does Knode keep the
settings?

kde saves your kmail settings in ~/.kde/share/config/kmailrc. Make sure your
~/.kde is writeable for users; or kmailrc exists after closing kmail.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 07:00 AM
NeoSadist
 
Posts: n/a
Default Re: kmail keeps forgetting

john connolly wrote:

> Hi,
> I recently installed kde 3.1.5. I just rebooted and found to my
> dismay that my kmail settings were gone. I have tried to configure
> it anew several times, the smtp setting never gets accepted and
> the pop-server setting get lost every time I close the program. Has anyone
> else had this problem? Any ideas how to fix it?
> Thaks, JWC


Check this stuff:
1) Make sure your home directory of your user belongs to them (in user:group
format, "chown neosadist:users /home/neosadist -Rf" where neosadist is the
user name, and :users is the group you used for that user)
2) Make sure that it's writable, etc, default permissions (i'd try "chmod
1755 /home/neosadist/* -Rf")
3) If after this it keeps doing the wrong thing, try (at a console) "strace
-o /home/neosadist/kmail.log kmail", which will have the strace program
watch what kmail is doing and log it to /home/neosadist/kmail.log (or,
wherever you want the log to go, but please run that command as the user
and NOT as root). Alternately, open a console and just type in "kmail" and
hit enter -- like running the command manually. That might also show some
warning messages.
4) If you keep having these problems, as part of #3, come back on this
newsgroup and post the strace log. That might help us out.

BTW: you upgraded? did you use the slackware-current packages to do this?
If so, tell us what packages by name that you upgraded, etc. You used
"upgradepkg kde*.tgz" or whatever the file name, right? If you used just
"installpkg", you probably have two copies of the same program, in which
case you can check by looking in /var/log/packages (the list of what's
installed). If you see two of the same name program but different
versions, you made a mistake. In that case, download the one you want of
the two, remove both, then installpkg the one that you downloaded.

BTW, irc.freenode.net #slackware is our IRC channel -- you can get help
there in real time as well as here.

--
In a medium in which a News Piece takes a minute and an "In-Depth"
Piece takes two minutes, the Simple will drive out the Complex.
-- Frank Mankiewicz

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 07:00 AM
Roger Maynard
 
Posts: n/a
Default Re: kmail keeps forgetting

john connolly <jconnolly@kc.rr.com> wrote:

> I recently installed kde 3.1.5. I just rebooted and found to my
> dismay that my kmail settings were gone. I have tried to
> configure it anew several times, the smtp setting never gets
> accepted and the pop-server setting get lost every time I close
> the program. Has anyone else had this problem? Any ideas how to
> fix it?


Yep. Instead of using kde and being a windows-wannabe, just get
yourself a copy of the real thing and you won't have silly problems
like this. Nobody takes kde seriously.

cordially, as always,

rm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 07:00 AM
The Onion Man
 
Posts: n/a
Default Re: kmail keeps forgetting

Roger Maynard sighed and said:

> john connolly <jconnolly@kc.rr.com> wrote:
>
>> I recently installed kde 3.1.5. I just rebooted and found to my
>> dismay that my kmail settings were gone. I have tried to
>> configure it anew several times, the smtp setting never gets
>> accepted and the pop-server setting get lost every time I close
>> the program. Has anyone else had this problem? Any ideas how to
>> fix it?

>
> Yep. Instead of using kde and being a windows-wannabe, just get
> yourself a copy of the real thing and you won't have silly problems
> like this. Nobody takes kde seriously.
>
> cordially, as always,


What do you use?

--
Ian



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 07:00 AM
Joost Kremers
 
Posts: n/a
Default Re: kmail keeps forgetting

NeoSadist wrote:
> Check this stuff:
> 1) Make sure your home directory of your user belongs to them (in user:group
> format, "chown neosadist:users /home/neosadist -Rf" where neosadist is the
> user name, and :users is the group you used for that user)
> 2) Make sure that it's writable, etc, default permissions (i'd try "chmod
> 1755 /home/neosadist/* -Rf")


it'd be better to check kmailrc, the directory it is in and all the dirs on
the path to it specifically, rather than chmodding and chowning the entire
home dir; it may break things. you don't swat a fly with a flame-thrower,
even though it may work. ;-) for example, you may not want to set the same
permissions for both directories and regular files; some programs
(e.g. gnupg, ssh) may refuse to work when config files are readable by the
world. more importantly, /home/neosadist/* only list non-hidden (non-dot)
files, and in this case, the problem is most likely with a file or (sub)dir
in ~/.kde, which you would miss this way. you should use 'chmod 1755 -Rf
/home/neosadist' to get the dot-files as well.

--
Joost Kremers joostkremers@yahoo.com
Slackware doesn't have any quirks. Other distros have quirks. Slackware's
just pure Linux.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 07:01 AM
Ron Matthews
 
Posts: n/a
Default Re: kmail keeps forgetting

The Onion Man <IanPegel@netscamybrainspe.net> wrote:
> Roger Maynard sighed and said:


> > john connolly <jconnolly@kc.rr.com> wrote:
> >
> >> I recently installed kde 3.1.5. I just rebooted and found to my
> >> dismay that my kmail settings were gone. I have tried to
> >> configure it anew several times, the smtp setting never gets
> >> accepted and the pop-server setting get lost every time I close
> >> the program. Has anyone else had this problem? Any ideas how to
> >> fix it?

> >
> > Yep. Instead of using kde and being a windows-wannabe, just get
> > yourself a copy of the real thing and you won't have silly problems
> > like this. Nobody takes kde seriously.
> >
> > cordially, as always,


> What do you use?


fvwm95/windowmaker

cordially, as always,

rm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:50 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com