Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 495072 - x11-wm/awesome-3.4.15 - awesome.desktop file should execute /etc/X11/Session/awesome instead of /usr/bin/awesome
Summary: x11-wm/awesome-3.4.15 - awesome.desktop file should execute /etc/X11/Session/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-23 00:41 UTC by Gino McCarty
Modified: 2013-12-27 14:18 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed awesome.desktop file (awesome.desktop,194 bytes, application/x-desktop)
2013-12-23 00:42 UTC, Gino McCarty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gino McCarty 2013-12-23 00:41:33 UTC
The /usr/share/xsessions/awesome.desktop file should setup environment variables properly by referencing /etc/X11/Session/awesome for execution instead of /usr/bin/awesome

Reproducible: Always
Comment 1 Gino McCarty 2013-12-23 00:42:00 UTC
Created attachment 365942 [details]
Fixed awesome.desktop file
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-23 01:11:18 UTC
Comment on attachment 365942 [details]
Fixed awesome.desktop file

--- files/awesome.desktop       2008-03-24 18:15:16.000000000 +0100
+++ -   2013-12-23 02:10:08.226423908 +0100
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=awesome
-Comment=awesome the window manager 
+Comment=Highly configurable framework window manager
+NoDisplay=true
+TryExec=/etc/X11/Sessions/awesome
 Exec=/etc/X11/Sessions/awesome
-TryExec=awesome
-Icon=
 Type=Application
Comment 3 Maxim Koltsov (RETIRED) gentoo-dev 2013-12-27 14:18:09 UTC
Commited, thanks.