diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:13:05 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:13:05 +0100 |
commit | 976759719b02bd7b34e9b43d202ea6fd0e24dcde (patch) | |
tree | 855596f8cfae4bce9183dad93a39509f83578dc3 | |
parent | 07b44a514c7dec2aa4344511f5ecd19210c9bb8c (diff) | |
download | fbida-976759719b02bd7b34e9b43d202ea6fd0e24dcde.tar.gz |
add fbcon session
-rw-r--r-- | fbcon.desktop | 6 | ||||
-rw-r--r-- | fbida.spec | 1 | ||||
-rw-r--r-- | meson.build | 2 |
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 @@ -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', |