Implement Terminal Embedded desktop in ubuntu

Source: Internet
Author: User
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 ).

:

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.