Add my changes in the README
[indicator-chars.git] / README.rst
CommitLineData
3853ba05 1===============
797fb5e9 2indicator-chars
3853ba05
TS
3===============
4
5:Author: Tobias Schlitt <toby@php.net>
797fb5e9
TS
6
7App indicator to provide a menu with (potentially funny UTF-8) characters for
8simple copying them to clipboard (similar to original characters applet).
9
1b39c416
TS
10Create a file .indicator-chars in your home directory with lines of
11characters to be selectable.
797fb5e9 12
3853ba05 13-------
7a179aa7
CG
14Fork Cyrille37
15-------
16
17:Author: Cyrille37 <cyrille37@gmail.com>
18
19Some changes to make indicator-chars works on Ubuntu 12.04LTS with Unity 2D
20- replace the custom icon with a theme icon name
21- add a char copy into Clipboard(selection="CLIPBOARD")
22Other minors changes
23- use env to find the Python engine
24- add a configuration file example: "conf-example.indicator-chars"
25
26-------
3853ba05
TS
27Install
28-------
29
30- Checkout source code
1b39c416 31
3853ba05 32- Create ~/.indicator-chars
1b39c416 33
3853ba05 34 - Each row corresponds to a set of chars
1b39c416
TS
35
36 - Optional submenu title prefix: "[title]" (trailing spaces stripped)
37
38 - Optional descriptions after chars: "(description)" (leading &
39 trailing spaces stripped)
40
41 - Spaces (apart from above) also count as chars
42
3853ba05 43 - Make sure to use UTF-8 encoding
1b39c416 44
3853ba05
TS
45- Put indicator-chars.py into auto start
46
47-----------
48Open issues
49-----------
50
51- If anyone could design a nice, unity style indicator icon?
1b39c416 52
3853ba05 53- Maybe there is a way to use multiple click buttons in menu items?
1b39c416 54
3853ba05 55 - No standard Gtk way does not work.