gtk3
Here are 772 public repositories matching this topic...
This is a feature request.
When using bash, I can use pushd to add directories to a stack, see https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html
There are similar features in other shells.
It would be great if tilix would copy this stack into new terminals, just as it copies the working directory.
Is this possible?
Is your feature request related to a problem? Please describe.
I'm always frustrated when I am using xournal as a distance education tool scratch pad and I want to delete an entire page.
Describe the solution you'd like
I would like to be able to select all elements on a page so that I can delete them with a Ctrl+A Del.
**Describe alternatives you'v
Classification:
Enhancement
Reproducibility:
N/A
Version
AutoKey version: All - longstanding problem
Used GUI (Gtk, Qt, or both): Both
Installed via: All
Linux Distribution: All
Summary
The current default - Paste using keyboard - has a number of problems
- Fails on long phrases - especially in slow target windows
- Fails to handle some keys which ar
A hotkey to send an attachment would be cool. No sugggestion. Ctrl-m (from media) seems to be available.
Hi!
Kudos for this nice software! I'd like to sometimes use the controller with software outside Steam, and this will really cut the cake for me :-)
However, I find there could be more documentation. For example, I'd like to know what is the "proper" way to run the software. I noticed by change that running sc-controller a daemon was started, and by pressing the Steam -button I could actuall
Please add the pause button in the main Syncthing-GTK window on the top bar. This will allow users to easily pause or resume a folder or device by opening Syncthink-GTk and clicking pause/resume on the folder/device instead of going into the folder/device settings.
-
Updated
Jan 24, 2018 - Vala
I'm not sure if this is an Quicktile or window manager (Gala from Elementary OS in my case) issue.
When using quicktile and tiling windows to the right part of the screen and having them take up 50% or less of the width of the screen it's positioned behind the top bar for some reason:
.
The reason why I'm asking for this, is that I need to read a database with articles and it's impossible to read if the data is correctly being saved :(
Expected behaviour of editors:
I run marker myfile.md and marker starts, opening myfile.md. This is the behaviour i know from evince, mousepad, firefox... I want this this behaviour in Marker, too.
The src/ directory contains some python scripts used to render some of the assets. It would be nice if there also was a short README explaining how to use those scripts and what exactly they do.
Users often do not realize that certain behavior causes "throttling" (purposefully reducing bandwidth on the part of Pandora) to occur. Further, from a user-perspective it might not be clear whether throttling is happening or whether there is a bug in Pithos. For related discussion, see #113.
Note that I have a Pandora One account and do not skip many songs so I have not experienced throttling. T
There's no install bat in the root of the directory.
There's no instructions in the readme.
There's a bunch of sln projects, but all for old vs versions, so not sure which one to use.
Gaaarh
Related to #175
Currently the gnome-mpv media controls bar is very small, which makes it difficult to use on low resolution monitors and especially on touch screens (I don't know how scaling works for high resolution monitors, but small targets in the UI are usually a usability problem).
My improvement proposal is to increase the size of the media control bar. For example, Parole's media con
I just noticed, that hypens in links don't seem to work properly in the chat
As you can see, the link https://github.com/PoE-TradeMacro/POE-TradeMacro/releases is only clickable until the first hyphen.
The minimum elevation setting only applies to predicted passes. It would probably make sense if it would also apply to the polar view and the passes in the radio and rotator controllers.
Describe the bug
Quick Add Shortcut "CTRL + TAB" should trigger Quick Add to add a item in the inbox. The flatpak variant does not trigger this Quick Add app.
To Reproduce
Steps to reproduce the behavior:
- Install via flathub planner 2.2
- Setup Shortcut for Quick Add in Planner Settings
- Trigger Quick Add
Expected behavior
Quick Add application starts
**Desktop (pl
The "Production Environment" section of the README:
sudo apt install --yes \
python3-matplotlib
python3-gi
python3-setuptools
python3-cairo
Could use some more backslashes for optimal copy/paste-ability:
sudo apt install --yes \
python3-matplotlib \
python3-gi \
python3-setuptools \
python3-cair
Add a .desktop file
-
Updated
Nov 16, 2019 - Vala
-
Updated
May 25, 2020 - Python
The layouting page starts with the following introduction:
While many GUI toolkits require you to precisely place widgets in a window, using absolute positioning, GTK+ uses a different approach.
I don't think that statement is true. All GUI toolkits I've worked with till now always provided at least some kind of abstract layout management.
Improve this page
Add a description, image, and links to the gtk3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gtk3 topic, visit your repo's landing page and select "manage topics."




man peekon NixOS is binary garbage. It seems that some part of the build system doesn't know thatpeek.1is already compressed and gzips it for the second time.One possible fix is to add
.gzsuffix to generated manpage filename. This is consistent with behavior ofdata/man/CMakeLists.txtwhich appends.gzsuffix.diff --git a/data/man/meson.build b/data/man/meson.build in