Bug 162951 - misc/lxde-common: Missing lxde-logout.desktop
Summary: misc/lxde-common: Missing lxde-logout.desktop
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kris Moore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 18:20 UTC by olivier
Modified: 2012-03-09 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2011-11-29 18:20:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-29 18:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kmoore

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-09 21:27:42 UTC
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"
Comment 3 Kris Moore freebsd_committer freebsd_triage 2012-03-09 21:30:09 UTC
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!