From c1d0783df9b639e85ddb99477ca8b2a5dd962d93 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 15 Apr 2022 11:05:19 +0200 Subject: Document how to set window icons under Wayland - cont'd. --- documentation/src/osissues.dox | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 2c9a08ac0..0d4429a10 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -990,6 +990,7 @@ and with the \c FLTK_SCALING_FACTOR environment variable. \subsection osissues_wayland_window_icon Window icons Standard FLTK functions Fl_Window::icon(const Fl_RGB_Image*), +Fl_Window::icons(const Fl_RGB_Image*[], int), Fl_Window::default_icon(const Fl_RGB_Image*) and Fl_Window::default_icons(const Fl_RGB_Image*[], int) have no effect on the Wayland platform. @@ -1007,9 +1008,10 @@ Exec=editor %%F Icon=/path/to/icon/file/editor.svg MimeType=text/plain -- The Name= line therein determines the string displayed when the app runs. -- One or more Name[locale]= lines can be used to set locale-specific app names. -- The Icon= line accepts also \c .png files. +- The \c Name= line therein determines the string displayed when the app runs. +- Optionally, one or more Name[locale]= lines can be used to set +locale-specific app names. +- The \c Icon= line accepts also \c .png files. - put this file in \c /usr/local/share/applications/ so its available to all system users or in $HOME/.local/share/applications/ so its available to a single user. -- cgit v1.2.3