Ubuntu :: After Rebooting The System The Desktop Background Image Not Showing Up

Jun 1, 2010

I have installled ubuntu 9.04 and windows XP. After rebooting the system the desktop background image which i saved earlier is not showing up in Ubuntu.

View 1 Replies


ADVERTISEMENT

General :: Mouse Cursor Strange Background Image Showing

Jan 5, 2010

My mouse cursor has acquired some strange background image showing what looks to be paragraphs of chinese glyphs (they are too small to make out clearly). This background image is contained in rougly a 1 inch square with the mouse cursor hot spot in the upper left-hand corner. The mouse cursor is visible, but whatever is under those glyphs is covered.

I've tried the mouse configuration gui -- but it says nothing of background images for the mouse. I've also deleted and recreated my xconfig.org file to see if that somehow got mangled. I've been searching the web for a couple of hours, but cant seem to find anything related to my problem.

View 1 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

Ubuntu :: Recovering Removed Desktop Background Image

Mar 26, 2010

Have accidently removed a desktop background image (lotus/pond) and would very much like to have it back. Would someone please tell me how to do this? I've read in Help that this image is not removed from my computer but don't know how to proceed.

View 3 Replies View Related

Ubuntu :: Boot Up The Machine The Cube Background Image Goes Away And The Background Colour Is Left?

Apr 15, 2011

Anyone know why each time I boot up the machine the cube background image goes away and the background colour is left. This image i am placing is in Apparency/Skydome

View 2 Replies View Related

Ubuntu :: 9.10 - Plain Black Background After Rebooting

Feb 26, 2010

I have just upgraded from ubuntu 9.04 to 9.10. After rebooting my computer i found that the background is now plain black. I have tried changing it in the appearance settings, but no matter what I change is to it stays black.

View 2 Replies View Related

Fedora Installation :: F14 Update - Rebooting Automatically After Showing BIOS

Sep 8, 2011

I updated Fedora 14 with the new kernel-2.6.35.12-88.fc14.i686 but when I reboot its rebooting automatically after showing the bios. What can I do now.

View 3 Replies View Related

Ubuntu :: GDM Background - Cannot Change The Background Image To Any Of Mt .jpg Wallpaper Files And .png Files

Apr 3, 2011

I have spent the most part of 5 hours trying to fix this issue. For some reason I cannot change the background image to any of mt .jpg wallpaper files (and .png files). I've tried using the Ubuntu-Tweak application, but I end up getting a purple screen (default) or a black screen (default). So then I tried using the terminal method by making the Appearance window appear when I would log out. That works, except when I go to use my background image, it shows as a question mark for the image preview, and the icon for the file is a gray box. All while doing this my background images that I tested are all in the /usr/share/backgrounds location. Please help! I really want to get rid of the default images and use my images... :/ My desktop/screen in 1440x900, and most my background images are around that size. They work with my regular desktop for my account.

View 3 Replies View Related

Ubuntu Installation :: Only Background Wallpaper Is Showing?

May 22, 2011

my pc is an AMD w/ nforce chipset mobo and nvida card.What I did is select the noapic and acpi=off and it booted fine and I was able to install Edubuntu. The system booted fine except when I'm already on the desktop, I can only see the wallpaper. no icons, can't do anything. I booted on rescue, there's no problem. I can do normal things. and by the way, nvidia driver was already installed.

View 1 Replies View Related

Ubuntu :: Get Background Image In Terminal?

May 7, 2010

How do you get a background image in the terminal in Lucid Lynx, the tutorials I've found is for older releases. And something have changed because I can't find that option anywere.

View 9 Replies View Related

Ubuntu :: Put A Background Image In GRUB?

Dec 27, 2010

I have installed the Ubuntu v10.04 LTD, it has a new version of GRUB that I want o edit, I want to put a Background Image in this GRUB...

I'd like to someone tell me how i can do this...

View 2 Replies View Related

Hardware :: Desktop Is Rebooting Every 15 Mins?

Dec 23, 2010

I have intel 945 motherboard which supports maximum 2G DDR2 RAM at 667MHz. Now in the market RAM with minimum freq is 800MHz and i am confused should i install the 800 MHz RAM. Would installing RAM with higher freq than required harm my motherboard or will it work without problem to the hardware. my desktop is rebooting every 15 mins. I checked with memcheck and it showed RAM was bad.

View 1 Replies View Related

Ubuntu :: Blank Background Suddenly Showing Icon On Home Directory?

Jan 9, 2010

My usually blank and happy background suddenly lists the things in my home directory. Well, it has icons for them.I have tried the gconf-editor, apps->nautilus->desktop drill, but the stuff is still there. Showed up suddenly about a day ago

View 9 Replies View Related

Server :: Checking Processes Running In The Background And Showing Them?

Sep 10, 2010

While executing df command on an AIX Console, by mistake I ended the line with an ampersand:

[Code]...

View 5 Replies View Related

Ubuntu :: Print A Document With A Tux Image In Its Background?

Mar 6, 2010

I want to print a document with a tux image in its background. I mean that the image of tux will be on the background & the article will be written over it,how can I do that?

View 2 Replies View Related

Ubuntu :: Change The Background-image With Parameters?

May 31, 2010

I need to do a script to change the background image. I can do this with this command

PHP Code:

[Code]....

that work's fine but i need send some parameters to the background image

1)I need to set the style(mosaic, center, etc)

2)I need to set a color(because the image is smaller than the resolution)

I can't find how set this two parameters

View 2 Replies View Related

Ubuntu :: Compiz Up And Bottom Background Image?

Aug 21, 2010

Well, since I can't set it up to show a workspace, I can at least add a background so its not so plain How do I do that ?

View 2 Replies View Related

Ubuntu :: Gconftool-2 Does Not Refresh Background Image?

Jan 24, 2011

I'm currently writing a little script that gets a random image from the xkcd website and then sets it as the desktop background. I grab the picture with wget, and to prevent the script from spamming by creating a new file for each image the new picture always gets downloaded to "wall.png". Apparently this is a problem for gconftool-2. When I run the following command for the first time, the background changes:

Code:
gconftool-2 --set --type=string /desktop/gnome/background/picture_filename /home/zilioum/wall.png

But if I run my script, and then run the same command again nothing happens. It seems like gconftool-2 does not change the background if the filename stays the same even though the picture changes.

Things I tried but that don't work:setting the backround to a dummy location and then setting it to wall.png unsetting the value first, and then setting wall.png as background

I could always download it to the actual filename, set that file as the background and then move that file to wall.png or delete it. But I'm wondering if there is a way to "smart up" gconftool-2.

View 5 Replies View Related

Ubuntu :: Cannot Change Background Even If Select New Image

Jun 24, 2010

I've recently installed Ubuntu Netbook Remix 10.4 on my HP Mini 210 HD, and installed gtk2-murrine package to utilize a theme I downloaded gnome-look.org/content/show.p...content=124548...This all worked well, until I attempted to change the background on the Gnome desktop. Upon entering the Appearance configuration, there is a file explorer fork-bomb that occurs and floods my Taskbar for up to a minute after I've entered the config. Has anyone ever experience this and if so, how can I fix this?On top of this, I cannot change the background even if I select a new image.

View 1 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 :: Change Login Window Not Background Image

Aug 21, 2010

so i got some themes following these instructions [URL]... is there a way i can get my login window (not the background image) to look like it does in one of these images [URL]...

View 6 Replies View Related

Ubuntu :: How To Change Background Image At Login Time

Nov 19, 2010

I was installing a bunch of packages and one of them ended up changing the background image. This was seen after logging back in. I proceeded to right click on the background and change it back while logged in. After a 2nd reboot I could see it changed it for my userid, but I still get that wrong background during the login prompt. How can I change it back for there?

View 3 Replies View Related

Ubuntu :: Changed Background Image And Nautilus Crashes

Mar 30, 2011

I've been messing with settings of nautilus via
Code:
"Edit" > "Backgrounds and Emblems..."
and selected a background image.
And from that moment on, nautilus crashes (reloads) on almost every right click, menu opening, and almost any action, nautilus should do (as a file manager). Running Nautilus from Terminal and observing the output left me with a blank output ... no errors, no warnings, just reset.

View 6 Replies View Related

Ubuntu :: Make Background Image In Terminal Non-transparent

Jun 6, 2011

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 Related

Ubuntu :: Skydome Background Image Faded/low Contrast?

Jun 12, 2011

I have noticed on a couple of the newer installs I have done, that the Skydome image is faded. It appears to have about 35% lower contrast than it should. I always use the same one, I have compared it to the local file, I am a professional photographer, so I can say it has nothing to do with the image itself, but rather it is some hidden setting somewhere, as I have tried cranking up the image's native contrast, and nothing changes.This happened before, and in the course of normal compiz tweaking, it went away, but I would like to figure out where that is, as CCSM has so many settings, and it may not even be a compiz setting, but rather a system setting. I just do not know.

View 6 Replies View Related

Debian :: No Background Image On Grub?

Feb 19, 2011

I've grub2 installed on my debian sid 64bit.

In the grub.cfg file, I have :

insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
set color_normal=light-gray/black
set color_highlight=white/black

[Code]....

View 14 Replies View Related

Debian :: Can't Set Background Image In Lxde?

Jun 18, 2010

I installed debian testing with lxde.Now set the background image.Default background color is black.If i right click on desktop,nothing happens.

What to do?
ii  lxde                                 0.5.0-3                        Meta-package for the Lightweight X11 Desktop Environment

[code]...

View 12 Replies View Related

OpenSUSE :: Set A Background Image For Konsole?

Sep 10, 2010

I do not see an option to set a Background image for Konsole. Has this been removed? I see color and transparency options.

View 2 Replies View Related

General :: Image Background Not Show?

Jul 2, 2010

i have an image background for my web....it's a JPG file.. my problem is that image not show at designer PC but after that web page open at another PC..the image can show..i created my program at terminal...

i try using chmod 777 image.jpg but at designer PC still can't show...but in other PC can show..why it happens??what must i do?

View 1 Replies View Related







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