Skip to content
#

GUI

GUI stands for graphical user interface. It is a visual representation of communication presented to the user for easy interaction with the machine. It allows users to manipulate elements on the screen using a mouse, a stylus or even a finger. The actions in a GUI are usually performed through direct manipulation of the graphical elements.

Here are 9,822 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

yew
zw963
zw963 commented Feb 3, 2022

Flameshot Version

╰─ $ flameshot --version
Flameshot v11.0.0 ()
Compiled with Qt 5.15.2

Installation Type

Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...)

Operating System type and version

Arch linux

Description

This issue not upgrade issue, it can be reproduce on refresh flameshot version 11.

Steps to reproduce

  1. Start flameshot
    2
Alch-Emi
Alch-Emi commented Jan 1, 2022

As of right now, the Image widget displays an image downscaled to fit within the widgets bounds.

However, as mentioned in #885, some users may want their image upscaled within the widget bounds as well. Beyond this, however, some users may want an image to completely cover (as opposed to just fit within) the image bounds, cropping out the edges. This is especially useful for images meant to

cutter
RazviOverflow
RazviOverflow commented Feb 9, 2022

Environment information

  • Operating System: Linux kali 5.15.0-kali2-amd64 1 SMP Debian 5.15.5-2kali2 (2021-12-22) x86_64 GNU/Linux (Kali 2021.4)
  • Cutter version: Cutter v2.0.5-x64.Linux (AppImage)
  • Obtained from:
    • Built from source
    • Downloaded release from Cutter website or GitHub
    • Distribution repository
  • File format: ELF 64-bit LSB executable

**Describe the

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

Wikipedia
Wikipedia

Related Topics

graphical-interface