Skip to content

Adjust to small screensize

These patches make gnome-screenshot usable with phosh avoiding the need to use scale-to-fit to make the UI fit the screen:

  • application: Use g_memdup2 to avoid deprecation warning

  • interactive-dialog: Make resizeable

    This allows the dialog to fill the screen

  • interactive-dialog: Reduce width request

    This allows the dialog to shrink on small displays

  • screenshot-dialog: Lower width-chars

    This makes the dialog fit on smaller displays

  • screenshot-dialog: Ellipsize label

    Otherwise the dialog might overflow on small screensizes with longer translations like German.

  • desktop-file: Mark as adaptive

  • interactive-dialog: Hide window mode in Phosh

    It's not supported yet

Merge request reports