add an icon made from favicon.ico and a .desktop file to be install in /usr/share/applications/
This commit is contained in:
parent
ff71777ee6
commit
e39a757c46
|
@ -0,0 +1,22 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * favicon_xpm[] = {
|
||||||
|
"16 16 3 1",
|
||||||
|
" c None",
|
||||||
|
". c #000080",
|
||||||
|
"+ c #C0C0C0",
|
||||||
|
"................",
|
||||||
|
"................",
|
||||||
|
"++++++++++++++++",
|
||||||
|
".......+..++++..",
|
||||||
|
".......+...++...",
|
||||||
|
"++++...+...++...",
|
||||||
|
"+++....+........",
|
||||||
|
"++....++........",
|
||||||
|
"+....+++........",
|
||||||
|
"....++++........",
|
||||||
|
"...+++++..+..+..",
|
||||||
|
".......+..+..+..",
|
||||||
|
".......+..++++..",
|
||||||
|
"++++++++++++++++",
|
||||||
|
"................",
|
||||||
|
"................"};
|
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Link
|
||||||
|
Name=ZoneMinder
|
||||||
|
Comment=
|
||||||
|
Icon=/usr/share/zoneminder/www/graphics/favicon.ico
|
||||||
|
URL=http://localhost/zm/\r
|
||||||
|
Categories=GNOME;AudioVideo;Video;Recorder;
|
Loading…
Reference in New Issue