-
It looks like Guake is no longer working on my box (I had no problems with Python 2.x version). I fetched latest version from git and after running `make run` I've got following error:
```
Traceback…
-
```
import vlc
vlc_instance = vlc.Instance()
player = vlc_instance.media_player_new()
media =vlc_instance.media_new("test.mov", "sub-filter=marq{marquee=Hello}, "vout-filter=invert")
player.set_media(…
-
## Issue description
The `haskell-gi` Haskell package is failing to build because its doctests can't find `libgirepository-1.0.so`.
### Steps to reproduce
Here is how I am testing this, and t…
-
Suggestion. Change the edit fields to combo edits. In the drop down we can have predefined commands like "expose all" "expose per app" "toggle raven" "show desktop" "open budgie settings" "Lock Scree…
-
I'm stuck on to this step
```
$ stack install --dependencies-only
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for gi-gdkx11-0.3…
-
@kou,
I would like to start to work on `Gtk4` (and Gdk4 first because it is a dependency) with the [jhbuild environment](https://developer.gnome.org/jhbuild/3.12/),
I have all the libs and the n…
-
## Issue description
I'm trying to package the application onboard, and I had opened a pull request #24986 that I think I should have opened as an issue first.
I tried getting help on IRC but…
-
## Issue description
If I attempt to build the `taffybar-1.0.2` package, it fails with gcc complaining about a too-long command-line:
```
Preprocessing library for taffybar-1.0.2..
gcc: error …
-
```
% catchsegv liferea | xclip
(liferea:24831): dbind-WARNING **: 15:30:36.834: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was…
-
The Python bindings for Gtk allow a window's xid (X11 window id) to be obtained:
self.get_toplevel().get_window().get_xid()
But this is not possible in Ruby
toplevel.window.xid
giv…