我在各种USB设备上创建了一些<code>autorun</code>脚本文件,这些文件在挂载时运行<code>bash</code<脚本。这些脚本在“后台”运行,我如何让它们在终端窗口中运行?(类似于“终端中的应用程序”gnome启动器类型。)
如何在Ubuntu的终端中自动运行应用程序?
原标题:
最佳回答
将它们作为两个阶段的过程运行,您的“自动运行”脚本在新终端中调用第二个脚本,例如
gnome-terminal -e top --title Testing
将在标题为“测试”的新gnome终端窗口中运行程序“top”。您可以添加其他参数,如设置几何图形以确定窗口的大小和位置。请查看gnome终端的手册页和“X”手册页以了解更多详细信息
问题回答
xterm -e shellscript.sh
或(如果未安装xterm
)
gnome-terminal -e shellscript.sh
或者(如果您使用的是kubuntu/kde)
konsole -e shellscript.sh
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding