Article Title: implement terminal embedded into the desktop in ubuntu. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
With compiz, You can embed gnome-terminal into the desktop.
Specific steps:
1. Create a terminal configuration file, click "edit"-> "configuration file"-> "new" a configuration file (based on "default"), and the name is yours. Use toptopconsole here, then edit. In the "General" option, "display menu bar in New terminal by default" -- uncheck this option; in the "command and title" option, enter topconsole in "Start title, dynamically set the title to "keep original title"; select "transparent background" in the "background" option, and select the appropriate transparency; Disable "scroll" in the "scroll" option ". After the configuration is complete, click "close" to return to the "configuration file" dialog box, and select the configuration file you want from "Start the configuration file used by the new terminal" (generally "default ", do not select topconsole ).
2. ccsm settings:
General options: "hide and skip the taskbar window" -- uncheck, 1
Remove the border modifier, 2
Add window rules, 3
In the original article, in order not to accidentally hurt other windows .... It is better to give the title followed by another class = gnome-terminal, like this (title = inDesktop886) & (class = gnome-terminal ). However, in my actual operations, the terminal embedding effect cannot be reached, so we recommend that you do not add it here.
3. Add command Startup Script
Create the topconsole file and add the following content:
#! /Bin/bash
Gnome-terminal -- window-with-profile = shorttopconsole -- working-directory = $ HOME -- geometry = 135x38 + 0 + 24 &
Save the file, grant the executable permission, and move it to the/usr/local/bin directory.
You can add the script to the system> preference> SESSION (not recommended) by changing the size and display position of the script ).
You can set a shortcut key for the command STARTUP script by "system"> "Preferences"> "keyboard shortcut ".
For a similar method of Terminal Embedded desktop, refer to the http://nkevin.blog.163.com/blog/static/448194812009428811196/
Use Tilda. However, when using Tilda for implementation, calling the Chinese Input Method ibus may cause some minor problems, resulting in poor experience (personal experience ).
: