diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /kwin/CONFIGURING | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin/CONFIGURING')
-rw-r--r-- | kwin/CONFIGURING | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kwin/CONFIGURING b/kwin/CONFIGURING index 4a2774149..c2c1e74da 100644 --- a/kwin/CONFIGURING +++ b/kwin/CONFIGURING @@ -36,35 +36,35 @@ To create such window-specific setting automatically without a need of doing it manually for every user (for example when doing a large deployment), follow these steps: -- Back up your $KDEHOME/share/config/kwinrulesrc ($KDEHOME usually being $HOME/.kde) +- Back up your $KDEHOME/share/config/twinrulesrc ($KDEHOME usually being $HOME/.kde) and remove it -- Run 'dcop kwin default reconfigure' +- Run 'dcop twin default reconfigure' - Create manually all window-specific settings that should be included (see above) - When done, check in Window-specific settings configuration module (Alt+F3/Configure window behavior/Window-specific settings) that all rules are included -- Create a copy of $KDEHOME/share/config/kwinrulesrc and restore the original one -- Rename the copy (i.e. the newly created kwinrulesrc) to have its unique name +- Create a copy of $KDEHOME/share/config/twinrulesrc and restore the original one +- Rename the copy (i.e. the newly created twinrulesrc) to have its unique name (e.g. foobar_fix_maxsize in this example case) - Be careful with manual modifications of the file, especially make sure the count= field in the [General] group is updated if needed -- Create a file for kconfig_update like this (named kwin_foobar_fix_maxsize.upd +- Create a file for kconfig_update like this (named twin_foobar_fix_maxsize.upd in this example): -# kwin_foobar_fix_maxsize.upd start # +# twin_foobar_fix_maxsize.upd start # Id=foobar_fix_maxsize -File=kwinrules_update +File=twinrules_update Group=Dummy Options=overwrite ScriptArguments=foobar_fix_maxsize -Script=kwin_update_default_rules +Script=twin_update_default_rules -# kwin_foobar_fix_maxsize.upd end # +# twin_foobar_fix_maxsize.upd end # -- The kconfig_file (kwin_foobar_fix_maxsize.upd) is to be placed +- The kconfig_file (twin_foobar_fix_maxsize.upd) is to be placed in $KDEDIR/share/apps/kconf_update/ - The file with the window-specific settings (foobar_fix_maxsize) is to be placed - in $KDEDIR/share/apps/kwin/default_rules/ + in $KDEDIR/share/apps/twin/default_rules/ All KDE user accounts should have these new window-specific settings added |