change wallpaper in CDE


 
Thread Tools Search this Thread
Operating Systems Solaris change wallpaper in CDE
# 8  
Old 03-05-2005
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 &

Last edited by RTM; 03-24-2005 at 10:14 AM..
# 9  
Old 03-10-2005
Hi

hi All

I successfully changed my backround , as per the instructions . But since the resolution of the pic is low , i am getting the background in tile format. Can i stretch the same wallpaper (similar to the option that we have in WINDOWs).


Thnx

Varun
# 10  
Old 03-21-2005
Quote:
Originally Posted by reborg
xv -root -quit my-background-picture.gif &
It Worked!!! Smilie Smilie Smilie Smilie
Thank you soooooooooomuch
# 11  
Old 03-24-2005
Quote:
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 tried the above steps but failed.
1. I do NOT have xv on my machine
2.What is the alternative command of setting up the background using xsetroot. I have tried:
/usr/openwin/bin/xsetroot -bitmap b.bmp
but it reports bad bitmap format file.
3.Has this procedure to be done as root user?

Any help is appreciated
rte

P.S : OS is Solaris8 and trying to connect through Kea!X
# 12  
Old 03-24-2005
Try with a JPG file and tell us..
# 13  
Old 03-25-2005
No Luck Smilie
# 14  
Old 03-25-2005
The bitmap type for xsetroot is 'xbm' (Xbitmap) not windows .bmp
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