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
|
========================================================
#### ##### #### #####
# # # # # #
#### # # # # #
# ##### # # #
# # # # # #
#### # #### #
# # #### # # ##### ###### #####
# # # # # # # # # #
# # # ###### # ##### # #
# # # ### # # # # #####
# # # # # # # # # #
###### # #### # # # ###### # #
========================================================
--------------
Introduction
--------------
Spotlighter is a tool that show a movable and resizable spotlight
on the desktop screen.
You can use this to hide and show objects on the desktop.
This program has been implemented for educational purposes.
---------
License
---------
This Program is distributed under the Gnu General Public License. See
the file COPYING for details.
--------------
Installation
--------------
The build use the autotools system
The compilation requires the following packages:
- gcc
- make
- automake
- autoconf
- libtool
- libgtk2.0-0 > 2.14
- libgtk2.0-dev > 2.14
- libatk1.0-0
- libatk1.0-dev
- libx11-6
- libx11-dev
- libpng12-0
- libpng12-dev
- libglib2.0-0
- libglib2.0-dev
- libgconf2-4
- libgconf2-dev
- libfontconfig1
- libfontconfig1-dev
- libfreetype6
- libfreetype6-dev
- libc6
- libc6-dev
If you are using ubuntu karmic you can simply run this command:
# sudo apt-get install gcc make automake autoconf libtool libgtk2.0-dev \
libatk1.0-dev libx11-dev libpng12-dev libglib2.0-dev libgconf2-dev \
libfontconfig1-dev libfreetype6-dev libc6-dev
You can compile the tool in the standard way:
# ./configure
# make
# sudo make install
--------------------------------
Make the DEBIAN/UBUNTU package
--------------------------------
The creation of the packgage requires the following
packages:
- devscripts
To build the deb package run:
# make deb
the deb file ../spotlighter_xxx-debian-x_arch.deb
will be created
-------
Usage
-------
Start Spotlighter clicking in the menu on Applications/Tools/Curtain
Move and resize che spotlighter with fast gestures on the spotlight.
Click on the white cross in the top right corner to quit the program.
-------
Info
-------
* To get info about the tool, please contact:
pilolli@fbk.eu
* To report bugs, please contact:
alpha@paranoici.org
Have fun!
===
EOF
===
|