Gentoo Archives: gentoo-user

From: Raffaele Belardi <raffaele.belardi@××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lxde no Desktop Preferences can be set
Date: Mon, 06 Mar 2017 06:42:50
Message-Id: a4c2ed73-f5e7-d101-f142-2dbff77b51b1@st.com
In Reply to: [gentoo-user] lxde no Desktop Preferences can be set by Harry Putnam
1 Harry Putnam wrote:
2 > Setup: VBox vm running gentoo(amd64) guest on a win-10 (64bit) host
3 > Hardware: HP xw8600 - 2x Xeon CPU X5450 @ 3.00GHz - 32 GB ram
4 >
5 > LXDE on the menu item Preferences ===> Desktop Preferences
6 > Nothing can be set there and it does not even show a dialog
7 > box... just an error messages that says:
8 >
9 > Desktop manager is not active
10 >
11 > All the lxde-base pkgs contained in lxde-meta are installed.
12 >
13 > Openbox wm is installed.
14 >
15 > Anyone know what that error message means or how to get around or fix
16 > it?
17
18 Is pcmanfm running?
19
20 $ ps ax | grep pcmanfm
21 2975 ? Sl 0:00 pcmanfm --desktop --profile LXDE
22 2982 ? Sl 0:00 pcmanfm --desktop
23
24 If not, check if it specified in the lxsession configuration. On my system the (default)
25 lxsession configuration file contains:
26
27 $ cat .config/lxsession/LXDE/autostart
28 @lxpanel --profile LXDE
29 @pcmanfm --desktop --profile LXDE
30 @xscreensaver -no-splash
31
32 You could also check the 'Autostart' tab in the 'Preferences->Default applications for
33 LXSession' and verify that 'Disable autostarted applications' dropdown entry is set to
34 'No'. You reach the same config window by issuing:
35
36 $ lxsession-default-apps
37
38 raffaele