Project

General

Profile

Actions

環境対応 #353

closed

profile.rbでtwitter.comを開くURLの問題

Added by コスモ 虹川 almost 13 years ago. Updated almost 13 years ago.

Status:
終了
Priority:
通常
Target version:
Start date:
2011-10-23
Due date:
% Done:

0%

プラグイン名:

Description

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 }

Actions #1

Updated by toshi_a 初音 almost 13 years ago

  • Status changed from 新規 to 実装待ち
Actions #2

Updated by Izumi Tsutsui almost 13 years ago

なんか謎のメッセージが
sed: 1: "s#%s#http://twitter.com ...": bad flag in substitute command: '!'
GNU sedが必要? エスケープすればよい? sed なんか出てくるのがおかしい?

Actions #3

Updated by toshi_a 初音 almost 13 years ago

  • Status changed from 実装待ち to 終了

この件に関しては解決しているので終了します。
Izumi Tsutui>
違う問題だと思います。どちらにしても、まだ再現するようなら、違うチケットにしたほうがよさそうです。

Actions

Also available in: Atom PDF