-
Commands:
```bash
$ nix shell github:vlinkz/nix-software-center
$ RUST_LOG=debug RUST_BACKTRACE=full nix-software-center
INFO nix_software_center > Resource loaded: /nix/store/visjfp5lb3253q2d7zb…
-
```
╭─ ~/Downloads/gmpublisher-2.9.0 ▓▒░ ░▒▓ 101 ✘ took 14s at 17:36:52
╰─ …
-
Since PyInstaller does not work reliably with QT and has created lots of issues for us we should probably consider writing it in a QT-native language so it can work cross-platform more reliably.
My…
-
**Steps to reproduce**
1. Clone https://github.com/linebender/druid
2. Open `druid/druid/examples/calc.rs within Lapce.
3. Wait until rust-analyzer finish scanning.
4. Panic (application crashed)
…
-
After I finished downloading and installing the game everything went fine, after I shutdown my laptop and wanted to play it again there was an error like this
`the-honkers-railway-launcher
(pro…
-
I'm working on generating bindings to GModule but it panics in not_bound work_mode. I added some debug statements to the point where it was unwrapping, and I've attached the output of each of the fail…
wash2 updated
2 years ago
-
I'm trying to use [GDK_DISPLAY_XDISPLAY()](https://developer.gnome.org/gdk3/stable/gdk3-X-Window-System-Interaction.html#GDK-DISPLAY-XDISPLAY:CAPS) or [gdk_x11_display_get_xdisplay ()](https://develop…
-
https://github.com/gtk-rs/cairo/pull/257 added bindings for “user data” owned by cairo objects. Each user data entry has a destructor function pointer that cairo calls when the object is destroyed. Th…
-
When I attempt to run my AppImage on another computer, I'm getting this error message:
*** stack smashing detected ***: terminated
Aborted
I can't seem to track down what is causing this. I th…
-
Hi,
I'm a bit confused. How do i call this function https://gtk-rs.org/docs/gio/trait.AppInfoExt.html#tymethod.launch
`fn launch(
&self,
files: &[File],
context: Option
) -> Result…