ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Обновление t7 > p8 - не запускается guake
@ 2016-06-20 15:29 Motsyo Gennadi aka Drool
  2016-06-21  7:36 ` Andrey Cherepanov
  0 siblings, 1 reply; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2016-06-20 15:29 UTC (permalink / raw)
  To: ALT Linux Community

	Всем привет.

	Может кто сталкивался - после обновления не запускается guake
(почему-то подозревается, что проблема в python2.7) вот с таким выхлопом:
=====================================================================
$ guake

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:4034): libglade-WARNING **: unknown attribute `swapped' for <signal>.
INFO:guake.guake_app:Logging configuration complete
/usr/lib/python2.7/site-packages/guake/guake_app.py:1838: GtkWarning:
gtk_box_pack: assertion 'child->parent == NULL' failed
  self.mainframe.pack_start(self.notebook, expand=True, fill=True,
padding=0)
/usr/lib/python2.7/site-packages/guake/guake_app.py:1031: GtkWarning:
IA__gtk_window_resize: assertion 'width > 0' failed
  self.window.resize(window_rect.width, window_rect.height)
Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 243, in
<module>
    exec_main()
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 239, in
exec_main
    if not main():
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 152, in main
    instance = Guake()
  File "/usr/lib/python2.7/site-packages/guake/guake_app.py", line 345,
in __init__
    keyval, mask = gtk.accelerator_parse(key)
TypeError: Gtk.accelerator_parse() argument 1 must be string, not None
=====================================================================
	Нашел вот такое: https://github.com/Guake/guake/issues/567
Но не просвятился совершенно...


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

* Re: [Comm] Обновление t7 > p8 - не запускается guake
  2016-06-20 15:29 [Comm] Обновление t7 > p8 - не запускается guake Motsyo Gennadi aka Drool
@ 2016-06-21  7:36 ` Andrey Cherepanov
  2016-06-21 16:08   ` Motsyo Gennadi aka Drool
  2016-06-21 16:13   ` Motsyo Gennadi aka Drool
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Cherepanov @ 2016-06-21  7:36 UTC (permalink / raw)
  To: community

20.06.2016 18:29, Motsyo Gennadi aka Drool пишет:
> 	Всем привет.
> 
> 	Может кто сталкивался - после обновления не запускается guake
> (почему-то подозревается, что проблема в python2.7) вот с таким выхлопом:
> =====================================================================
> TypeError: Gtk.accelerator_parse() argument 1 must be string, not None
Manually installing the schemas with the following command fixed the problem

gconftool-2 --install-schema-file=/usr/share/gconf/schemas/guake.schemas

Унаследованный шлак.

-- 
Andrey Cherepanov
cas@altlinux.org


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

* Re: [Comm] Обновление t7 > p8 - не запускается guake
  2016-06-21  7:36 ` Andrey Cherepanov
@ 2016-06-21 16:08   ` Motsyo Gennadi aka Drool
  2016-06-21 16:13   ` Motsyo Gennadi aka Drool
  1 sibling, 0 replies; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2016-06-21 16:08 UTC (permalink / raw)
  To: ALT Linux Community general discussions

21.06.2016 10:36, Andrey Cherepanov пишет:
> 20.06.2016 18:29, Motsyo Gennadi aka Drool пишет:
>> 	Всем привет.
>>
>> 	Может кто сталкивался - после обновления не запускается guake
>> (почему-то подозревается, что проблема в python2.7) вот с таким выхлопом:
>> =====================================================================
>> TypeError: Gtk.accelerator_parse() argument 1 must be string, not None
> Manually installing the schemas with the following command fixed the problem
> 
> gconftool-2 --install-schema-file=/usr/share/gconf/schemas/guake.schemas

	В /usr/share/gconf только пара файлов
gconf2-strip-locales.sh и gconf2-strip-locales.xsl
	Никаких подкаталогов schemas нет, не говоря уже о guake.schemas.

> Унаследованный шлак.

	И как побороть?


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

* Re: [Comm] Обновление t7 > p8 - не запускается guake
  2016-06-21  7:36 ` Andrey Cherepanov
  2016-06-21 16:08   ` Motsyo Gennadi aka Drool
@ 2016-06-21 16:13   ` Motsyo Gennadi aka Drool
  1 sibling, 0 replies; 4+ messages in thread
From: Motsyo Gennadi aka Drool @ 2016-06-21 16:13 UTC (permalink / raw)
  To: ALT Linux Community general discussions

21.06.2016 10:36, Andrey Cherepanov пишет:
> 20.06.2016 18:29, Motsyo Gennadi aka Drool пишет:
>> 	Всем привет.
>>
>> 	Может кто сталкивался - после обновления не запускается guake
>> (почему-то подозревается, что проблема в python2.7) вот с таким выхлопом:
>> =====================================================================
>> TypeError: Gtk.accelerator_parse() argument 1 must be string, not None
> Manually installing the schemas with the following command fixed the problem
> 
> gconftool-2 --install-schema-file=/usr/share/gconf/schemas/guake.schemas

	rpm -ql guake | grep schemas
/etc/gconf/schemas/guake.schemas

	Полечилось через
gconftool-2 --install-schema-file=/etc/gconf/schemas/guake.schemas


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

end of thread, other threads:[~2016-06-21 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 15:29 [Comm] Обновление t7 > p8 - не запускается guake Motsyo Gennadi aka Drool
2016-06-21  7:36 ` Andrey Cherepanov
2016-06-21 16:08   ` Motsyo Gennadi aka Drool
2016-06-21 16:13   ` Motsyo Gennadi aka Drool

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git