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 6,415 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
andydotxyz
andydotxyz commented Jun 1, 2020

Describe the bug:

Open fyne_demo -> Widgets -> input and drag the slider.
If your finger goes above or below the widget it resets to 0 - but it should track the finger movement.
Most probably a bug in tracking motion events in mobile driver.

To Reproduce:

Steps to reproduce the behaviour:

  1. Go to fyne_demo
  2. Click on Widgets then input
  3. Slide the slider then move your finger
ITAYC0HEN
ITAYC0HEN commented Sep 26, 2020

Environment information

  • Operating System: Any
  • Cutter version: 1.12.0 master ad66718f375b013a3021e531891c71082ee48867
  • Obtained from:
    • Built from source
  • File format: Any

Describe the bug

The "Parsing" tab in the hexdump view should be read-only as it only parses the selected bytes into different formats. Currently, the text box is editable and this can be confusing

hosiet
hosiet commented Sep 16, 2020

I was reading the source code and found that the source code handling autostart is to hardcode $HOME/.config/autostart/. According to the XDG specification (https://specifications.freedesktop.org/autostart-spec/0.5/ar01s02.html), we should be using $XDG_CONFIG_DIRS/autostart first and fallback to ~/.config/autostart only when $XDG_CONFIG_DIRS was not set.

This would require a little bit

legrostdg
legrostdg commented Jan 9, 2018

~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).

Please also consider using appdirs instead of hardcoding ~/.config/

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

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Oct 3, 2020
  • Red
Wikipedia
Wikipedia

Related Topics

graphical-interface
You can’t perform that action at this time.