Иконки и ярлыки для mate

master3.4 3.3.3.2
Mike Khiretskiy 9 years ago
parent ed1984686a
commit 007aa0e4e8

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -0,0 +1,10 @@
[Desktop Entry]
Name=Calculate Console
Name[ru]=Консоль Calculate
Comment=Calculate Utilities console
Exec=cl-console-gui
Icon=calculate-console
Terminal=false
Type=Application
Categories=GTK;Settings;System;
OnlyShowIn=MATE;

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Calculate Linux Update
Name[ru]=Обновление Calculate Linux
Comment=Calculate Linux updater
Exec=cl-console-gui --method update
Icon=calculate-update
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Settings;System;
OnlyShowIn=MATE;

@ -41,15 +41,17 @@ data_files.append(('/usr/share/applications',
['data/cl-console-gui-install.desktop',
'data/cl-console-gui-update.desktop',
'data/cl-console-gui-update-xfce.desktop',
'data/cl-console-gui-update-mate.desktop',
'data/cl-console-gui.desktop',
'data/cl-console-gui-xfce.desktop']))
'data/cl-console-gui-xfce.desktop',
'data/cl-console-gui-mate.desktop']))
data_files.append(('/etc/xdg/autostart',
['data/cl-update-checker.desktop']))
data_files.append(('/usr/share/calculate/themes/install',
['data/install/conf','data/install/welcome.jpg',
'data/install/finish.jpg']))
for theme in ("gnome","hicolor"):
for size in [16,22,24,48,64,72,96,128]:
for size in [16,22,32,24,48,64,72,96,128]:
for iconname in ("console","install", "update"):
data_files.append(('/usr/share/icons/%s/%dx%d/apps' %(theme,size,size),
glob('data/%dx%d/calculate-%s.png' %(size,size,iconname))))

Loading…
Cancel
Save