Results 1 to 2 of 2

Thread: Having many desktop environments will drive the system crazy?

  1. #1
    Join Date
    Oct 2012
    Location
    Catalunya
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Having many desktop environments will drive the system crazy?

    Hi all,
    I'd like to check and try all the *buntu flavours, installing their respective metapackages (I think they're) like xubuntu-desktop. But, as those packages install also some additional applications (e.g. gmusicbrowser with xubuntu-desktop), will the system become crazy? I mean, if xubuntu installs me Thunar and Kubuntu installs Dolphin, then if I want to use Unity it'll have 3 file browsers... Is there any way to fix it (e.g, that Thunar appears only on an XFCE session)?
    Thanks!
    Catbuntu (blog)
    CPU→Intel Core 2 Duo @ 2,00GHz. RAM3GB. Graphics card→NVIDIA GeForce 9300M GS. O.S.→Ubuntu 14.04 «Trusty Tahr» 64 bit
    [TPI Blog | TPI GitHub ]

  2. #2
    Join Date
    Aug 2012
    Location
    In front of the computer
    Beans
    159
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Having many desktop environments will drive the system crazy?

    It shouldn't. Your splash screen may get changed but the system will certainly not go crazy. Even if several applications of the same kind will be installed, ex. file managers, Nautilus will still be the default in Unity, Dolphin in KDE, Thunar in Xfce, etc. They handle their settings separately for the most part. I would recommend care with LXDE and KDE GTK settings though, as they modify some cross-environment configuration. Also, you can always uninstall the Desktop Environments later.

    If you want some applications to appear only in selected DEs you can do it by modifying their desktop entries. To do this make a copy of the desired desktop entry(copy the appropriate .desktop file from /usr/share/applications to ~/.local/share/applications) and modify/add the following line:
    Code:
    OnlyShowIn=GNOME;Unity;KDE;Xfce;
    Leave only the desired desktop environments. If you want an app to appear only in Xfce it would look like this:
    Code:
    OnlyShowIn=Xfce;

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •