Bug#767550: gedit-plugins: Terminal plugin loads but can not be seen in bottom panel.
Kalisto Gatsby
kalisto.gatsby at gmail.com
Tue Nov 4 19:32:47 UTC 2014
On Sat, 01 Nov 2014 01:50:18 +0000 kalisto <kalisto.gatsby at gmail.com> wrote:
> Package: gedit-plugins
> Version: 3.14.0-1
> Severity: important
>
> Dear Maintainer,
>
> when loading the Terminal Panel plugin into gedit a terminal is not
shown in
> the bottom bar of gedit.
> I have attached the output of gedit below:
>
> Traceback (most recent call last):
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/dashboard/__init__.py",
line
> 54, in _add_tab
> [0].get_children()[0].get_children()[1].hide()
> AttributeError: 'Image' object has no attribute 'get_children'
> Traceback (most recent call last):
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 306, in
> do_activate
> self._panel = GeditTerminalPanel()
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 185, in
> __init__
> self.add_terminal()
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 188, in
> add_terminal
> self._vte = GeditTerminal()
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 62, in
> __init__
> self.reconfigure_vte()
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 147, in
> reconfigure_vte
> self.set_visible_bell(self.defaults['visible_bell'])
> AttributeError: 'GeditTerminal' object has no attribute
'set_visible_bell'
> Traceback (most recent call last):
> File "/usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py", line 315, in
> do_deactivate
> bottom.remove(self._panel)
> AttributeError: 'TerminalPlugin' object has no attribute '_panel'
>
>
>
> -- System Information:
> Debian Release: jessie/sid
> APT prefers testing
> APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages gedit-plugins depends on:
> ii dconf-gsettings-backend [gsettings-backend] 0.22.0-1
> ii gedit 3.14.0-2
> ii gir1.2-git2-glib-1.0 0.0.22-1
> ii gir1.2-glib-2.0 1.42.0-2.2
> ii gir1.2-gtk-3.0 3.14.3-1
> ii gir1.2-gtksource-3.0 3.14.1-1
> ii gir1.2-gucharmap-2.90 1:3.14.1-1
> ii gir1.2-pango-1.0 1.36.8-2
This bug is fixed using the changes made by the commit below:
https://git.gnome.org/browse/gedit-plugins/commit/?id=83063fca300a905db8f4c4f70d4b264e5e4f3785
+ 'audible_bell' : False,
+ self.set_audible_bell(self.defaults['audible_bell'])
More information about the pkg-gnome-maintainers
mailing list