广告

本站里的文章大部分经过自行整理与测试

2016年5月22日星期日

Linux - 在 context menu 增加程序链接

Nautilus-actions

1. 安装

$ su
$ apt-get install nautilus-actions  # ubuntu / debian
$ zypper install nautilus-actions   # OpenSUSE

http://www.rpmfind.net/linux/rpm2html/search.php?query=nautilus-actions
$ dnf install *.rpm   # fedora

2. 打开设置页

$ nautilus-actions-config-tool

3. 添加与设置


a) Action - Nautilus Item  
    - Display item in selection context menu
    - Display item in location context menu
    - Display item in the toolbar
    - Context label   显示的名字
    - Icon   图标
b) Command   命令
    - Path + Parameters
c) Mimetypes  文件类型
 
可以参考 /usr/share/applications/*.desktop

4. Save 记录操作 (也就是按添加图标的右边)

5. 退出, logout 或重启电脑就可看到效果了

Nemo 

$ sudo apt-get install nemo   # ubuntu / Linux Mint
$ sudo pacman -S nemo  # Arch Linux

例子: 
$ gedit /home/用户名/.local/share/nemo/actions/banshee.nemo_action

[Nemo Action]
Name=Enqueue in Banshee
Comment=Enqueue in Banshee
Quote=double
Exec=banshee --play-enqueued %F
Selection = any
Extensions=mp3;flac;ogg;

没有评论:

发表评论