~costales/folder-color/no-deprecated-depedences

259.1.5 by costales
WIP
1
Folder Color © 2012-2017 Marcos Alvarez Costales
68 by costales
0.0.17 Themeable icons
2
================================================
3
84 by costales
Updated readme
4
WHAT IS IT?
68 by costales
0.0.17 Themeable icons
5
===========
203 by costales
Fix layout
6
A file browser extension for choosing the color of a folder.
68 by costales
0.0.17 Themeable icons
7
8
95 by costales
0.0.26 Updated license
9
241 by costales
Disable Global Color by default for new themes
10
84 by costales
Updated readme
11
HOW DO I INSTALL & RUN IT?
68 by costales
0.0.17 Themeable icons
12
==========================
13
From a PPA:
14
    # add-apt-repository ppa:costales/folder-color
15
    # apt-get update && sudo apt-get install folder-color
117 by costales
Custom folder with emblems too
16
From the code (take a look to the dependencies):
259.1.30 by costales
WIP
17
    $ bzr branch lp:folder-color && cd folder-color && sudo python3 setup.py install --prefix=/usr
117 by costales
Custom folder with emblems too
18
19
Then, restart Nautilus
116 by costales
Updated README
20
    $ nautilus -q
170 by costales
starting 0.0.50
21
You'll need also to refresh the system icons:
259.1.24 by costales
Read PNG too
22
    # gtk-update-icon-cache /usr/share/icons/Humanity/
68 by costales
0.0.17 Themeable icons
23
241 by costales
Disable Global Color by default for new themes
24
    
68 by costales
0.0.17 Themeable icons
25
95 by costales
0.0.26 Updated license
26
84 by costales
Updated readme
27
DEPENDENCIES
68 by costales
0.0.17 Themeable icons
28
============
117 by costales
Custom folder with emblems too
29
For Nautilus:
30
    python-nautilus, nautilus, libgtk2.0-bin
31
For Nemo:
32
    python-nemo, nemo, libgtk2.0-bin
33
For Caja:
34
    python-caja, caja, gir1.2-caja, libgtk2.0-bin
35
84 by costales
Updated readme
36
241 by costales
Disable Global Color by default for new themes
37
    
116 by costales
Updated README
38
203 by costales
Fix layout
39
HOW TO CREATE A NEW THEME
40
=========================
259.1.38 by costales
WIP
41
Folder color will work (you'll see the entry menu) if AT LEAST exists the icon: "blue-color".
259.1.33 by costales
WIP
42
You can use any compatible icon format (like SVG or PNG).
241 by costales
Disable Global Color by default for new themes
43
259.1.8 by costales
WIP
44
259.1.23 by costales
WIP
45
259.1.8 by costales
WIP
46
1. FOLDER COLORS (MANDATORY)
259.1.28 by costales
WIP
47
Icon nomenclature: folder-<color>.
259.1.11 by costales
redoing icons
48
<color>: brown, blue, green, grey, orange, pink, red, purple, yellow, cyan, black, violet, magenta
259.1.33 by costales
WIP
49
259.1.23 by costales
WIP
50
The unique mandatory color is blue. The other are optionals.
259.1.18 by costales
Same theme always
51
259.1.21 by costales
WIP
52
For example: Blue folder color would be: /usr/share/icons/<MyAwesomeTheme>/48x48/<places>/folder-blue.svg
259.1.11 by costales
redoing icons
53
259.1.35 by costales
WIP
54
OTHER ICONS:
55
The entries menu will use these icons from the default theme: gtk-edit & undo
56
241 by costales
Disable Global Color by default for new themes
57
58
59
2. DEFAULT FOLDERS (OPTIONAL)
259.1.11 by costales
redoing icons
60
These folders have icons inside. They are: Desktop, Documents, Download, Music, Pictures, Public, Templates, Videos.
61
62
Icon nomenclature: folder-<color>-<emblem>
63
<color>: brown, blue, green, grey, orange, pink, red, purple, yellow, cyan, black, violet, magenta
64
<emblem>: desktop, documents, download, music, pictures, public, templates, videos
65
259.1.21 by costales
WIP
66
For example, the blue 'Pictures' folder would be: /usr/share/icons/<MyAwesomeTheme>/48x48/<places>/folder-blue-pictures.svg
259.1.11 by costales
redoing icons
67
68
69
70
3. EMBLEMS (OPTIONAL)
71
Folder Color will use any of these standard emblems from the current theme:
72
 - emblem-favorite
73
 - emblem-important
74
 - emblem-new
75
 - emblem-urgent
76
77
78
79
4. CUSTOM COLOR (OPTIONAL)
259.1.28 by costales
WIP
80
Icon nomenclature: folder-custom.svg.
259.1.25 by costales
WIP
81
82
It has to be SVG format.
83
259.1.11 by costales
redoing icons
84
This icon is not using colors, it's using 3 constants inside the file. Then, when the user choose a custom color, Folder Color is replacing those constants as:
85
    #value_light  = Color selected by user in hexadecimal.
86
    #value_middle = Color selected by user in hexadecimal - 2500
87
    #value_dark   = Color selected by user in hexadecimal - 5000
88
259.1.27 by costales
WIP
89
Example: http://bazaar.launchpad.net/~costales/folder-color/trunk/view/head:/icons/Humanity/places/48/folder_custom.svg
90
259.1.11 by costales
redoing icons
91
92
93
5. CUSTOM COLOR FOR DEFAULT FOLDERS (OPTIONAL)
94
Icon nomenclature: folder-custom-<emblem>.svg
95
<emblem>: desktop, documents, download, music, pictures, public, templates, videos
259.1.25 by costales
WIP
96
259.1.27 by costales
WIP
97
They has to be SVG format.
259.1.25 by costales
WIP
98
259.1.11 by costales
redoing icons
99
Icon on Folder Color entry menu will use the 'gtk-edit' icon from default theme.
100
101
For example, the 'Pictures' folder would be: /usr/share/icons/<MyAwesomeTheme>/48x48/<places>/folder-custom-pictures.svg
102
103
104
105
6. ALL RESOLUTIONS (OPTIONAL)
259.1.14 by costales
custom icons
106
Reply the previous sections for all resolutions (not only 48px) in points 1, 2 and 3.
259.1.11 by costales
redoing icons
107
108
109
110
111
112
113
114
115
HOW TO CHECK YOUR NEW THEME?
203 by costales
Fix layout
116
Copy your icons into:
259.1.11 by costales
redoing icons
117
    ~/.icons/<your_theme>/
77 by costales
Dynamic icons
118
After install them, remember to refresh your theme:
259.1.11 by costales
redoing icons
119
    # gtk-update-icon-cache ~/.icons/<your_theme>
170 by costales
starting 0.0.50
120
Set your theme as default system theme.
259.1.11 by costales
redoing icons
121
And restart your file browser:
122
    $ [nautilus|caja|nemo] -q
123
124
125
126
127
MY PERSONAL RECOMMENDATION
140 by costales
Updated README
128
Make all the icons is a really big work.
259.1.33 by costales
WIP
129
I'd recommend you to create just the icons of point 1. If you are full of beans, create the other.
259.1.11 by costales
redoing icons
130
131
132
133
134
DOUBTS?
203 by costales
Fix layout
135
Do you have any doubt or problem? Contact me here: https://launchpad.net/~costales/+contactuser
136
I'll help you :)
116 by costales
Updated README
137
138
139
84 by costales
Updated readme
140
241 by costales
Disable Global Color by default for new themes
141
LICENSES
142
====================
143
Folder Color code is licensed under the GPL v3.
144
http://www.gnu.org/licenses
145
146
The icons are licensed under GPL v2 and v3. Folder Color is mixing 2 themes:
147
- RAVEfinity artwork http://www.ravefinity.com/
148
- GNOME artwork      http://commons.wikimedia.org/wiki/GNOME_Desktop_icons