Ubuntu :: Change Terminal Colors After A Change Root?

Jan 31, 2011

Now I know that in order to change the colors in your terminal you have to play around with ~/.bashrc But the effects don't stay in place after a change-root is taken affect. It just reverts to black. Is there any way I can change that too in .bashrc?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Change Virtual Terminal Colors Before Logging In?

Apr 17, 2011

I put

Code:
echo -e 'e[0;34m'

into /etc/profile, but it still doesn't work until I login. I'd like it to work before that, so that all messages (like those displayed on boot up) have these default settings.

View 6 Replies View Related

Ubuntu :: Graphics - Change To A Warped Mix Of Colors And Pixels When Change The Background Image

May 19, 2010

I recently installed Ubuntu 10.04 Netbook Remix on my Gateway LT3103u. I noticed shortly into using it that it has a graphics bug every so often. Especially when I change the background image. Everything will change to a warped mix of colors and pixels. Everything is affected. My mouse, the bar at the top of the screen, text and all. My netbook runs on an AMD Athlon 64-bit processor with ATI Radeon X1270 HyperMemory up to 256MB graphics.

So far I have tried reinstalling, and even the 64bit desktop edition which had the same problem. Ive noticed that it freaks out when i scroll too quick, when changing background images, and on certain websites. Then other times its completely random. When it happens it looks similar to these: [URL]

View 4 Replies View Related

Slackware :: Change Root@darkstar In My Terminal?

Jun 10, 2010

Can someone tell me how to change the
root@darkstar:~#
in my terminal?

View 3 Replies View Related

Ubuntu :: Change Menu Colors

Nov 8, 2010

After hours of online searching, I still haven't find a right answer to my question. How can I change the color of the popup menu, the color of the menus that appear when you click on the icons on the right side of the desktop and of the firefox menus.I have a custom theme.

View 2 Replies View Related

Ubuntu :: Nautilus - How To Change Colors Used On Scroll Bar

May 29, 2010

In 10.04 Lucid my Nautilus scroll bars are white. The scroll bar slider (the icon that can be moved up and down with the cursor to scroll the window) is the exact same shade of white and the slider outline is pale grey. The lack of color contrast makes the slider hard to see. Is there a preference item somewhere that lets me change this color scheme?

I expected to find it in System >> Preferences >> Appearance >> Theme but I don't think there's anything there about the scroll bars. I think my monitor might be more contrasty than most, which is probably exacerbating the problem, but this is what I have to work with. I would rather fix it by changing a system setting than replacing the monitor.

View 4 Replies View Related

Debian :: How To Change Colors Of Gnome Flashback

Aug 24, 2015

So far I want to change two things i want to change both the bars to Black and i want the text to be white i tried google nothing...

View 4 Replies View Related

OpenSUSE :: Change Desktop Cube Colors?

Feb 23, 2011

I know this is kind of stupid, but is there any way that I can change the color of the top of the desktop cube??

When I booted up from the Live CD before, the tops of the cube were green with a little chameleon. Now, their just cream colored...

View 4 Replies View Related

Fedora :: Change Colors In KDE4 Apps In Gnome?

Jun 28, 2010

fedora 13, Gnome, with the exception of Kdenlive... I need to change to match my gnome theme... I work in a dark environment so I use a dark theme... nearly impossible to use kdenlive as is...

If I remember correctly there was a utility in KDE to make gnome apps look nice, but can't find anything like that for gnome, can't find kcontrol in safe repos for some reason, maybe I'm looking for the wrong thing

View 5 Replies View Related

Fedora :: Change Colors Of The Grub Boot Menu?

Feb 11, 2011

In Fedora 14, the colors of the grub boot menu were changed. why, previous versions of the grub boot menu were always the same, that black bar on white letters.

Now suddenly in F14, it was changed to a white bar, on white letters, which is hard to see and looks stupid besides. How do I change those colors back to the old way? the black bar on white lettering?

I have been googling for this topic and I don't see anything in the docs listed for it so decided to ask here.

[URL]

ok I tried it, it didn't work, I tried that exact command it gave in the article, and the colors of the grub menu did NOT change!

View 1 Replies View Related

Fedora :: Drop-down Menus Change Colors Across Applications?

Jul 21, 2011

I'm using Fedora 15, Gnome Shell. Standard window decoration (Adwaita).

Some applications use one set of colors for drop-down menus; other applications use another set of colors.

Nautilus, e.g., uses a white / bright blue combination. Quodlibet and Firefox both use a greyish blue. see attached screenshots.

Are your Gnome applications also doing this sort of thing in Fedora 15 and Gnome Shell?

View 2 Replies View Related

Software :: Change The Font Colors Of Lines In A Webpage?

May 3, 2010

I need to make a very large (data) web page easy to read. This is also a simple web page and it is called largedata.html Assuming that it contains the data:

Quote:

Step out of the room.
Close the door.
Walk to the elevator.
Press the 1 button.

[code]....

View 6 Replies View Related

Ubuntu :: Change Orange Default Colors For Loading Bars And Stuff?

Nov 5, 2010

How do I change the ugly default orange color for the loading bars and stuff? I know how to change things with the window manager, but that only changes the frames and "min, max, close" buttons. I like everything about the theme I have, and the way the window manager is set, except it uses that ugly orange color when things are loading or downloading. How do I change that part? Can I change only that part by itself?

View 2 Replies View Related

Ubuntu :: Change Nautilus Windows Size And Colors In Gnome-shell?

May 22, 2011

No Matter what I do and change in gnome-tweak-tool, the window title bar won't change to anything else, won't go smaller, even the downloaded themes won't change the bar, and I cant seem to find the needed codes in xml to change them. photo is attached to illustrate the things I need to changeI need to change their size in the first place, and maybe change them to like ambiance or whatever. i've seen many guides on the net, and It still don't find the neeeded solution

View 1 Replies View Related

Programming :: Selecting VGA Planes Causes Existing Pixels To Change Colors?

Oct 28, 2009

using the code

Code:

void setplane(unsigned char mask){
inportb(0x3DA); //Reset the VGA flip/flop
unsigned char c=inportb(0x3C0); /*the VGA does not like you not saving values*/

[code]....

does not work, for example if setplane(1); will change all pixels plotted to blue - not just the newest. and here is how i plot pixels:

Code:

void ppixel(unsigned x, unsigned y, unsigned char color){
setplane(color);
((char far *)0xA0000000L)[(y*(640/8))+(x/8)]=((1<<7)>>(x%8));
}

View 2 Replies View Related

Ubuntu :: How To Change Terminal App For Nautilus-open-terminal

Dec 1, 2010

I've fallen in love with Terminator as a replacement for the standard gnome-terminal app.

However, I'm also very much in the habit of using the nautilus-open-terminal extension for launching new terminal sessions.

I'd like nautilus-open-terminal to launch Terminator rather than gnome-terminal.

A quick search of my system and the web didn't reveal anything. i didn't find a gconf setting to control this. A quick look at the source code didn't help much either.

View 5 Replies View Related

Debian :: Change Dragora Bash Terminal To Default Jessie Terminal

Feb 29, 2016

I mainly use debian jessie , recently i have installed daragora as my second os to get a feel of gnu/linux . the problem is that dragora uses bash , and it's commands are different from debian jessie terminal is there a way that i can use the same commands here in dragora?

View 4 Replies View Related

General :: Failed To Change Real Root To Fake Root Using Chroot?

Jun 28, 2011

I created a chroot jail in /SECURITY/Jail. But when I used the command 'sudo chroot /SECURITY/Jail' to enter the fake root, I got an error message likegroups: cannot find name for group ID 105groups: cannot find name for group ID 119.

View 1 Replies View Related

OpenSUSE Install :: Revert The Changes Or Change The Permissions Again To Root:root Or Make Sudo Work

Aug 10, 2011

Accidentally I changed the ownership of all the directories under / to my own instead of root:root. Now I am unable to use sudo and many bad things are happening. Is there a way to revert the changes or change the permissions again to root:root or make sudo work ?

View 3 Replies View Related

Ubuntu :: "Check That You ARE NOT Root, Never Run Similar Tools As Root! Just Change File Permissions"

Jul 11, 2011

I'm very new to Linux, i'm running Ubuntu and i'm trying to install a program. In the instructions it says "Check that you ARE NOT root, never run similar tools as root! just change file permissions". How do i check if i'm root or what am I supposed to do here?

View 7 Replies View Related

Ubuntu :: HFS+ Is Read-only - How Do Change In Terminal

Mar 31, 2010

Basically i have a 1TB USB HDD that is formatted HFS+ (i used to use it attached to a hacked AppleTV, it has loads of media on it).

Appletv wasn't great, so now i have a lovely acer revo running XBMC Live, and it's blooming great. my problem is my USB drive mounts, but i think it's read-only, as i am struggling to sftp new files to it. so my question is:

How do i make the drive writeable?

I've read things about disabling journling, an fstab file, chown in terminal, but im really struggling.

In temrinal if i navigate to the /media folder and run ls -al, i get this: (note the usb drive is called AppleTV)

revo@XBMCLive:

How to make it read-write? i'm happy for it to have full write access by root, or all users or whatever. im sure its 1 line in terminal!

View 1 Replies View Related

Ubuntu :: How Can I Change Username Via Terminal

May 21, 2010

How can I change the username via terminal?Also, via GUI is there any to change the username?

View 1 Replies View Related

Ubuntu :: Cant Change Directory (terminal)?

Jun 18, 2010

no matter what i do in there terminal when it comes to changing directorys or copying items it just dont work.this is what im typing

PHP Code:[code]...............

View 3 Replies View Related

Ubuntu :: Change The Terminal Color On 10.10?

Sep 20, 2010

Can I Change The Terminal Color On Ubuntu 10.10?? Is Purple Like Always I Want It Green

View 1 Replies View Related

Ubuntu :: Change Prompt In Terminal?

Oct 1, 2010

It appears to me that with the default .bashrc the user, computer, and working directory are shown in the title. If so, I see no need for that info in the prompt (space waster).

If this is always true, how do I change my prompt to simply "$" and the root prompt to simply "#"?

View 4 Replies View Related

Ubuntu :: Change The Size Of The Terminal?

Jan 19, 2011

i wanted to change the size of the terminal like so whenever i open it up it will be fullscreen so i went at preferences and changed the size thing at the left (i think it was columns) to 700.Now whenever i open up a terminal the whole screen freezes and it logs me out.

View 5 Replies View Related

General :: Change Default Terminal To Use ZHS In Ubuntu?

Feb 2, 2010

I want to change my default terminal in Ubuntu to ZHS. What's the command to do this?

View 3 Replies View Related

Ubuntu :: Change Language Gnome Terminal 10.04

Apr 27, 2010

I just installed ubuntu 10.04 on our laptop. for convenience I also installed the dutch (gnome) translation and selected Dutch as the default language so all menu's and localisation is suitable for the Netherlands and the misses understands stuff. However I noticed that the gnome terminal is also translated so all output from bash is now in Dutch too. This is really inconvenient since I have been using bash in english on fedora and ubuntu for 10 years now. So is there a way to reconfigure gnome term (bash) to default back to english and leave the GUI in Dutch?

View 2 Replies View Related

Ubuntu :: Can't Change Settings For Gnome-terminal In 10.04?

May 12, 2010

Editing the profile in gnome-terminal has absolutely no effect on the appearance. I can change background color, transparency, image, etc. in the profile edit window, save changes,and the _actual_ terminal appearance does not change at all. I did make sure to switch to the edited profile after editing -- to no avail.The default navy-on-light-blue isn't bad, but the light-green default for executables is effectively completely invisible on the light blue background.Is this a bug? Or does someone have a workaround?FWIW, gnome-terminal in 9.10 was completely customizable

View 3 Replies View Related

Ubuntu :: How To Change Shortcut Keys Used In Terminal

Jul 5, 2010

I want to reassign ctrl-shift-C and ctrl-shift-V. How is that done? (I'm using a Mac keyboard and I'd like to take advantage of the command key to avoid having to hit two modifiers.)

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved