首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

ubuntu 平添右键一级菜单

2013-10-27 
ubuntu 添加右键一级菜单右键一级菜单: 来自stackoverflowYou can use nautilus-actions from command lin

ubuntu 添加右键一级菜单
右键一级菜单: 来自stackoverflow
You can use nautilus-actions from command line and script:

man nautilus-actions-new
However, this requires for this package to be installed (I'm using Ubuntu Oneiric Alpha and this package was not installed), which can only be acheived by packing your program as a deb archive.

Other possibility is Nautilus Scripts which does not require any packages. But it will place your menu item in a submenu.

Programs like nautilus-open-terminal add stuff to the nautilus menu without any dependencies, you might want to checkout its source.

热点排行