1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
README for addons folder of FVWM_Crystal
See COPYING in main FVWM-Crystal folder
This addons folder contain the following files:
10-local.rules: udev rules for multituners DVB cards.
The driver for some of those cards create different frontends
for different tuners of the same card. mplayer understand only
the first frontend of such cards. Those udev rules will
symlink a second adapter to the first one, that with reverse
tuner order. Please read the comments in the file before to
copy it in /etc/udev/rules.d/.
alsamixerguis: simple wrapper script for alsamixer
and multiple sound card
convert_colorsets: will show you how to convert colorsets
for fvwm-crystal<3.0.7
fvwm.vim: fvwm syntax file for vim
fvwm-crystal.pot; fvwm-crystal-script.pot: complete locale files for translation.
Note: the ' into a translation must be double escaped when possible: \\ to
not interfere with the code.
make_mo: copy the locales and make_mo in $[FVWM_USERDIR]/locale/$LANG/LC_MESSAGES,
edit fvwm-crystal.po, run make_mo and restart FVWM-Crystal.
The most complete translation is the one in fr_FR.UTF-8.
Please, considere to contribute with your translation.
make.pot: make the pot files from complete translation files
README: this file
searchstring: a script I use when I search in which file is (are) a given
Fvwm-Crystal function. It search recursively in all the file from the
current directory and its subdirectory, and is very basic, so be carefull.
It will not write in any file.
Usage: searchstring "string"
searchvartofix: when updating from fvwm-crystal<=3.0.5
you need to run this script.
varfix.sh: used by searchvartofix
sort_po: sort the po files; normally not needed any more.
sudo: a sudo example file
translatechars: pre alpha quality scripts. It is run by
translatefilenames
translatefilenames: pre alpha quality script. It will remove
some special characters from your files and directories names.
Adapt translatechars to suit your need and run translatefilenames.
Run it in some directory and it will change all the names
recursively. Please, don't run it as root and make some backup
before to run it.
Xdefaults: Xressources example file to use with FVWM-Crystal-
Remove a strange urxwt binding that print garbage at stdout
And more
Xressources: Xressources example file to use with FVWM-Crystal.
Read INSTALL in main Crystal folder.
Xsession: Xsession example file to use with FVWM-Crystal.
Read INSTALL in main Crystal folder.
|