all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#52029: wterm fails to start on core-updates-frozen
@ 2021-11-22  4:39 Jack Hill
  2022-08-05  1:37 ` Joshua Branson via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: Jack Hill @ 2021-11-22  4:39 UTC (permalink / raw)
  To: 52029

Hi Guix,

wterm fails to start on the core-updates-frozen branch (commit 
ddbc3a6f4ca2605d8102aa659389300f97d715ac) in both sway and gnome wayland 
sessions:

```
$ wterm
wl_registry@2: error 0: invalid interface for global 11: have xdg_wm_base, wanted zxdg_shell_v6
# wayland_create_context: No wl_drm global
# wayland_create_context: No wl_shm global
# wld_wayland_create_context: Could not initialize any of the specified implementations
Can't create wayland context
```

However, wterm seems to be unmaintained upstream [0], so maybe this is not 
somethint that we want to fix in Guix.

[0] https://github.com/majestrate/wterm/issues/24

Best,
Jack




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#52029: wterm fails to start on core-updates-frozen
  2021-11-22  4:39 bug#52029: wterm fails to start on core-updates-frozen Jack Hill
@ 2022-08-05  1:37 ` Joshua Branson via Bug reports for GNU Guix
  2022-08-05  8:58   ` paren--- via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua Branson via Bug reports for GNU Guix @ 2022-08-05  1:37 UTC (permalink / raw)
  To: Jack Hill; +Cc: 52029

Jack Hill <jackhill@jackhill.us> writes:

> Hi Guix,
>
> wterm fails to start on the core-updates-frozen branch (commit
> ddbc3a6f4ca2605d8102aa659389300f97d715ac) in both sway and gnome wayland
> sessions:
>
> ```
> $ wterm
> wl_registry@2: error 0: invalid interface for global 11: have xdg_wm_base, wanted zxdg_shell_v6
> # wayland_create_context: No wl_drm global
> # wayland_create_context: No wl_shm global
> # wld_wayland_create_context: Could not initialize any of the specified implementations
> Can't create wayland context
> ```
>
> However, wterm seems to be unmaintained upstream [0], so maybe this is not
> somethint that we want to fix in Guix.

I vote that we remove wterm from guix.  It is still unmaintained at the
github link below.  And it doesn't ever run properly.


> [0] https://github.com/majestrate/wterm/issues/24
>
> Best,
> Jack




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#52029: wterm fails to start on core-updates-frozen
  2022-08-05  1:37 ` Joshua Branson via Bug reports for GNU Guix
@ 2022-08-05  8:58   ` paren--- via Bug reports for GNU Guix
  2022-08-06  1:38     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: paren--- via Bug reports for GNU Guix @ 2022-08-05  8:58 UTC (permalink / raw)
  To: Joshua Branson, Jack Hill; +Cc: 52029

On Fri Aug 5, 2022 at 2:37 AM BST, Joshua Branson via Bug reports for GNU Guix wrote:
> I vote that we remove wterm from guix.  It is still unmaintained at the
> github link below.  And it doesn't ever run properly.
Perhaps we could mark it as deprecated and point to Foot or WLTerm instead.

    -- (




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#52029: wterm fails to start on core-updates-frozen
  2022-08-05  8:58   ` paren--- via Bug reports for GNU Guix
@ 2022-08-06  1:38     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2022-08-06  9:14       ` paren--- via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2022-08-06  1:38 UTC (permalink / raw)
  To: paren, 52029, jbranso, jackhill

This sounds like the right thing to do.

Either of you feel like practicing a 'simple deprecation'?  ;-)

Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#52029: wterm fails to start on core-updates-frozen
  2022-08-06  1:38     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2022-08-06  9:14       ` paren--- via Bug reports for GNU Guix
  2022-08-10 16:07         ` Joshua Branson via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: paren--- via Bug reports for GNU Guix @ 2022-08-06  9:14 UTC (permalink / raw)
  To: me, 52029, jbranso, jackhill

On Sat Aug 6, 2022 at 2:38 AM BST, Tobias Geerinckx-Rice wrote:
> Either of you feel like practicing a 'simple deprecation'?  ;-)
Done at #57014 :)

    -- (




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#52029: wterm fails to start on core-updates-frozen
  2022-08-06  9:14       ` paren--- via Bug reports for GNU Guix
@ 2022-08-10 16:07         ` Joshua Branson via Bug reports for GNU Guix
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Branson via Bug reports for GNU Guix @ 2022-08-10 16:07 UTC (permalink / raw)
  To: (; +Cc: 52029, me, jackhill

"(" <paren@disroot.org> writes:

> On Sat Aug 6, 2022 at 2:38 AM BST, Tobias Geerinckx-Rice wrote:
>> Either of you feel like practicing a 'simple deprecation'?  ;-)
> Done at #57014 :)
>

I am going to try to close this bug report.  All further bug reports
should look at 57014.  If I cannot close the bug report.  Will someone
else please close this bug?

Thanks,
Joshua

>
>     -- (




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-10 16:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22  4:39 bug#52029: wterm fails to start on core-updates-frozen Jack Hill
2022-08-05  1:37 ` Joshua Branson via Bug reports for GNU Guix
2022-08-05  8:58   ` paren--- via Bug reports for GNU Guix
2022-08-06  1:38     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-08-06  9:14       ` paren--- via Bug reports for GNU Guix
2022-08-10 16:07         ` Joshua Branson via Bug reports for GNU Guix

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.