- I have no idea why this fixes #56
This commit is contained in:
parent
6f04bd0444
commit
2c91f2a49b
4 changed files with 3 additions and 3 deletions
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
Name=Discover Overlay
|
||||
Comment=Voice chat overlay
|
||||
Exec=discover-overlay
|
||||
Icon=discover_overlay
|
||||
Icon=discover-overlay
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Catergories=Network;
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class Discover:
|
|||
from gi.repository import AppIndicator3
|
||||
self.ind = AppIndicator3.Indicator.new(
|
||||
"discover_overlay",
|
||||
"discover_overlay",
|
||||
"discover-overlay",
|
||||
AppIndicator3.IndicatorCategory.APPLICATION_STATUS)
|
||||
self.ind.set_status(AppIndicator3.IndicatorStatus.ACTIVE)
|
||||
self.ind.set_menu(menu)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ setup(
|
|||
include_package_data=True,
|
||||
data_files=[
|
||||
('share/applications', ['discover_overlay.desktop']),
|
||||
('share/icons', ['discover_overlay.png'])
|
||||
('share/icons', ['discover-overlay.png'])
|
||||
],
|
||||
install_requires=[
|
||||
'PyGObject>=3.22',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue