change wallpaper in CDE


 
Thread Tools Search this Thread
Operating Systems Solaris change wallpaper in CDE
# 15  
Old 03-27-2005
Quote:
The bitmap type for xsetroot is 'xbm' (Xbitmap) not windows .bmp
Do I need to convert the bmp to xbm format or would just renaming do the trick?

Thanks
# 16  
Old 03-27-2005
It would have to be converted, but there may be a problem there. If I recall correctly xbm is a two color format.
# 17  
Old 04-08-2005
Hi All

xv -root -quit my-background-picture.gif & definately worked . The pic that i used was of low resolution . So I tried repeating the same for a higher resolution pic . But now when i try the same command and set the backdrop to "NO Backdrop" , I still get the previous image .'

I deleted the previous image n tried again. But now i get a blurred version of previous image.

Plz suggest


Best Regards

Varun
# 18  
Old 04-08-2005
hmmmm ...................


I restarted the Workspace n the image was set to the new one .

But I am getting a blurred n tiled image . the whole image does not cover the entire working space

How do I rectify this ???




Regards

Varun
# 19  
Old 02-03-2008
Quote:
Originally Posted by reborg
The way to do what you want is as follows:

Open the Style Manager.
Click on Backdrops.
Select NoBackdrop from the list.
Click OK. The backdrop tile will disappear.
Repeat these steps for every workspace on your desktop. (the checkbox does not work correctly)
Use xsetroot or xv to establish your X window root background.
To automate the process, put something like this into your sessionetc script in ~/.dt directories:
#!/bin/sh
#
xv -root -quit my-background-picture.gif &
i don't have the permissions to do this
# 20  
Old 09-04-2008
hi, this is how I did it and it works and it sticks:

Take your picture, resize to yoru monitor resolution (eg. I have 1280x1024) with your favourite program like Paint Shop Pro or whatever. Save as .jpg or whatever.

Then in Unix go to to your "Desktop Apps" and open "Image Viewer".

Open the image and save is as XPM.

This should create a .pm image.

then go to your-user/.dt/backdrops (note to click the "view hidden objects" in your File Manager to see the .dt directory). If /backdrops does not exist, create it.

pop your .pm image in here, and you are nearly done.

Now go to your "Style Manager", "Backdrops" and there in the list should be your image. click it and apply or OK.

At this point you should have your image as a backdrop, if you dont, sorry :-( I dont think I can help as these steps have worked for me without Admin privileges or anything.

And, before I forget, to make it stick - save the session!

If ppl want images for this purpose, I have included a couple of car ones in the attachment file below (1280x1024), or you can send me a message or leave a note here for more I have prepared for myself (dont forget to state your screen resolution). If there is enough demand, maybe I can create a little repository somewhere with different themes...

cheers and good luck!

aka Tahiche
Design Engineer (Catia V5)
Ford Koeln, Germany

Last edited by tahiche2; 09-04-2008 at 01:01 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script Xml file wallpaper

Hello, I have a custom background in my Fedora 14 OS. which changes every 10 mins, I was able to edit an Xml file for this purpose. The structure of the Xml file looks as follows : <!-- This animation will start at time shown above. --> <static> <duration>600.0</duration> ... (3 Replies)
Discussion started by: ajayram
3 Replies

2. Shell Programming and Scripting

Wallpaper script

Have trouble picking a wallpaper. Let your computer pick for you. #!/bin/bash # (Change to your path to photos) Pictures='/home/josh/Pictures' ## Pick new image function pick_new_bg () { backgrounds=( $( < ~/.background_temp) ) num_backgrounds=${#backgrounds }... (4 Replies)
Discussion started by: jtsmith90
4 Replies

3. Solaris

Connect to SunOS CDE from another CDE

I have two CDE desktop accounts on different server (called this CDE#1, CDE#2) on the same network. However, my current setup is connecting to the Solaris CDE#1,CDE#2 via Citrix. My plan is to connect to CD#1 and then somehow connect to CDE#2. How do I do this? I am just a regular user... (0 Replies)
Discussion started by: tthach830
0 Replies

4. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies

5. Solaris

CDE password change on expiration

Hello, I am using Solaris 10 with CDE and like to change the behaviour of the login process. I have a user account that is configured for password aging. Currently, when his password expires, CDE prompts him to change his password when login in. What I'd like is that the user cannot... (5 Replies)
Discussion started by: gorfou
5 Replies

6. Solaris

How to change CDE screen resolution?

I searched and found something about kdmconfig, but it's not installed. Isn't there an easy way to change the screen resolution in the CDE by right clicking or anything like that (like in Linux's KDE)? (1 Reply)
Discussion started by: lyonsd
1 Replies

7. UNIX for Dummies Questions & Answers

Putting Wallpaper on the Desktop

How do I put wallpaper from the internet on the Unix desktop? For example, I want to know how to perform the same operation as "right click-> Set as Wallpaper" on a graphics on a web page, in Windows. Thanks! :rolleyes: (3 Replies)
Discussion started by: pireifej
3 Replies

8. UNIX for Dummies Questions & Answers

Cde

Hi There, easy one for you. I am using Solaris 7 on my desktop at home and I don't want to invoke the CDE environment when I boot up. I want it to just boot up to the command line to save on memory. What do I have to do in order to do this? Thanks for your help. (2 Replies)
Discussion started by: gerwhelan
2 Replies

9. UNIX for Dummies Questions & Answers

wallpaper anyone?

we have a UNIX workstation using 'CDE' desktop manager, i'ts kind of dull seeing the same wallpaper all over again and again and again everyday. is it possible put my own wallpaper? how? i'm sure it is not similar with windows wherein you just put your bitmap file in the windows folder or is it... (2 Replies)
Discussion started by: inquirer
2 Replies
Login or Register to Ask a Question