Skip to content

Releases: jlesage/docker-baseimage-gui

Version 4.4.1

16 Apr 18:57
Compare
Choose a tag to compare

Changed

  • Updated TigerVNC to version 1.13.1.

Version 4.4.0

04 Mar 04:26
Compare
Choose a tag to compare

Added

  • Support for generating icons from local file.
  • Dark mode support for GTK2 applications.

Changed

  • Updated TigerVNC to version 1.13.0.
  • Updated noVNC to version 1.4.0.
  • Updated YAD to version 0.42.43.

Fixed

  • Disabled automatic focus on clipboard on touch devices.
  • Keep virtual keyboard when closing control menu.
  • Fixed by the update of jlesage/baseimage to version 3.4.6:
    • Issue during initialization of Linux users and groups when the GROUP_ID is also part of SUP_GROUP_IDS.

Version 4.3.6

14 Feb 00:04
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.5:
    • Limit the maximum number of opened files on system having a very large, unlimited value. This prevents unnecessary waste of CPU resources and time for applications trying to close all possible file descriptors.

Version 4.3.5

09 Feb 20:08
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.4:
    • Issue handling internal supplementary group IDs by the default sgid service file.

Version 4.3.4

07 Feb 21:26
Compare
Choose a tag to compare

Fixed

  • Error message from openbox about missing Fontconfig cache directory.

Version 4.3.3

04 Feb 14:21
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.3:
    • Helper that takes ownership of a directory not handling correctly names with end-of-line character.
    • The logrotate status file permissions was not set automatically during startup.
    • Strings y and n were not considered as valid boolean values.
  • CJK font installation not being detected correctly.

Version 4.3.2

07 Jan 00:19
Compare
Choose a tag to compare

Changed

  • Changed by the update of jlesage/baseimage to version 3.4.2:
    • Recursivity can be disabled when using the helper taking ownership of a directory.
    • Supplementary group IDs can also be provided by the container itself via SUP_GROUP_IDS_INTERNAL environment variable.

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.2:
    • Validation of supplementary group IDs.

Version 4.3.1

04 Jan 18:33
Compare
Choose a tag to compare

Fixed

  • Allows the YAD logmonitor target to be killed properly.

Version 4.3.0

03 Jan 21:57
Compare
Choose a tag to compare

Added

  • Added by the update of jlesage/baseimage to version 3.4.0:
    • Service for logrotate.
  • Control menu can be moved to the right side of the screen.
  • Automatic focus of the clipboard text box when opening the control menu.
  • Automatic close of the control menu when clicking into the application.
  • Rotation of the web server log files.

Changed

  • Changed by the update of jlesage/baseimage to version 3.4.0:
    • Declaration of files to be monitored by the logmonitor has been moved to the notification's definitions.
  • Window manager changed back to Openbox. Unfortunately, a lot of applications don't display correctly with JWM. Note that the way to define the main window remains backward compatible. See documentation for more details.

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.0:
    • Conversion of a service's interval non-numeric value.
    • Prevent the logmonitor to be blocked by a notification backend by running it asynchronously.
  • Init script error that was occurring when a custom VNC listening port was configured with secure connection enabled.

Version 4.2.2

11 Dec 22:11
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.3.3:
    • Force the value of the PATH environment variable. Any value configured during creation of the container should not affect operation of the container.