From e30a155ad2873c4d6d708c39160c83ffa0f83582 Mon Sep 17 00:00:00 2001 From: Hobbestigrou Date: Thu, 2 Feb 2012 00:04:03 +0100 Subject: [PATCH 1/2] [Core] Wmfs: Add a wmfs desktop file for login manger like gdm. --- wmfs.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wmfs.desktop diff --git a/wmfs.desktop b/wmfs.desktop new file mode 100644 index 0000000..42ea416 --- /dev/null +++ b/wmfs.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=wmfs +Comment=Window Manager From Scratch +TryExec=wmfs +Exec=wmfs From 0b9c0cb9b8d16837989683c24e2c5dcb0eec86b3 Mon Sep 17 00:00:00 2001 From: Hobbestigrou Date: Thu, 2 Feb 2012 00:08:17 +0100 Subject: [PATCH 2/2] [Core] Makefile: Install wmfs desktop file in share xsessions. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index c89a906..f79f9e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,7 @@ install: all install ${PROG} ${DESTDIR}${PREFIX}/bin @echo installing xsession file to ${DESTDIR}${PREFIX}/share/xsessions mkdir -p ${DESTDIR}${PREFIX}/share/xsessions + install -m 444 wmfs.desktop ${DESTDIR}${PREFIX}/share/xsessions @echo installing default config file to ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/ mkdir -p ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/ install -m 444 wmfsrc ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/