Tidy up the structure of the mysterious 'other' Konsole data directory. Put keyboard layouts, colour schemes and session types in their own respective directories. Everything is still installed to the same folder at the moment.

svn path=/branches/work/konsole-split-view/; revision=618302
wilder-portage
Robert Knight 19 years ago
parent 242e18a98a
commit 1343a6d748
  1. 5
      other/CMakeLists.txt
  2. 25
      other/README
  3. 0
      other/color-schemes/BlackOnLightColor.schema
  4. 0
      other/color-schemes/BlackOnLightYellow.schema
  5. 0
      other/color-schemes/BlackOnWhite.schema
  6. 0
      other/color-schemes/DarkPicture.schema
  7. 0
      other/color-schemes/Example.Schema
  8. 0
      other/color-schemes/GreenOnBlack.schema
  9. 0
      other/color-schemes/GreenTint.schema
  10. 0
      other/color-schemes/GreenTint_MC.schema
  11. 0
      other/color-schemes/LightPicture.schema
  12. 0
      other/color-schemes/Linux.schema
  13. 0
      other/color-schemes/README.Schema
  14. 0
      other/color-schemes/README.default.Schema
  15. 0
      other/color-schemes/Transparent.schema
  16. 0
      other/color-schemes/Transparent_MC.schema
  17. 0
      other/color-schemes/Transparent_darkbg.schema
  18. 0
      other/color-schemes/Transparent_lightbg.schema
  19. 0
      other/color-schemes/WhiteOnBlack.schema
  20. 0
      other/color-schemes/XTerm.schema
  21. 0
      other/color-schemes/syscolor.schema
  22. 0
      other/color-schemes/vim.schema
  23. 0
      other/keyboard-layouts/README.KeyTab
  24. 0
      other/keyboard-layouts/README.default.Keytab
  25. 0
      other/keyboard-layouts/linux.keytab
  26. 0
      other/keyboard-layouts/solaris.keytab
  27. 0
      other/keyboard-layouts/vt100.keytab
  28. 0
      other/keyboard-layouts/vt420pc.keytab
  29. 0
      other/keyboard-layouts/x11r5.keytab
  30. 0
      other/sessions/README.Desktop
  31. 0
      other/sessions/linux.desktop
  32. 0
      other/sessions/mc.desktop
  33. 0
      other/sessions/screen.desktop
  34. 0
      other/sessions/shell.desktop
  35. 0
      other/sessions/su.desktop
  36. 0
      other/sessions/sumc.desktop

@ -1,12 +1,13 @@
add_subdirectory( icons )
add_subdirectory( color-schemes )
add_subdirectory( keyboard-layouts )
add_subdirectory( sessions )
########### install files ###############
install( FILES 2shells 3shells 4shells 5shells DESTINATION ${DATA_INSTALL_DIR}/konsole/profiles )
install( FILES BlackOnLightColor.schema BlackOnLightYellow.schema BlackOnWhite.schema Example.Schema GreenOnBlack.schema WhiteOnBlack.schema README.default.Schema syscolor.schema Linux.schema XTerm.schema vim.schema DarkPicture.schema LightPicture.schema Transparent.schema GreenTint.schema Transparent_MC.schema GreenTint_MC.schema Transparent_lightbg.schema Transparent_darkbg.schema linux.desktop mc.desktop shell.desktop su.desktop sumc.desktop linux.keytab vt100.keytab vt420pc.keytab x11r5.keytab solaris.keytab README.Schema README.KeyTab README.default.Keytab screen.desktop DESTINATION ${DATA_INSTALL_DIR}/konsole )
kde4_install_icons( ${ICON_INSTALL_DIR} )

@ -1,15 +1,20 @@
[README]
Beside a few png pictures you find
This directory contains the sessions, keyboard layouts, colour schemes and icons
supplied with Konsole:
- *.schema : README.Schema
- *.keytab : README.KeyTab
- *.desktop : README.Desktop
files here.
color-schemes/
Please consult the indicated READMEs
to learn about their syntax and purpose.
Contains the color schemes supplied with Konsole. A specification for writing
new color schemes can be found in the README.Schema file
keyboard-layouts/
Contains the keyboard layouts supplied with Konsole. Details about the file
format can be found in the README.KeyTab file
sessions/
Contains the session types supplied with Konsole. Details can be found
in the README.Desktop file
kcmkonsole.C, brightness.png, colorness.png, contrast.png
is an old attempt to write a configurator for these files.

Loading…
Cancel
Save