terminology - use icon name not full path ao icon themes can override

desktop file modification - simpler now too.
This commit is contained in:
Carsten Haitzler 2020-10-27 21:46:34 +00:00
parent 4b15e30b68
commit 7d4bd31e9d
2 changed files with 3 additions and 13 deletions

View File

@ -1,12 +1,2 @@
icon_sed = 's~%ICON_PATH%~@0@~'.format(join_paths(get_option('prefix'),
get_option('datadir'),
'icons/hicolor/128x128/apps'))
custom_target(
'terminology.desktop',
input : 'terminology.desktop.in',
output: 'terminology.desktop',
command : [sed, icon_sed, '@INPUT@'],
capture : true,
install : true,
install_dir : join_paths(get_option('datadir'), 'applications'))
install_data('terminology.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))

View File

@ -20,6 +20,6 @@ Comment[ru]=Эмулятор терминала
Comment[ko]=터미널 에뮬레이터
Keywords=shell;prompt;command;commandline;
Exec=terminology
Icon=%ICON_PATH%/terminology.png
Icon=terminology
Categories=System;TerminalEmulator;
StartupWMClass=terminology