# SLES 12 GUI

**URL:** https://forums.suse.com/t/sles-12-gui/26697
**Category:** SLES Configure-Administer
**Created:** [February 17, 2015, 3:39pm UTC](https://forums.suse.com/t/sles-12-gui/26697 "2015-02-17T15:39:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ekappes](https://avatars.discourse-cdn.com/v4/letter/e/67e7ee/32.png) [@ekappes](https://forums.suse.com/u/ekappes)
#### Post date: [February 17, 2015, 3:39pm UTC](https://forums.suse.com/t/sles-12-gui/26697/1 "2015-02-17T15:39:53Z")

</div>

I have a new installation of SLES 12. Regardless of settings, the only GUI that will display is one that shows the minimal options of Internet…System…Utilities…Settings…Logout when retrieving the menu from the lower left. Each of these items contains about two options.

I’ve tried setting default\_wm in /etc/sysconfig to both Gnome and KDE, but neither will display. What other settings should I change?

---

<div class="post-metadata">

### Author: ![Jens-U](https://avatars.discourse-cdn.com/v4/letter/j/d78d45/32.png) [@Jens-U](https://forums.suse.com/u/Jens-U)
#### Post date: [February 17, 2015, 3:46pm UTC](https://forums.suse.com/t/sles-12-gui/26697/2 "2015-02-17T15:46:51Z")

</div>

Hi ekappes,

[QUOTE=ekappes;26410]I have a new installation of SLES 12. Regardless of settings, the only GUI that will display is one that shows the minimal options of Internet…System…Utilities…Settings…Logout when retrieving the menu from the lower left. Each of these items contains about two options.

I’ve tried setting default\_wm in /etc/sysconfig to both Gnome and KDE, but neither will display. What other settings should I change?[/QUOTE]

from what I’ve read (I have no hands-on experience with SLES12 yet), there’s no KDE in SLES12 no more.

Regards,  
Jens

---

<div class="post-metadata">

### Author: ![mikewillis](https://avatars.discourse-cdn.com/v4/letter/m/b2d939/32.png) [@mikewillis](https://forums.suse.com/u/mikewillis)
#### Post date: [February 17, 2015, 4:06pm UTC](https://forums.suse.com/t/sles-12-gui/26697/3 "2015-02-17T16:06:52Z")

</div>

> [@jmozdzen;26411](#):
>
> from what I’ve read (I have no hands-on experience with SLES12 yet), there’s no KDE in SLES12 no more.

That’s right, there is no KDE in SLE 12.

[QUOTE=ekappes;26410]I have a new installation of SLES 12. Regardless of settings, the only GUI that will display is one that shows the minimal options of Internet…System…Utilities…Settings…Logout when retrieving the menu from the lower left. Each of these items contains about two options.

I’ve tried setting default\_wm in /etc/sysconfig to both Gnome and KDE, but neither will display. What other settings should I change?[/QUOTE]  
What you descibe could be ether IceWM or the default which is called the SLE-Classic variant of GNOME 3. If you open a terminal window and run

```auto
$ echo $DESKTOP_SESSION
```

that should return the relevant info.

/etc/sysconfig is a directory. default\_wm is not a value that appears in any of the files in /etc/sysconfig. There is a value DEFAULT\_WM that can be set in /etc/sysconfig/windowmanager . Comments in /etc/sysconfig/windowmanager indicates the default value is ‘kde4’ but that’s wrong, as is the list of example values listed in Type:. A list of valid values can be determined by the names of the .desktop files in /usr/share/xsessions/

```auto
$ (cd /usr/share/xsessions/ && ls *desktop | sed 's/\\.desktop//')
```

The Desktop Enviroment can be selected per-user on the login screen by selecting a user or entering a usercode, then clicking the cog icon next to the ‘Sign In’ button.

---

<div class="post-metadata">

### Author: ![ekappes](https://avatars.discourse-cdn.com/v4/letter/e/67e7ee/32.png) [@ekappes](https://forums.suse.com/u/ekappes)
#### Post date: [February 17, 2015, 6:35pm UTC](https://forums.suse.com/t/sles-12-gui/26697/4 "2015-02-17T18:35:32Z")

</div>

You were correct–the only .desktop file I had was icewm.desktop, even though Gnome was supposedly already installed. I added additional Gnome components, changed DEFAULT\_WM to gnome, and I am set (although I am disappointed about KDE).
