Rename desktop file to remove “GTK” suffix
This commit is contained in:
parent
e7a5ef158a
commit
d1b80dae60
2 changed files with 2 additions and 1 deletions
|
|
@ -7,3 +7,4 @@ Exec=mcg
|
||||||
Path=
|
Path=
|
||||||
Categories=AudioVideo;
|
Categories=AudioVideo;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Name[de_DE]=MPDCoverGrid.desktop
|
||||||
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ setup(
|
||||||
},
|
},
|
||||||
data_files = [
|
data_files = [
|
||||||
(os.path.join('share', 'applications'), [
|
(os.path.join('share', 'applications'), [
|
||||||
"data/MPDCoverGridGTK.desktop"
|
"data/MPDCoverGrid.desktop"
|
||||||
]),
|
]),
|
||||||
(os.path.join('share', 'glib-2.0', 'schemas'), [
|
(os.path.join('share', 'glib-2.0', 'schemas'), [
|
||||||
"data/de.coderkun.mcg.gschema.xml"
|
"data/de.coderkun.mcg.gschema.xml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue