Hi, I've just installed lxde (x11/lxde-meta) and there is a missing icons (on the right side of the clock). After looking the default configuration file used by lxpannel, I've found that there is a missing lxde-logout.desktop file. Because this .desktop file refers to the bin/lxde-logout (member of misc/lxde-common) I beleive that it can be included in misc/lxde-common. But the dektop file use an icon file that is in x11-themes/lxde-icon-theme. Fix: Create this file: /usr/local/share/applications/lxde-logout.desktop And fills it with these lines (it's an example): [Desktop Entry] Encoding=UTF-8 Name=Log Out Comment=Shutdown,reboot or change session Exec=lxde-logout Icon=stock_exit Terminal=false Type=Application How-To-Repeat: Install LXDE and start it
Responsible Changed From-To: freebsd-ports-bugs->kmoore Over to maintainer (via the GNATS Auto Assign Tool)
kmoore 2012-03-09 21:27:33 UTC FreeBSD ports repository Modified files: misc/lxde-common Makefile pkg-plist Added files: misc/lxde-common/files patch-Makefile-am patch-Makefile-in patch-configure patch-configure-ac Log: - Fix build to install the missing lxde-logout.desktop - Bump portrevision PR: 162951 Feature safe: yes Revision Changes Path 1.10 +3 -2 ports/misc/lxde-common/Makefile 1.1 +12 -0 ports/misc/lxde-common/files/patch-Makefile-am (new) 1.3 +108 -0 ports/misc/lxde-common/files/patch-Makefile-in (new) 1.1 +41 -0 ports/misc/lxde-common/files/patch-configure (new) 1.1 +18 -0 ports/misc/lxde-common/files/patch-configure-ac (new) 1.4 +4 -3 ports/misc/lxde-common/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The lxde-logout.desktop was already included in the distfile, just fixed the Makefile to install it now. Thanks for the heads up!