You are not logged in.

#1 2016-10-24 12:41:29

bergqvistjl
Member
Registered: 2011-01-05
Posts: 55

Can't get meld to work over SSH (GTK error)

First off, my system is fully up-to-date as of this morning, and when running locally, the Xserver uses onboard intel graphics.

I'm having trouble getting Meld to work over SSH. Whenever I try to click on an item in the menu bar, I get the following error:

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(meld:1511): Gtk-WARNING **: Negative content width -11 (allocation 1, extents 6x6) while allocating gadget (node menuitem, owner GtkCheckMenuItem)
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(meld:1511): Gtk-WARNING **: Negative content width -11 (allocation 1, extents 6x6) while allocating gadget (node menuitem, owner GtkCheckMenuItem)

(meld:1511): Gtk-WARNING **: GtkAccelLabel 0x561fa16181b0 attempted to adjust its size allocation from 29,1608804044 1x1608804032 to 29,-1881761246 1x20. adjust_size_allocation must keep allocation inside original bounds

(meld:1511): Gtk-WARNING **: Negative content width -11 (allocation 1, extents 6x6) while allocating gadget (node menuitem, owner GtkImageMenuItem)
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(meld:1511): Gtk-WARNING **: Negative content width -11 (allocation 1, extents 6x6) while allocating gadget (node menuitem, owner GtkImageMenuItem)

(meld:1511): Gtk-WARNING **: GtkAccelLabel 0x561fa16281c0 attempted to adjust its size allocation from 29,2140248868 1x1608804032 to 29,-1350316422 1x20. adjust_size_allocation must keep allocation inside original bounds
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

Any ideas? Maybe i'm missing a package?

Last edited by bergqvistjl (2016-10-24 12:41:52)

Offline

#2 2016-10-24 15:52:25

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: Can't get meld to work over SSH (GTK error)

How to you use meld over ssh. You generally need to enable trusted X11 forwarding in ssh with the ssh -Y option (and you may need to enable it in /etc/ssh/ssh_config).

Offline

#3 2016-10-24 20:05:27

bergqvistjl
Member
Registered: 2011-01-05
Posts: 55

Re: Can't get meld to work over SSH (GTK error)

olive wrote:

How to you use meld over ssh. You generally need to enable trusted X11 forwarding in ssh with the ssh -Y option (and you may need to enable it in /etc/ssh/ssh_config).

I just run 'meld'. I've enabled trusted X11 forwarding and its still doing it

Offline

#4 2016-10-24 21:15:14

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Can't get meld to work over SSH (GTK error)

https://bbs.archlinux.org/viewtopic.php?id=218621
Do you use Adwaita? (on the remote system)
Alternatively: What session do you run on the local system? Gnome? On Wayland or X11?

Online

#5 2016-10-26 09:14:43

bergqvistjl
Member
Registered: 2011-01-05
Posts: 55

Re: Can't get meld to work over SSH (GTK error)

seth wrote:

https://bbs.archlinux.org/viewtopic.php?id=218621
Do you use Adwaita? (on the remote system)
Alternatively: What session do you run on the local system? Gnome? On Wayland or X11?

Adwaita is installed. Whether meld is actually using that or not, I have no idea.

On the local system, I start Xorg, which starts metacity & xterm and then run meld from there.

On the remote system (via SSH), I just start meld.

Last edited by bergqvistjl (2016-10-26 09:19:39)

Offline

#6 2016-10-26 09:35:56

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

Re: Can't get meld to work over SSH (GTK error)

On the remote system (via SSH), I just start meld.

Though, I second the answer olive gave, what command did you use to connect to the remote host?

Offline

#7 2016-10-26 13:19:39

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Can't get meld to work over SSH (GTK error)

bergqvistjl wrote:

On the remote system (via SSH), I just start meld.

That's hardly gonna work with any GUI process unless you're forwarding the X11 server.
=> can you start eg. another xterm this way?

Online

Board footer

Powered by FluxBB