Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GNOME Screenshot GNOME Screenshot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GNOME ScreenshotGNOME Screenshot
  • Merge requests
  • !69

Adjust to small screensize

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Guido Günther requested to merge guidog/gnome-screenshot:small-screensize into master Jan 24, 2023
  • Overview 0
  • Commits 7
  • Pipelines 1
  • Changes 5

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: small-screensize