From: "Dmitry V. Levin" <ldv@altlinux.org> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: Re: [devel] libgtk+2 Date: Mon, 8 Sep 2008 18:46:40 +0400 Message-ID: <20080908144640.GC14300@wo.int.altlinux.org> (raw) In-Reply-To: <1220884930.8166.29.camel@arisbook.local.home.home> [-- Attachment #1: Type: text/plain, Size: 2463 bytes --] On Mon, Sep 08, 2008 at 06:42:10PM +0400, Yuri N. Sedunov wrote: > В Пнд, 08/09/2008 в 18:23 +0400, Dmitry V. Levin пишет: > > On Mon, Sep 08, 2008 at 06:18:03PM +0400, Yuri N. Sedunov wrote: > > > В Пнд, 08/09/2008 в 17:49 +0400, Dmitry V. Levin пишет: > > > > On Mon, Sep 08, 2008 at 01:51:06PM +0400, Alexey Tourbin wrote: > > > > > Юрий Седунов просил меня реализовать posttrans filetriggers, > > > > > чтобы решить проблему c gtk icon cache в branch-4.1 (для предостящего > > > > > релиза дистрибутива). > > > > > > > > > > Проблема это такая: библиотека libgtk+2 может использовать кеш > > > > > иконок /usr/share/icons/hicolor/icon-theme.cache, чтобы ускорить > > > > > загрузку иконок. По умолчанию этот кеш отсутствует; но если он создан, > > > > > то libgtk+2 не находит иконки, отсутствующие в кеше (но существующие в > > > > > файловой системе). > > > > > > > > Такое поведение libgtk+2 считаю глубоко порочным. Представьте себе, что > > > > ld-linux.so при наличии файла /etc/ld.so.cache будет игнорировать те > > > > библиотеки в %_lib и %_libdir, которых в /etc/ld.so.cache нет. > > > > > > > > Лучше исправить libgtk+2, чем городить объезды вокруг. > > > > > > Нет, -- механизм работает и отказываться от него не надо. > > > > Механизм работает, но при этом содержит серьёзный архитектурный изъян, > > из-за которого возникают проблемы. > > Проблемы возникают, если иконок нет в caсhe. Если gtk будет искать > отсутствующие в caсhe, получаются те же "a lot of system call and disk > seek overhead". Мне представляется поведение gtk логичным. А если ld-linux.so не будет запускать ELF'ы после смены soname до запуска ldconfig'а, разве это тоже будет логично? > > > "GTK+ can use the cache files created by gtk-update-icon-cache to avoid > > > a lot of system call and disk seek overhead when the application starts. > > > Since the format of the cache files allows them to be mmap()ed shared > > > between multiple applications, the overall memory consumption is reduced > > > as well." > > > > Из утверждения о том, что cache ускоряет работу, не следует, что cache > > априори содержит более достоверную информацию, чем файлы, из которых он > > построен. Всякий cache нужно правильно invalidate'ить. > > Как нужно правильно > invalidate'ить /usr/share/icons/hicolor/icon-theme.cache? Полагаю, надо искать файл по файловой системе, ЕСЛИ его не нашлось в icon-theme.cache -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-09-08 14:46 UTC|newest] Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-09-08 9:51 [devel] posttrans filetriggers [2] Alexey Tourbin 2008-09-08 12:07 ` Igor Vlasenko 2008-09-08 13:49 ` [devel] libgtk+2 Dmitry V. Levin 2008-09-08 13:55 ` Alexey Rusakov 2008-09-08 14:18 ` Yuri N. Sedunov 2008-09-08 14:23 ` Dmitry V. Levin 2008-09-08 14:42 ` Yuri N. Sedunov 2008-09-08 14:46 ` Dmitry V. Levin [this message] 2008-09-08 15:15 ` Yuri N. Sedunov 2008-09-08 15:21 ` Mikhail Gusarov 2008-09-08 15:24 ` Andrey Rahmatullin 2008-09-08 15:26 ` Alexey Rusakov 2008-09-08 15:41 ` Yuri N. Sedunov 2008-09-08 15:46 ` Dmitry V. Levin 2008-09-08 15:54 ` Yuri N. Sedunov 2008-09-09 10:05 ` Sergey V Turchin 2008-09-08 15:27 ` Dmitry V. Levin 2008-09-11 19:25 ` [devel] /etc/ld.so.cache Alexey Tourbin 2008-09-11 19:58 ` Dmitry V. Levin 2008-09-11 20:16 ` Alexey Tourbin 2008-09-11 20:20 ` Dmitry V. Levin 2008-09-11 20:38 ` Alexey Tourbin 2008-09-11 20:48 ` Alexey Tourbin 2008-09-11 20:53 ` Dmitry V. Levin 2008-09-15 7:11 ` Alexey Tourbin 2008-09-15 10:05 ` Dmitry V. Levin 2008-09-19 7:02 ` Alexey Tourbin 2008-10-06 7:04 ` Alexey Tourbin 2008-09-11 20:50 ` Dmitry V. Levin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20080908144640.GC14300@wo.int.altlinux.org \ --to=ldv@altlinux.org \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git