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