forked from vajrasky/wallpapoz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·131 lines (109 loc) · 5.77 KB
/
README
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
- Wallpapoz README -
#=============================================================================
#
# Readme
# Copyright (C) 2012 Vajrasky Akbar Kok <[email protected]>
#
#=============================================================================
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#=============================================================================
About
--------------------------------------------------------------------------
Wallpapoz application enables you to configure Gnome and XFCE desktop wallpapers
in unique way. You could have Gnome and XFCE desktop wallpaper changes when
the specified time has passed. The most important feature is you could
have Gnome and XFCE desktop wallpaper changes when you change workspace. It means
you could group your wallpapers into specific workspace. It offers
quick orientation cues where you are. You can manage it so when you change
to first workspace, your desktop wallpaper will be picked from wallpapers
group for that workspace. When you change to second workspace, it will be
picked from wallpapers group for second workspace. So you could have
situation like this. You change to third workspace and you will get cartoon
desktop wallpaper (wallpapers group for that workspace consists of cartoon
wallpapers only). You change to fourth workspace and you will get abstract
desktop wallpaper (wallpapers group for that workspace consists of abstract
wallpapers only). I think you get the idea. Off course you can disable this
feature if you just want your desktop wallpaper changes when the specified
time (specified by you) has passed and does not change when you change
workspace.
Wallpapoz application consist of two programs. First is "wallpapoz".
"wallpapoz" is the program to make the configuration file. What wallpapers
do you want to use? It just like that. So before doing anything else, run
this program first. The file configuration is located in $HOME/.wallpapoz/
.wallpapoz.xml. Although you can edit the file with text editor, I don't
recommend it. If the file is corrupted, then remove it first before run
"wallpapoz" again. Don't run "wallpapoz" if the file is corrupted.
"daemon_wallpapoz" is the "real" program it self. The program will read the
configuration file and will change the wallpaper if you change the work-
space or the specified time has passed (depended on your options in
configuration file).
You can run the "daemon_wallpapoz" from "wallpapoz" program.
You can terminate it too from there.
If you are happy enough, you can start automatically running this program
when you load the gnome desktop by adding "daemon_wallpapoz" to gnome session
start up program.
Dependencies
-----------------------------------------------------------------------------
If you run modern distro (released in 2005 year and above) with default Gnome
desktop installed, your dependencies should already be fulfilled. It needs
PyGtk, Python Glade, PIL (Python Imaging Library), and optionally Python Gnome to function.
Installation
-----------------------------------------------------------------------------
Run "python setup.py install" as root to install Wallpapoz in /usr/local.
To uninstall, simply run "python setup.py uninstall".
If you wish to install Wallpapoz in another base directory, use the --installdir
option. Example: "python setup.py install --installdir /usr".
If you have installed with --installdir, do not forget to use the same option
when uninstalling.
Example installation:
$ tar -xzf wallpapoz-0.6.tar.gz
$ cd wallpapoz-0.6
Depending on distro, the next steps could be this:
# su
# python setup.py install
or this:
$ sudo python setup.py install
You don't have to install Wallpapoz to run the application.
You can run Wallpapoz from its directory anywhere.
$ cd wallpapoz-0.6
$ cd src
$ ./wallpapoz
You can put wallpapoz-0.6 directory in your home directory or anywhere.
Someday if you want to get rid of Wallpapoz, just remove the directory.
Credits and Thanks
-----------------------------------------------------------------------------
Translators:
My self (Indonesian), Mamoru Tasaka (Japanese), Zoltán Nagy (Hungarian),
Nils Heymann (Germany), Daniel Holm (Swedish), Daniel Nylander (Swedish),
Yuri Myasoedov (Russian), Ivan Virgili (Italian), Lukáš Macháček (Czech),
Corentin Lemée (French), and Rene Garcia (Spanish and Portuguese).
The graphic icon is created by Stu Murray <[email protected]>.
Ideas for improving professionalism of Wallpapoz project:
Mamoru Tasaka
Leo von Klenze for fixing randomization bug.
And many more who report bugs, ask features, give supports, etc. Thank you.
Binary files license
-----------------------------------------------------------------------------
share/wallpapoz/glade/wallpapoz.png has the same license as the wallpapoz
package.
share/wallpapoz/wallpapoz.desktop has the same license as the wallpapoz
package.
Contact
-----------------------------------------------------------------------------
Vajrasky Akbar Kok <[email protected]>
http://vajrasky.wordpress.com/wallpapoz
Don't hesitate to contact me with any questions, suggestions, and bugs reports.