diff options
-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', |