Switch Desktop Environments via Terminal


 
Thread Tools Search this Thread
Operating Systems Linux Switch Desktop Environments via Terminal
# 1  
Old 10-19-2013
Switch Desktop Environments via Terminal

Hi All,

Does anyone know if it's possible to switch desktop environments via the terminal?

I'm writing a script to install Cinnamon on Ubuntu and I would then like to remove unity but at the moment I have to ask the user to log out, log in with cinnamon and then continue the script to remove unity.
# 2  
Old 10-23-2013
Often a desktop is just an X windows manager on steroids, so if you kill one WM and start another, you get a modified desktop, but the X connections and X server keep running. In the middle everything loses windows frames. It often pays to then kill that terminal, so keyboard SIGINT like cntrl-C does not kill the WM in the same terminal group.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Switch user terminal error

Hello All, Here I am trying to login a Linux machine as admin user from a Solaris box.. & then switch to root user.. Code I use: ssh admin@<IP> << END su - root << A echo "Hello I am logged in as root" exit A exit END But the error I get.. su: must be run from a... (3 Replies)
Discussion started by: ailnilanjan
3 Replies

2. Shell Programming and Scripting

Automating the task in two environments

Hi all, I have a task which need to be done in two test environment.both the script does the same work.i am plannig to automate that like writing a perl program to execute the script in parallel in both the test environment.i am able to call the unix script from the using in both the... (3 Replies)
Discussion started by: pals70423
3 Replies

3. UNIX for Dummies Questions & Answers

Giving a name to a Terminal in "Xfce" desktop environment

Hi, I work noramly with 3/4/5 Terminals (not xterms) open. In the different Terminal I set different tools (software). Unfortunately I loose easily the overview of all these Terminals. Which setup is in which Terminal? It would be nice to have a possibility to name Termianls. By the way I work... (4 Replies)
Discussion started by: hooge789
4 Replies

4. Solaris

How do I switch from CDE to Java Desktop in Solaris 10?

I am a newbie to Solaris/UNIX. I just installed Solaris 10 and accidentally chose CDE as my desktop instead of Java. How can I set Java Desktop as my desktop? Because before i installed my mechine is using java and more beauty from CDE.. (2 Replies)
Discussion started by: moslemovic
2 Replies

5. SCO

How to export file from terminal to Windows desktop

I have a file in Unix terminal under $, any command can make this file to be transferred to Windows desktop or C:\, I know that I can use software like FileZilla ftp to transfer file from Unix terminal to desktop. But I am really interested in using command to do this job. anyone knows? (1 Reply)
Discussion started by: wendyz
1 Replies

6. Shell Programming and Scripting

Switch environments on a single unix server

Hi All, I have written a script for a particular user say tren212 ,which checks the disk space of the user. I wish to check the disk space of another user say tren213 in the same script. How can I do the same? I have tried using su command but it asks for the password at the... (4 Replies)
Discussion started by: Taranjeet Singh
4 Replies

7. UNIX for Dummies Questions & Answers

How to switch between terminal screens in Sun Solaris 10

:) Hi everybody.. This is my firt post in this great forum.: I have installed Sun Solaris 10 on an Intel machine.. Now i login in CDE desktop as root. I want to switch between terminal screens pressing CTRL+ALT F1 (through F6) but nothing happens ?? any suggestions thank you (2 Replies)
Discussion started by: peterpan
2 Replies

8. UNIX for Dummies Questions & Answers

Description of Environments Supported By....

Im a learner on the unix/linux OS,i wanted a description of the main environments supported by the unix/linux environment. Thanks (2 Replies)
Discussion started by: zizu
2 Replies

9. Shell Programming and Scripting

setting environments

Hello, How can I setup environments in a bash and tcsh? I need to setup some paths and classpath. thanks xNYx (3 Replies)
Discussion started by: xNYx
3 Replies

10. UNIX for Dummies Questions & Answers

Crontab Environments

I have a user trying to execute a command,in crontab, which requires certain envrionmental variables to be set. He is using tcsh on a Solaris 7 system. I have created a hack by doing the following in the crontab entry... 0 0-23 * * * rsh localhost -l user /path/command This doesn't seem... (4 Replies)
Discussion started by: SmartJuniorUnix
4 Replies
Login or Register to Ask a Question