[jhbuild/wip/benzea/systemd-user-session: 62/63] examples: Fix generation of jhbuild.desktop
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/benzea/systemd-user-session: 62/63] examples: Fix generation of jhbuild.desktop
- Date: Wed, 29 Jul 2020 14:52:04 +0000 (UTC)
commit 1206506139a2a925c591252fbb9a84b41a55f183
Author: Benjamin Berg <bberg redhat com>
Date: Wed Jul 29 14:07:15 2020 +0200
examples: Fix generation of jhbuild.desktop
The file prefixed the Name and Comment with _, resulting in the
following error:
jhbuild.desktop.in:5:0: warning: invalid non-blank line
jhbuild.desktop.in:6:0: warning: invalid non-blank line
Fix this by removing the underscore.
examples/jhbuild.desktop.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/jhbuild.desktop.in b/examples/jhbuild.desktop.in
index 69d06ff4..5b01d0e4 100644
--- a/examples/jhbuild.desktop.in
+++ b/examples/jhbuild.desktop.in
@@ -1,8 +1,8 @@
[Desktop Entry]
# Install this into /usr/share/xsessions
Encoding=UTF-8
-_Name=jhbuild
-_Comment=This session logs you into jhbuild GNOME
+Name=jhbuild
+Comment=This session logs you into jhbuild GNOME
Exec=jhbuild-session
TryExec=jhbuild-session
# no icon yet, only the top three are currently used
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]