バグ #390 » gtk_extention.rb.diff
core/mui/gtk_extension.rb (working copy) | ||
---|---|---|
201 | 201 |
def url_open_command |
202 | 202 |
openable_commands = %w{xdg-open open /etc/alternatives/x-www-browser} |
203 | 203 |
wellknown_browsers = %w{firefox chrome opera} |
204 |
command = nil |
|
204 | 205 |
catch(:urlopen) do |
205 | 206 |
openable_commands.each{ |o| |
206 | 207 |
if command_exist?(o) |