这可以通过漂亮的gedit插件来完成open-uri-context-menu
。我已经在三个受支持的LTS版本上测试了此插件:
- Xenial Xerus LTS(gedit 3.18.3)
- 可信赖的Tahr LTS(gedit 3.10.4)
- 精确的穿山甲LTS(gedit 3.4.1)
每个LTS版本的安装说明略有不同,因为每个版本都需要使用不同版本的插件。从下面给出的三个中选择适合您的设置的版本:
1.安装:Xenial Xerus
Xenial随附gedit 3.18.3,并安装插件的版本3,如下下载并安装:
mkdir ~/Desktop/open_uri && cd ~/Desktop/open_uri
wget https://github.com/jpfleury/open-uri-context-menu/archive/master.zip
mkdir -pv ~/.local/share/gedit/plugins/
unzip -j master.zip 'open-uri-context-menu-master/open-uri*' -d ~/.local/share/gedit/plugins/
2.安装:Trusty Tahr
Trusty随gedit 3.10.4一起提供,并安装插件的版本2,如下下载并安装:
mkdir ~/Desktop/open_uri && cd ~/Desktop/open_uri
wget https://github.com/jpfleury/open-uri-context-menu/archive/v2.zip
mkdir -pv ~/.local/share/gedit/plugins/
unzip -j v2.zip 'open-uri-context-menu-2/open-uri*' -d ~/.local/share/gedit/plugins/
3.安装:精确的穿山甲
Precise随gedit 3.4.1一起提供,并安装插件的版本1,如下下载并安装:
mkdir ~/Desktop/open_uri && cd ~/Desktop/open_uri
wget https://github.com/jpfleury/open-uri-context-menu/archive/v1.zip
mkdir -pv ~/.local/share/gedit/plugins/
unzip -j v1.zip 'open-uri-context-menu-1/open-uri*' -d ~/.local/share/gedit/plugins/
4. Xenial,Trusty和Precise的设置:
然后在任何LTS版本上,打开gedit并按照以下说明导航至“插件”屏幕:
Edit > Preferences > Plugins
然后通过确保插件说明旁边有“ tick”或“ check”标记来激活插件,如以下屏幕截图所示:
现在,当你右键点击一个链接(当然不留用gedit,你会看到下面的选项打开的文档中,你指定点击):
此处看到的两个插件选项是:
- 浏览到:在外部浏览器(例如Firefox)中打开链接
- 打开:在另一个gedit窗口中打开链接的内容
在我的每个Xenial,Trusty和Precise系统上都能很好地工作,并且也应该在您的系统上...
参考文献: