* [sisyphus] guake
@ 2010-08-20 10:33 Андрей Новосёлов
2010-08-20 13:23 ` Dmitriy Kulik
0 siblings, 1 reply; 5+ messages in thread
From: Андрей Новосёлов @ 2010-08-20 10:33 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
После обновлений не запускается guake:
guake
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Traceback (most recent call last):
File "/usr/lib/guake/guake.py", line 1353, in <module>
if not main():
File "/usr/lib/guake/guake.py", line 1296, in main
instance = Guake()
File "/usr/lib/guake/guake.py", line 620, in __init__
self.add_tab()
File "/usr/lib/guake/guake.py", line 1121, in add_tab
box = GuakeTerminalBox()
File "/usr/lib/guake/guake.py", line 498, in __init__
self.terminal = GuakeTerminal()
File "/usr/lib/guake/guake.py", line 438, in __init__
self.configure_terminal()
File "/usr/lib/guake/guake.py", line 448, in configure_terminal
self.set_word_chars(word_chars)
TypeError: Vte.Terminal.set_word_chars() argument 1 must be string, not
None
Что делать, как поправить? Привык уже, без него как-то скучно :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] guake
2010-08-20 10:33 [sisyphus] guake Андрей Новосёлов
@ 2010-08-20 13:23 ` Dmitriy Kulik
2010-08-23 4:10 ` [sisyphus] [JT] GConf excerpts Ildar Mulyukov
0 siblings, 1 reply; 5+ messages in thread
From: Dmitriy Kulik @ 2010-08-20 13:23 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
2010/8/20 Андрей Новосёлов <ksynolog@ukr.net>:
> После обновлений не запускается guake:
>
> TypeError: Vte.Terminal.set_word_chars() argument 1 must be string, not
> None
> Что делать, как поправить? Привык уже, без него как-то скучно :-)
Пришлите свой
/etc/gconf/schemas/guake.schemas
А пока-что временно в
/.gconf/apps/guake/general/%gconf.xml
добавите:
<entry name="word_chars" mtime="1282309542" type="string" value="true" >
<stringvalue>-A-Za-z0-9,./?%&#:_</stringvalue>
</entry>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] [JT] GConf excerpts
2010-08-20 13:23 ` Dmitriy Kulik
@ 2010-08-23 4:10 ` Ildar Mulyukov
2010-08-23 9:39 ` Dmitriy Kulik
0 siblings, 1 reply; 5+ messages in thread
From: Ildar Mulyukov @ 2010-08-23 4:10 UTC (permalink / raw)
To: sisyphus
On 20.08.2010 19:23:48, Dmitriy Kulik wrote:
> А пока-что временно в
> /.gconf/apps/guake/general/%gconf.xml
> добавите:
> <entry name="word_chars" mtime="1282309542" type="string"
> value="true" >
> <stringvalue>-A-Za-z0-9,./?%&#:_</stringvalue>
> </entry>
В таких случаях удобно присылать xml-файл, который можно легко
"gconftool-2 --load file.xml"
--
Ildar
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] [JT] GConf excerpts
2010-08-23 4:10 ` [sisyphus] [JT] GConf excerpts Ildar Mulyukov
@ 2010-08-23 9:39 ` Dmitriy Kulik
2010-08-23 11:33 ` Ildar Mulyukov
0 siblings, 1 reply; 5+ messages in thread
From: Dmitriy Kulik @ 2010-08-23 9:39 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
2010/8/23 Ildar Mulyukov <ildar@altlinux.ru>:
> On 20.08.2010 19:23:48, Dmitriy Kulik wrote:
>>
>> А пока-что временно в
>> /.gconf/apps/guake/general/%gconf.xml
>> добавите:
>> <entry name="word_chars" mtime="1282309542" type="string" value="true" >
>> <stringvalue>-A-Za-z0-9,./?%&#:_</stringvalue>
>> </entry>
>
> В таких случаях удобно присылать xml-файл, который можно легко "gconftool-2
> --load file.xml"
> --
С GConf сталкиваюсь первый раз...
Что в голову пришло то и предложил.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] [JT] GConf excerpts
2010-08-23 9:39 ` Dmitriy Kulik
@ 2010-08-23 11:33 ` Ildar Mulyukov
0 siblings, 0 replies; 5+ messages in thread
From: Ildar Mulyukov @ 2010-08-23 11:33 UTC (permalink / raw)
To: sisyphus
On 23.08.2010 15:39:26, Dmitriy Kulik wrote:
> 2010/8/23 Ildar Mulyukov <ildar@altlinux.ru>:
> > В таких случаях удобно присылать xml-файл, который можно легко
> "gconftool-2
> > --load file.xml"
> > --
> С GConf сталкиваюсь первый раз...
> Что в голову пришло то и предложил.
нет, я не против. Просто сообщил о такой возможности.
--
Ildar
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-23 11:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20 10:33 [sisyphus] guake Андрей Новосёлов
2010-08-20 13:23 ` Dmitriy Kulik
2010-08-23 4:10 ` [sisyphus] [JT] GConf excerpts Ildar Mulyukov
2010-08-23 9:39 ` Dmitriy Kulik
2010-08-23 11:33 ` Ildar Mulyukov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git