- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to define the default environment (KDE,GNOME,....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 06:57 AM
08-20-2002 06:57 AM
Which file do I have to modify in a Debian Linux server?
I was able to do it from the login screen --> session and choose KDE then replied yes to the question:
Do you wish to make KDE the default for future sessions?
But I am interested to know which file(s) to modify.
Many thanks in advance.
Domenico.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:29 AM
08-21-2002 06:29 AM
Re: How to define the default environment (KDE,GNOME,...) using
Also, to find the file that contrtols the desktop, you can do something like
# find /etc -name desktop
It should find /etc/sysconfig/desktop as a match. Of course, man switchdesk should give you lots of info also...
Good Luck.
-ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 10:32 PM
08-21-2002 10:32 PM
Re: How to define the default environment (KDE,GNOME,...) using
I installed the Debian Flavor of Linux and I cannot find out the switchdesk command nor the /etc/sysconfig/desktop
Indeed I could check this out on redhat...
Any othe suggestions?
Thanks for your help.
Domenico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 03:43 AM
08-23-2002 03:43 AM
SolutionOn my system (Slackware) it is located in /etc/X11/xinit and in fact it is a symbolic link to one of the actual scripts located in the same directory, named xinitrc.kde, xinitrc.wmaker, xinitrc.gnome etc. This configures the global default window manager.
Current user's setting might be kept in ~/.xinitrc file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 12:51 AM
08-28-2002 12:51 AM
Re: How to define the default environment (KDE,GNOME,...) using
I inserted the needed line (/usr/bin/kdm) in the $HOME/.xinitrc to start kde in my session and this is ok so far .