General :: Make Linux Terminal Transparent With Terminal Command?
May 10, 2010Is it possible to make terminal (xfce4-terminal) transparent from bash script?
Maybe by enabling compostion?
Is it possible to make terminal (xfce4-terminal) transparent from bash script?
Maybe by enabling compostion?
Does anyone know how to set the background of a terminal to be an image, and not have it slightly transparent? I've set an image as my Terminal background, but now when I open a terminal over other applications I can see those applications through my Terminal background. Is there any way to stop this from happening?
View 9 Replies View RelatedI am trying to figure out how to make my terminal emulator dynamically transparent ( see through to the action below that window - Browser, video et cettera and not just the default wallpaper) . I figured out how to make transparent but not "dynamic". I have seen people mentioned you need to enable compositing but I am unsure how to do that in Gnome. I recall from a prior use of XFCE this was an option in that WM but I can't find in Gnome or compiz (if needed)
I am running Gnome on Debian Squeeze and have installed compiz. Any direction would be appreciated. I find reading web tutorials through the terminal to be very helpful so I can practice the command line or even practice commands while watching a good video .
What is the command for "Open a terminal window and run application in this terminal
View 4 Replies View RelatedI have my xbox 360 connected to my laptop running Ubuntu 10.04 using the Ushare program. In order to reset Ushare and have it send any new files I have to the 360, I have to go into the terminal and enter
sudo /etc/init.d/ushare stop
sudo /etc/init.d/ushare start
sudo /etc/init.d/ushare start
Is there a way I can have an icon in my panel/toolbar thing at the top of the screen that will run this command string automatically? I'm getting tired of having to enter the whole thing by hand every time.
I have the following rsync command for making some backups:
Code:
rsync -r --progress --delete -H --numeric-ids -a --exclude=.gvfs /source /media/Backup
If I paste that in my Terminal, it will perform a backup of all the files and show me what's going on in the Terminal window. But how can I make that into a launcher? I have made a launcher on my desktop with that code in its Properties, but double-clicking it starts the rsync process (I can see HDD activity) but a Terminal window won't open.
I've been wanting to do this, basically all I need is the image for the terminal and a know how on how to change the text to a lime green.
View 5 Replies View RelatedThe Linux mint terminal has green and blue for the prompt. How do I make the Ubuntu terminal look like the Linux mint Terminal? I have looked at the color settings under the Terminal profile preferences and I do not see that setting available there.
View 6 Replies View RelatedI'm using VMWare and a Linux Mint guest OS.How can I install the VMWare Tools? The file is called vmware-install.pl.I've tried running this in the terminal, but it doesn't work.
sudo vmware-install.pl
I can't seem to remember what command I had to use.
if there was an easy way to get a transparent terminal window. I am running Fedora Core 11 in Gnome desktop. I am sort of a newby and i am really getting into Linux but i want to know some of the cool features too.
View 4 Replies View Relatedi want to know a couple of things
1) how can i set my terminal's background completely transparent like opensuse and not just show desktop wallpaper.
2) how can i set its default height and width from 80x24 to 80x38.
debain 6.0 gnome.
On some themes (like dust sand) the terminal goes transparent. I checked the profile, and it has a solid color settings, so this must have been changed from somewhere else and I can't get rid of the stupid transparency.
View 4 Replies View RelatedIs it possible to have a terminal window be transparent on the KDE desktop? The operating system is the Fedora Core 13 distro.
View 4 Replies View RelatedI have a working trans.ds file and installed devilspie.It runs great, but the stickler is that if I "click off" or change application focus, I no longer can get the focus back to the terminal.The terminal window is responsive other than that.I can open a new tab, but I get no focus there either.Here's the trans.ds code
Code:
; generated_rule trans
( if
[code]....
I have just installed 9.1 and I like to use a semi-transparent terminal so i can see text under it, but on Karmic, it shows the desktop background underneath.
View 3 Replies View RelatedI am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?
View 4 Replies View RelatedI ran across this the other day and was instantly amazed.He says he uses a custom Vim colorscheme (easy) and dwm with tmux. I've downloaded tmux and I'm having some issues with it (my CTRL-b hotkey wont work), but I'm confused at how to start designing something similar to what he has done.My idea is to get my terminal to look like this, then remove KDE from my laptop so that all my computer is is this awesome thing.
How should I go about starting modeling something like this? In the picture, what does tmux handle and what does dwm handle? Speaking from someone who has never used any of them.
Is there a terminal emulator which works well in an Ubuntu desktop and provides the following features which Mac OS X's Terminal application has? Re-wrapping text when the window is resized.A Clear command which clears scrollback (as the shell clear does not) and does not clear the cursor's line (typically containing a prompt).
View 2 Replies View RelatedI have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.
1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2
I run fv2 several times per day and would really like to have the convenience of a clickable icon.
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.
end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.
// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):
or this (screen with TERM=rxvt-unicode):
while I want this (rxvt-unicode without screen):
I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:
Right now when I start a program from a terminal I can't use that terminal instance again until I close the program.
I am a new user of linux, and I want to know if there is a way to execute a program/application from a terminal without blocking the terminal until the program ends.
All I want to do is make the background for Mac OS X's Terminal Black so that I can run a Perl script with Terminal and have the background black for that.How would I do this for Mac OS X?How would I do this for an average Linux?
View 3 Replies View RelatedIf I execute
cal 2013
in terminal, it echoes the calendar for the year 2013. For the matter of fun, I'd like the terminal to echo
This year won't come.
How should I do this? I tried adding it as an alias to .bashrc, but I cannot create aliases with spaces.
EDIT:
The final solution:
echo "cal() { if [[ $@ > "2012" ]]; then command echo "This year won't come."; else command cal "$@"; fi; }" >> ~/.profile && source ~/.profile
I want to design c program can run terminal command and put the output of command into file... How can i do this ? for example :
string s = " iwlist scan "
and when i run the programm this command applied and put the output into specific file
I think this command is for a symbolic link "ln -sf to folder from folder" is this correct?
Also what does the -sf stand for?
Using a default terminal and bash, there is no functionality to search the standard output of commands.
One can gain such functionality using other tools, like emacs shell or screen, but I am wondering why such a useful feature is missing, I do remember a simple C-F used to work in terminals.
Is there a way to make the Gnome terminal app support output search? or is there a better terminal app that support searching output natively?
I have a laptop running Ubuntu 10.04 and i want to make a shell script and I want a beep sound but I can't get one..
I tried this and i didn't hear any beep
hello
I tried to find a good subject but it was the best of mine, anyway I'll explain it here.
some time I do some thing like installing a new application in Linux terminal of my office PC but it take a long time and I have to go home during its installation or configuration process that it is not good to cancel it.My current solution is abandoning the process until next day. I wanted to know is there any way to redirect an input and out put of a terminal to another one, if it works I can continue my abandoned process by ssh to my Linux office PC and redirect that terminal to my new remote sshed terminal from my home.
Thank a lot for any help.
I had a dream least night in which I was on my computer and I was typing the command Netstat -a in command prompt in Ms-Dos. And I was wondering why it looks so much like a Linux terminal command? This question persisted in my mind after I woke up. So what is the story about it?
View 3 Replies View RelatedI am looking into creating my own terminal command from scratch. I researched online for some information on this subject was only able to view stuff related to OS X. I understand that they are both Unix based, are they both similar in creating these commands? Basically all I would like is for someone to point me towards the right direction to start or complete this task.
View 11 Replies View Related