Rename and addjust desktop entry file
This commit is contained in:
parent
9a65ef5b1d
commit
482ef99a50
2 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=MPDCoverGrid
|
Name=CoverGrid
|
||||||
Comment=Covergrid for the Music Player Daemon
|
Comment=Covergrid for the Music Player Daemon
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Icon=mcg.svg
|
||||||
Exec=mcg
|
Exec=mcg
|
||||||
Path=
|
|
||||||
Categories=AudioVideo;
|
Categories=AudioVideo;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Name[de_DE]=MPDCoverGrid.desktop
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -63,7 +63,7 @@ setup(
|
||||||
},
|
},
|
||||||
data_files = [
|
data_files = [
|
||||||
(os.path.join('share', 'applications'), [
|
(os.path.join('share', 'applications'), [
|
||||||
"data/MPDCoverGrid.desktop"
|
"data/mcg.desktop"
|
||||||
]),
|
]),
|
||||||
(os.path.join('share', 'icons'), [
|
(os.path.join('share', 'icons'), [
|
||||||
"data/mcg.svg"
|
"data/mcg.svg"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue