環境対応 #353
完了profile.rbでtwitter.comを開くURLの問題
0%
説明
profile.rb中のtwitterを開くURLの問題
twitter.com/の後に#!/を追加しないとリダイレクトが掛かる。
以下パッチ
--- profile.rb 2011-10-23 04:11:40.112580725 0900
++ profile_.rb 2011-10-18 12:27:16.000000000 0900@ -190,7 +190,7
@
(event.event_type Gdk::Event::BUTTON_RELEASE) and
not(textview.buffer.selection_bounds[2])
if (event.button 1)
- Gtk::openurl('http://twitter.com/'+user[:idname]) end
Gtk::openurl('http://twitter.com/#!/'+user[:idname]) end
elsif(event.is_a?(Gdk::EventMotion))
body.set_cursor(textview, Gdk::Cursor::HAND2) end
result }
Izumi Tsutsui さんが約13年前に更新
なんか謎のメッセージがsed: 1: "s#%s#http://twitter.com ...": bad flag in substitute command: '!'
GNU sedが必要? エスケープすればよい? sed なんか出てくるのがおかしい?
toshi_a 初音 さんが約13年前に更新
- ステータス を 実装待ち から 終了 に変更
この件に関しては解決しているので終了します。
Izumi Tsutui>
違う問題だと思います。どちらにしても、まだ再現するようなら、違うチケットにしたほうがよさそうです。