Ubuntu :: Desktop Background Fades To Color / Gradient?

May 27, 2010

I am using amd64 ubuntu 10.04. My problem is that whenever I change desktop backgrounds, after about 1 - 3 mins, the background just fades into the default color you pick for your desktop.

View 9 Replies


ADVERTISEMENT

General :: Desktop Background Loads Then Fades Out, Zenwalk 6.2, XFCE?

Apr 28, 2010

the Desktop background image, icons all load when i log in then fade out leaving me with a plain background, no image, no desktop icons and none of the keyboard shortcuts work,

View 2 Replies View Related

Fedora :: Creating Gradient Background In GIMP

Feb 24, 2010

have never seen a more unintuitive, user-unfriendly, unintelligible program than GIMP.

The tutorials I've found online are based on older versions of gimp, and the windows shown do not look like the gimp I have. Even the official, online gimp manual seems to be out of date, or maybe it's just written so poorly that I cannot get anything to work.

I am up-to-date with F12, and the gimp version is 2.6.8. All I want to do is create an image 200 x 50 px with a color I select at the left end of the rectangle and a gradient to another color I select at the right end. This should be an utterly trivial project, but I have not been able to do it.

how to do it based on the current F12 gimp?

View 14 Replies View Related

Debian Multimedia :: Desktop Background Lost After Sleep - Random Color Blocks

May 21, 2015

Just upgraded to Debian Jessie. I'm having a problem with the desktop and lockscreen that I never had before in Debian 7. Whenever I open the laptop to wake it up, there is very bad discoloration of the background. (screenshot : [URL] ..... )

Hardware is an IBM Lenovo T410 with no customizations. The graphics are factory nvidia. 3D acceleration works flawlessly, and I have no other issues except this background problem.

------------------------
HARDWARE

$ nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218M [NVS 3100M] [10de:0a6c] (rev a2)
Your card is supported by the default drivers and legacy driver series 304.

View 6 Replies View Related

Software :: Screen App / Retain BG / Color Background Color Gets Lost

Jul 6, 2009

I am using the screen app, and have set bce to on, and issued the following commands to set my background and foreground color: tput setab 4; clear; tput setaf 7; clear;

This temporarily sets everything properly on my screen. However, when I issue any commands that change or set their own background color (for example, when I issue an "ls" command with colorized output), the background color gets lost for any new output and I have to reissue the commands listed above in order to retrieve my background color.Ideally I'd like to keep my background color when issuing these commands, as it serves as a good way to remind me of what environment I am currently issuing commands in.

View 1 Replies View Related

General :: Desktop Environment Color Settings / Do They Affect Web Browser Color?

Jun 14, 2011

Kernel 2.6.21.5, Slackware 12.0
KDE 3.5.7
(Mozilla) Firefox 2.0.0.4

Do color settings in the desktop environment affect color in the web browser? Thanks.

View 2 Replies View Related

Ubuntu :: Change Background Color With A Script?

Jan 27, 2010

I don't know much about scripting and so despite my best efforts i can't seem to get my script right and I was wondering how to do the following:at startup set the background color to a certain hex valueover time cycle through the entire range of possible values from (0x000000 to 0xFFFFFF)do this slowly, not abruptlystart the script every time I loginI know I need to use gconftool-2 -t str --set /desktop/gnome/background/primary_color "#$COLOR"where COLOR is a hex value variablebut really beyond that the specifics of how to time the updating of the hex value or whether a variable can be a hex value at all (if not how to work around that).

View 7 Replies View Related

Ubuntu Servers :: Change The Color In The Background?

May 14, 2010

What do i need to do to change the color in the background of my web server?

View 1 Replies View Related

Ubuntu :: Can't Change Widget Background Color?

May 17, 2010

would anyone know how to change the widget plotter background color? I used to be able to do it in 9.10 by doing a right click/properties/advanced. In Lucid, I no longer see that advanced tab so I have no idea how to change that widget gray color? has this functionality moved somewhere else?? I looked all over the place in System Settings but I can't find anything.

View 2 Replies View Related

Ubuntu :: Screen And Vim (256 Colors) Background Color Rendering?

Feb 18, 2010

I'm using xterm/screen/vim, and set them up to 256 color mode. Everything went well, except when background color for the theme I choose is not black.

Here's the theme I use in this example:[URL].. Here's the situation: as long as I only use vim, the background is well rendered, meaning everything is grey in vim background. But when I try this with screen, the background is back to black, and only the text get some kind of highlight with the background color.Here are the magical lines I added to screenrc:

Code:
term screen-256color
attrcolor b ".I"
# Tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=E[48;5;%dm:AF=E[38;5;%dm'
# Erase background with current bg color. Not needed if TERM=screen-256color
defbce "on"

Colors are well rendered in 256 color, I only have a problem with this background. Anyone knows how to 'fix' this?

View 1 Replies View Related

Ubuntu :: Changing The Color Of The Panel Menu Background?

Jun 25, 2011

I know how to change the colors of the panels. But on the parts were the ubuntu symbol, the menus (Applications, Places, and Systems), the date and time, and the indicator applets is, they do not change at all. And pretty much the same problem on the bottom panel.

I tried Gnome color changer but only works for the texts and the drop down menus. I use Gnome classic (hated Unity). My goal is to make ALL of the panel background black.

View 9 Replies View Related

Debian :: PDF Viewer With Background Color Feature?

Feb 23, 2010

I'm looking for a pdf viewer for Linux capable of changing the background color of pdf documents, like Adobe or Foxit do.

Evince doesn't, neither xpdf, nor foxit for linux desktop.

View 1 Replies View Related

General :: Setting Background Color In Gvim?

May 16, 2010

I use a terminal with white text on black background (I just like it better), so I wrote the following line in my .vimrc file: set background=dark

However, gvim has black on white text. How do I do either of the following: Set the background of gvim to black Check in .vimrc if I'm using gvim I tried this: I started up gvim, and typed echo &term. The answer was "builtin_gui". So I wrote the following into .vimrc:

if &term == "builtin_gui"
set background=light
else
set background=dark
endif

Somehow, it didn't work.

View 1 Replies View Related

General :: Change The Background Color Of Moc Player?

Aug 2, 2011

i just wanna change background color of moc player.

View 2 Replies View Related

Ubuntu :: Change The Color Of The Background In Window Without Changing Themes?

May 19, 2010

I want to change the color of the background in this window (see screenshot)without changing themes. Whats the best way to do this?

View 9 Replies View Related

Ubuntu :: Edit Background Color Of Some Textual Output In Terminal?

Dec 28, 2010

When I type (in new 10.10) soem cmdline comands like "ls -l" then some of the directories have a different fore-and background color (e.g. black on green) while the remaining other directoreis are blue on white.

Where can I find out the meaning of the diferent colors and how can I change them?

If I go to menu

Terminal->Edit->Profile Preferences->Color

then I can set only the full overall background and foreground color. But here only certain parts have a different color. the main color (black on white) is suitable. I do not use system theme.

View 4 Replies View Related

Ubuntu :: Change Login Window Background From Image To Hex Color

Jan 10, 2011

I have Ubuntu Tweak installed but it only lets me change the login background to an image. Is it possible to use a color in hex?I am using Ubuntu 10.10.

View 9 Replies View Related

Software :: Permanently Change Background Color Of Vi Editor?

Jul 12, 2010

How can I permanently change the background color of vi editor so that every time I open a document the editor has my default background color?

View 2 Replies View Related

Software :: Vim Background Color Persists In Screen Session?

Aug 24, 2010

I use ssh via KDE 4.4.3 konsole to connect to a 2.6.28-18-generic Ubuntu SMP machine,on which I use vim 7.2 and screen 4.00.03jw4. Within a screen session, the background color persists on the screen session even after closing vim. I dont know if this is a konsole or bash or screen or vim colorscheme problem.

View 1 Replies View Related

Debian Multimedia :: Remove The Background Color From The Icon Text?

Feb 2, 2011

Any way to remove the background color from the icon text? The little color bubble that holds the icon text? Yes I know I am picky...

2011-02-01-203633_1280x800_scrot.png (6.88 KiB) Viewed 504 times

View 12 Replies View Related

OpenSUSE :: Change The Background Color Of The Bottom Kde Menu Panel?

Oct 16, 2010

How can i change the background color of the bottom kde menu panel? I tried with systesettings>Advanced>Theme,it's not changing anything.

View 3 Replies View Related

General :: Windows - Change Background Color Of 1000 Jpg Files?

Jul 10, 2011

I have 1000 jpg files in which all have a white background. Is is possible to change the white background color to red (for example) of all the files in order not to have to do it one by one ?

I would prefer to use Linux but I can handle Windows.

For example, change this Logo with white background to red background.

View 1 Replies View Related

General :: Change Inkscape's Default Export Background Color From Yellow To White?

Feb 24, 2011

I am using export in 'Inkscape' to convert an SVG file to PNG. As I am using a transparent background, the colour of background is automatically set to yellow. I want to change this default colour to white. How can I do this?

View 1 Replies View Related

Ubuntu :: Got A Dark Font Color And Hard To Read On The Dark Background?

Aug 26, 2010

I'm using the shiki colors theme from the repos right now. "Shiki-Noble" to be specific. When typing something into Firefox's URL bar the internet addresses have got a dark font color and are hard to read on the dark background. Here's a screenshot: FF.jpg

I've had similar issues with other themes and Firefox's URL bar before.

View 2 Replies View Related

Ubuntu :: Desktop Locks Up When Try To Change Desktop Background?

Jan 4, 2011

After installing gnome-color-chooser for Ubuntu 10.10, I followed all the steps to enable transparent gnome menu. When I logged out and logged back into my user, the gnome panel menu was transparent as It should be however, the desktop background changed color and I cannot change the desktop by right clicking the desktop. If I do right click and try to, the entire desktop and all programs freeze. The mouse works but that is it. Whenever I try to open gnome-color-chooser, I get this error message : ERROR Could not open or create file /home/User/.gtkrc-2.0-gnome-color-chooser. I have uninstalled and reinstalled both gnome color chooser and gnome panel with no luck.

View 1 Replies View Related

General :: Fedora 12 Installation / Change The Installation Background Not Desktop Background?

Feb 16, 2010

I want to change installation background image in fedora 12.

How to change the installation background not desktop background.

View 2 Replies View Related

Ubuntu :: Menu Bar Won't Change Color When Change Panel Background

Oct 23, 2010

I changed it and got it working a long time ago but i installed 10.10 (great work BTW ) and have forgotten completely.

View 6 Replies View Related

SUSE / Novell :: OpenSuse 11.1 KDE Different Desktop Background Image For Each Of The 4 Desktop?

Jul 23, 2009

Up until KDE4 I could select a different image for each of the 4 virtual desktops. Now I tried Suse11.1 KDE and it seems like there is no such option. I can change the background image allright, but all 4 desktops have the SAME image.

View 4 Replies View Related

OpenSUSE :: Display A Different Desktop Background For Each Desktop?

May 23, 2011

How do I get it to display a different desktop background for each desktop? I'm sure I saw this option somewhere, but I can't find it again.

Secondly, it defaults with 4 desktops in a 2X2 grid layout. I changed it to 2, then back to 4 and now it has 4 desktops in a linear layout (1x4). How can I change it back to 2X2?

View 5 Replies View Related

Ubuntu :: 10.04 Show Desktop Button Color?

May 14, 2010

ubuntu 10.04, show desktop button, how do i change it`s color ?

View 2 Replies View Related







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