forked from ZoneMinder/zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an icon made from favicon.ico and a .desktop file to be install i…
…n /usr/share/applications/
- Loading branch information
Isaac Connor
committed
Apr 26, 2017
1 parent
ff71777
commit e39a757
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* XPM */ | ||
static char * favicon_xpm[] = { | ||
"16 16 3 1", | ||
" c None", | ||
". c #000080", | ||
"+ c #C0C0C0", | ||
"................", | ||
"................", | ||
"++++++++++++++++", | ||
".......+..++++..", | ||
".......+...++...", | ||
"++++...+...++...", | ||
"+++....+........", | ||
"++....++........", | ||
"+....+++........", | ||
"....++++........", | ||
"...+++++..+..+..", | ||
".......+..+..+..", | ||
".......+..++++..", | ||
"++++++++++++++++", | ||
"................", | ||
"................"}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; |