aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-31 12:13:05 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-31 12:13:05 +0100
commit976759719b02bd7b34e9b43d202ea6fd0e24dcde (patch)
tree855596f8cfae4bce9183dad93a39509f83578dc3
parent07b44a514c7dec2aa4344511f5ecd19210c9bb8c (diff)
downloadfbida-976759719b02bd7b34e9b43d202ea6fd0e24dcde.tar.gz
add fbcon session
-rw-r--r--fbcon.desktop6
-rw-r--r--fbida.spec1
-rw-r--r--meson.build2
3 files changed, 9 insertions, 0 deletions
diff --git a/fbcon.desktop b/fbcon.desktop
new file mode 100644
index 0000000..4691772
--- /dev/null
+++ b/fbcon.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=fbcon
+Exec=/usr/bin/fbcon
+TryExec=/usr/bin/fbcon
+Type=Application
+DesktopNames=fbcon
diff --git a/fbida.spec b/fbida.spec
index 15dbf13..de8efbb 100644
--- a/fbida.spec
+++ b/fbida.spec
@@ -97,6 +97,7 @@ cp man/fbgs.1 %{buildroot}%{_mandir}/man1
%files -n fbcon
%doc COPYING
%{_bindir}/fbcon
+/usr/share/wayland-sessions/fbcon.desktop
%files -n ida
%doc COPYING
diff --git a/meson.build b/meson.build
index 8b5728a..0586ec2 100644
--- a/meson.build
+++ b/meson.build
@@ -137,6 +137,8 @@ executable('fbcon',
sources : fbcon_srcs,
dependencies : fbcon_deps,
install : true)
+install_data('fbcon.desktop',
+ install_dir : 'share/wayland-sessions')
# build kbdtest
executable('kbdtest',