gtk
Here are 1,298 public repositories matching this topic...
Expected Behavior
The default window makes the "untitled" text overflow when there is plenty of room for it. The title should ge readable when there's room.
Current Behavior
-
Updated
Oct 14, 2021 - C++
#355
It seems to me, the addition of exporting annotations would be complimented by org-mode.
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
clock supports pango markup.
network and battery don’t, but I really want to use <b> on network for formatting like <b>IP:</b> {ipaddr}.
I haven’t confirmed with any others.
Please give us some details about the systems you are using:
- Client (OS name and version): Windows 10, VNCtiger v1.8.80
- Remmina version (remmina --version): 1.2.0-rcgit-27
- Desktop environment (GNOME, Unity, KDE, ..): GNOME 3.18.5
- Connecting to (OS and version): Ubuntu 16.04.4
- Connecting via (RDP, VNC, ...): VNCI
I set Remmina listening on VNC 5901
error log:
Welcome to
That's not a valid MIME type.
If the goal is to hide the real content type, why not set it to application/octet-stream or something overly generic like that?
I would like a feature that allows users to customise their own icons using 48 * 48 png files.
NOT FROM TOPIC:
Where are the theme files located? I can't find them in /usr/share/themes
-
Updated
Oct 2, 2021 - Vala
-
Updated
Oct 2, 2021 - CSS
-
Updated
Oct 13, 2021 - Python
-
Updated
Jun 19, 2021 - C#
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 14, 2021 - CSS
-
Updated
Oct 14, 2021
-
Updated
May 24, 2021 - Vala
-
Updated
Aug 13, 2021 - Haskell
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 3, 2021 - C++
-
Updated
Sep 12, 2021 - C
Improve this page
Add a description, image, and links to the gtk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gtk topic, visit your repo's landing page and select "manage topics."

Bug summary
Calling
ax.contour(x, y, z)fails ifaxwas created withprojection="3d"andxandyare both1dand different lengths.Code for reproduction