プロジェクト

全般

プロフィール

提案 #1404 » 0001-libnotify-add-desktop-entry-hint-to-specify-app-icon.patch

Yuto Tokunaga, 2019-11-08 00:32

差分を表示:

core/plugin/libnotify/libnotify.rb
text = text.description
end
command << '-t' << '%d000' % UserConfig[:notify_expire_time]
command << "-i" << icon_file_name << user.title
command << "-i" << icon_file_name
command << "-a" << Environment::NAME
command << text.to_s
command << '-h' << "string:desktop-entry:#{Environment::NAME}"
command << user.title # summary
command << text.to_s # body
bg_system(*command)
}.trap{|err|
error err
    (1-1/1)