gtk
Here are 1,269 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
Aug 25, 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
It would be nice to have the ability to set the presence status to away when the screen is locked to have users of traditional clients not be confused by you being constantly available.
I would like a feature that allows users to customise their own icons using 48 * 48 png files.
NOT FROM TOPIC:
And also where are the theme files located?? I don't find my them in /usr/share/themes
-
Updated
Jul 30, 2021 - Vala
-
Updated
Aug 24, 2021 - CSS
-
Updated
Aug 20, 2021 - Python
-
Updated
Jun 19, 2021 - C#
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 6, 2021 - CSS
-
Updated
May 24, 2021 - Vala
-
Updated
Aug 13, 2021 - Haskell
-
Updated
Aug 23, 2021 - C++
-
Updated
Aug 26, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 26, 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
I am using contourf to plot filled in contours, but some of the contours are not being filled in despite how values exist for those regions. I am including an example. The code behind the generation of R_mesh, Z_mesh, and total_mesh has been exempted for simplicity, but the problem remains the same.
Code for reproduction