sunaku / wmiirc

Ruby configuration for WMII window manager
ISC License
82 stars 26 forks source link

Opening a terminal (or else) in a client with non ascii label fails #46

Closed bschnitz closed 11 years ago

bschnitz commented 11 years ago

Apply this patch on lib/wmiirc/system.rb:

+++ system.rb.new 2012-11-14 13:39:42.876780962 +0100 @@ -7,7 +7,7 @@ def launch *args if label = curr_client.label.read rescue nil label.split(/[\s[]{}()<>"':]+/).reverse_each do |word|

bschnitz commented 11 years ago

Damn: Pasting did not work correctly Patch can be found here: https://gist.github.com/4072085

sunaku commented 11 years ago

Patch applied, thanks.