提案 #1346 » 0001-notify-send-app-name.patch
core/plugin/libnotify/notify-send.rb | ||
---|---|---|
end
|
||
command << '-t' << '%d000' % UserConfig[:notify_expire_time]
|
||
command << "-i" << icon_file_name << user.title
|
||
command << "-a" << Environment::NAME
|
||
command << text.to_s
|
||
bg_system(*command)
|
||
}.trap{|err|
|