Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gnome-based wayland universal screenshot adapter #3215

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2023

  1. Add gnome-based wayland universal screenshot adapter

    By default, flameshot uses the program's default dbus protocol interface
    to communicate with gnome's screenshot protocol, but this is now broken
    on some gnome installations, so we'll use gnome-screenshot as gnome's
    wayland screenshot adapter and then communicate directly with the gnome
    screenshot component!
    
    To enable the GNOME-based generic wayland screenshot adapter, enable it
    using the following cmake parameter:
    
    ```
    -DUSE_WAYLAND_GNOME=true
    ```
    jack9603301 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0c8cdca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    6d39344 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    a3bc7a3 View commit details
    Browse the repository at this point in the history