File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ def get_version():
26
26
packages = find_packages (),
27
27
include_package_data = True ,
28
28
data_files = [
29
- ('share/icons/hicolor/scalable/apps ' , ['images/sunflower.svg' ]),
30
- ('share/pixmaps/sunflower ' , ['images/splash.png' ]),
29
+ ('share/images ' , ['images/sunflower.svg' ]),
30
+ ('share/images ' , ['images/splash.png' ]),
31
31
('share/applications' , ['Sunflower.desktop' ])
32
32
],
33
33
entry_points = {'console_scripts' : ['sunflower = sunflower.__main__:main' ]}
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ def get_mount_icon_name(self, icons):
116
116
117
117
def set_window_icon (self , window ):
118
118
"""Set window icon"""
119
+ # check system for icon
119
120
if self .has_icon ('sunflower' ):
120
- # in case theme has its own icon, use that one
121
121
window .set_icon (self ._icon_theme .load_icon ('sunflower' , 256 , 0 ))
122
122
123
123
else :
You can’t perform that action at this time.
0 commit comments