Jump to content

Command to synchronize KDE menus


Guest wilburpan
 Share

Recommended Posts

Guest wilburpan

I am in the process of setting up my home computer with MDK 9.0. Earlier,

I had gotten my user settings to where I wanted them, and through google found a command that I ran from a terminal that copied my menu and panel settings to my wife's account.

 

Now I want to do that again, but like an idiot I can't remember the command, and this time googling is not getting me anywhere. Can anyone help me remember?

 

And for the record, I know about copying the .kde folder from one

account to another, but I would like to know the command line version of

this.

 

Thanks

Link to comment
Share on other sites

I guess your two accounts are on the same machine.. do they?

 

I would (as root)

 

cp -r /home/WifeAccount/.kde /home/YourAccount/.kde

chown YourAccount -R /home/YourAccount/.kde

chgrp YourAccount -R /home/YourAccount/.kde

 

That should do the trick. The 'chown' and 'chgrp' commands are to change the owner and the group of each files to YourAccount. If you don't do that you'll not be able to change anything because you'll not be allowed to modify the files in .kde.

 

Anyone has a better solution ?

 

MOttS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...