* bug#66533: texmaker missing runtime dependency on gtk+
@ 2023-10-13 17:18 Josh Marshall
2023-10-16 23:29 ` Simon Tournier
0 siblings, 1 reply; 2+ messages in thread
From: Josh Marshall @ 2023-10-13 17:18 UTC (permalink / raw)
To: 66533
When running texmaker and the user clicks the icon to open a file, if
the gtk+ package is missing it fails and crashes. I forgot the exact
error, but it just fails to retrieve a gtk object or something. This
may also have a hook into nautilus, but I haven't been doing much
testing on that front -- other priorities at home. Should be a near
trivial fix and I should be able to do it if someone doesn't get to it
first. I need to go through and re-learn the guix development setup
first.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#66533: texmaker missing runtime dependency on gtk+
2023-10-13 17:18 bug#66533: texmaker missing runtime dependency on gtk+ Josh Marshall
@ 2023-10-16 23:29 ` Simon Tournier
0 siblings, 0 replies; 2+ messages in thread
From: Simon Tournier @ 2023-10-16 23:29 UTC (permalink / raw)
To: Josh Marshall, 66533
Hi,
On Fri, 13 Oct 2023 at 13:18, Josh Marshall <joshua.r.marshall.1991@gmail.com> wrote:
> When running texmaker and the user clicks the icon to open a file, if
> the gtk+ package is missing it fails and crashes. I forgot the exact
> error, but it just fails to retrieve a gtk object or something.
Are you running on the top of an foreign distro or Guix System?
For this works:
--8<---------------cut here---------------start------------->8---
$ guix shell -CN texmaker -E DISPLAY -- texmaker
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-simon'
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: MESA-LOADER: failed to open i915: /gnu/store/mpw1crqgzi11fvc0cgx6cs8pggj8anpm-mesa-23.1.4/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/mpw1crqgzi11fvc0cgx6cs8pggj8anpm-mesa-23.1.4/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
libGL error: failed to open /dev/dri/card0: No such file or directory
libGL error: failed to load driver: iris
…
--8<---------------cut here---------------end--------------->8---
Then, click icon New or else and I do not see any failure.
Cheers,
simon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-17 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 17:18 bug#66533: texmaker missing runtime dependency on gtk+ Josh Marshall
2023-10-16 23:29 ` Simon Tournier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.