プロジェクト

全般

プロフィール

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

Yuto Tokunaga, 2019-11-08 00:32

差分を表示:

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