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