I've always used XFCE4 in the past, but I decided to give LXDE a shot on my new netbook. So, I went and installed lxde-meta. Unfortunately, it seems like Gentoo's LXDE support is pretty horrible. So, I'm wondering if anyone can offer me some advice. The LXDE Wiki and Gentoo LXDE project page are both rather lacking and really only explain how to unmask packages and emerge them. Here are my problems.
- No wallpaper. My configuration file seems to be set correctly and the wallpaper file that I'm trying to display absolutely exists. However, I just get a black desktop. Here's my ~/.config/pcmanfm/main.lxde configuration. And again, the jpg file absolutely exists.
Code: Select all
[Desktop] show_wallpaper=1 wallpaper=/usr/share/lxde/wallpapers/lxde_blue.jpg - The taskbar has a nice black gradient texture. However, the application buttons are bright and don't match at all! They're currently set to match my theme, but none of the provided Openbox themes actually seem to change these buttons.
- There are two icons on the taskbar that appear as white boxes with red "X"s in them. For now, I've just removed these plugins from the taskbar. I wonder where the icons are, though.
- The right-click desktop menu lists "PCManFM", "Xterm", and "Firefox" in the Applications list. Two of these programs aren't even installed. New programs that I do install aren't listed. Is there some way to modify this behavior so that the menu lists installed applications like XFCE does?
- LXNM (the LX Network Manager) appears to be missing from Portage entirely.
- In order to install the LXDE music player, I needed to install multiple Gnome libraries. It appears that this music player absolutely needs to have a notification daemon (why?) and the ebuilds only allows for the XFCE notification daemon or x11-misc/notifcation-daemon, which has Gnome dependencies. Does anyone know how to remove this annoying dependency from the music player? The whole point of using a lightweight DE is to get away from heavier DEs like Gnome!
- No desktop icons. They just don't exist. I'm betting that this problem is related to the no wallpaper problem. I had a similar issue once in XFCE4 and fixed it by starting the XFCE-Session process, but the LXDE-Session process is already running. So, any other ideas?
- I only have the "Raleigh" theme for the widgets. The LXDE screens always show a number of themes available. Does anyone know which package I need to get these other themes?
- The xorg-server package does not have any font dependencies. Fine. The lxde-meta package also doesn't have any font dependencies. So, a new user would install both, start LXDE, and wonder where their fonts are. Is that really a good idea? Perhaps we could at least get a warning added to the end of the lxde-meta ebuild that the user should install some fonts?
Cheers!

