Исправлена иконка для mate

develop 3.6.0.3
parent af4033f4d8
commit 482f78d640

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -7,7 +7,7 @@ Name[de]=Calculate Linux installieren
Name[ua]=Установка Calculate Linux
Comment=Calculate Linux installer
Exec=cl-console-gui-install
Icon=cl-console-gui-install
Icon=console-gui-install
Terminal=false
Type=Application
Categories=System;

@ -3,7 +3,7 @@ Name=Calculate Linux Update
Name[ru]=Обновление Calculate Linux
Comment=Calculate Linux updater
Exec=cl-console-gui-update
Icon=cl-console-gui-update
Icon=console-gui-update
Terminal=false
Type=Application
Categories=System;

@ -56,7 +56,7 @@ class SelectedMethodWgt(qt.QWidget):
layout.setSpacing(0)
layout.addWidget(self.MethodWidget)
icon = get_icon('cl-console-gui-%s'%self.method.replace("_","-"),
icon = get_icon('console-gui-%s'%self.method.replace("_","-"),
'calculate-%s'%self.method.replace("_","-"))
self.setWindowIcon(icon)

@ -50,8 +50,9 @@ data_files.append(('/usr/share/calculate/themes/install',
'data/install/finish.jpg']))
for theme in ("gnome","hicolor"):
for size in [16,22,32,24,48,64,72,96,128]:
for iconname in ("cl-console-gui","cl-console-gui-install",
"cl-console-gui-update",):
for iconname in ("cl-console-gui","console-gui-install",
"cl-console-gui-install",
"console-gui-update",):
data_files.append(('/usr/share/icons/%s/%dx%d/apps' %(theme,size,size),
glob('data/%dx%d/%s.png' %(size,size,iconname))))
for theme in ("gnome","hicolor"):

Loading…
Cancel
Save