python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Gtk how to bring my app to foregrout when it is minimized or in another workspace
I am trying to develop a simple Gtk app which should be launched with a custom shortcut.
Right now, I call the following methods to present the window to the user:
# if the user executes the same shor...
mijorus
Votes: 0
Answers: 0
Unable to import 'gi' after using MSYS2 to install PyGObject
I am currently trying to run the following code:
import cv2
import gi
import numpy as np
gi.require_version('Gst', '1.0')
from gi.repository import Gst
The error i am getting is 'Unable to import 'g...
Arush Rastogi
Votes: 0
Answers: 0
PyGobject GTK app doesn't start without DBus session-bus even though the app doesn't use dbus
So, I made a notes app in Python using PyGobject. It's all well and cool, except it absolutely refuses to start up if I take away its' dbus permissions.
While it wouldn't be a huge problem if I packag...
vega-d
Votes: 0
Answers: 1
How to replace some text parts at runtime in a GTK user interface?
I’m newish to GTK programming and am working on a simple UI (python). I have a Gtk.Assistant() with Gtk.Label()s as pages. I use the labels to show some text.
Is there some text-template mechanism in ...
Robert Siemer
Votes: 0
Answers: 0