ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] gtk2 qtcurve and icons
@ 2009-06-19 11:06 Alexey Morsov
  2009-06-19 16:40 ` Andrey Rahmatullin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Morsov @ 2009-06-19 11:06 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 2761 bytes --]

Я что-то не очень понимаю почему все-таки, но..
при установленой для gtk2 теме qtcurve некоторых иконо в гтк приложениях
нет (в частности иконки OK)

в стрейсе вот что

Файл с изображением не найден в pixmap_path: «16x16/actions/button_ok.png»
access("/home/morsov/.kde//share/icons/oxygen/32x32/actions/button_ok.png",
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/oxygen/32x32/actions/button_ok.png", F_OK) = -1
ENOENT (No such file or directory)
access("/home/morsov/.kde//share/icons/crystalsvg/32x32/actions/button_ok.png",
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/32x32/actions/button_ok.png", F_OK) =
0
access("/home/morsov/.kde//share/icons/oxygen/16x16/actions/button_ok.png",
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/oxygen/16x16/actions/button_ok.png", F_OK) = -1
ENOENT (No such file or directory)
access("/home/morsov/.kde//share/icons/crystalsvg/16x16/actions/button_ok.png",
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/actions/button_ok.png", F_OK) =
-1 ENOENT (No such file or directory)
access("/home/morsov/.kde//share/icons/hicolor/16x16/actions/button_ok.png",
F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/hicolor/16x16/actions/button_ok.png", F_OK) = -1
ENOENT (No such file or directory)
access("16x16/actions/button_ok.png", F_OK) = -1 ENOENT (No such file or
directory)
access("/home/morsov/.config/16x16/actions/button_ok.png", F_OK) = -1
ENOENT (No such file or directory)
write(2, "\320\244\320\260\320\271\320\273 \321\201
\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270"...,
103Файл с изображением не найден в pixmap_path:
«16x16/actions/button_ok.png»

так же

morsov@alexey ~ $ grep button_ok .config/qtcurve.gtk-icons
                { "16x16/actions/button_ok.png", *, *, "gtk-small-toolbar"},
		{ "22x22/actions/button_ok.png", *, *,"gtk-large-toolbar" },
		...

не пойму где оно их ищет.

PS: Кстати для темы clearlook все иконки на месте.


-- 
WBR,
Alexey Morsov
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

<thresh> а че, вчераа реально было лунное затмение?
<thresh> т.е. может у нас был коллективнй глюк...
<hiddenman> лично у меня вчера было помутнение сознания.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

* Re: [sisyphus] gtk2 qtcurve and icons
  2009-06-19 11:06 [sisyphus] gtk2 qtcurve and icons Alexey Morsov
@ 2009-06-19 16:40 ` Andrey Rahmatullin
  2009-06-20 13:26   ` Alexey Morsov
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-06-19 16:40 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

On Fri, Jun 19, 2009 at 03:06:05PM +0400, Alexey Morsov wrote:
> morsov@alexey ~ $ grep button_ok .config/qtcurve.gtk-icons
>                 { "16x16/actions/button_ok.png", *, *, "gtk-small-toolbar"},
> 		{ "22x22/actions/button_ok.png", *, *,"gtk-large-toolbar" },
$ grep button_ok .config/qtcurve.gtk-icons
zsh: exit 1     grep button_ok .config/qtcurve.gtk-icons
$ grep -v ^# .config/qtcurve.gtk-icons
gtk-icon-sizes="gtk-small-toolbar=16,16:gtk-large-toolbar=22,22:gtk-dnd=32,32:gtk-button=16,16:gtk-menu=16,16:gtk-dialog=32,32"

style "KDE4-icons"
{
}
class "*" style "KDE4-icons"


-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Мне это имя [ALT], знаете ли, дорого. Почти как свое собственное.
		-- aen in talk-room@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

* Re: [sisyphus] gtk2 qtcurve and icons
  2009-06-19 16:40 ` Andrey Rahmatullin
@ 2009-06-20 13:26   ` Alexey Morsov
  2009-06-20 21:02     ` Andrey Rahmatullin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Morsov @ 2009-06-20 13:26 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]

On Fri, Jun 19, 2009 at 10:40:12PM +0600, Andrey Rahmatullin wrote:
> $ grep -v ^# .config/qtcurve.gtk-icons
> gtk-icon-sizes="gtk-small-toolbar=16,16:gtk-large-toolbar=22,22:gtk-dnd=32,32:gtk-button=16,16:gtk-menu=16,16:gtk-dialog=32,32"
> 
> style "KDE4-icons"
> {
> }
> class "*" style "KDE4-icons"
morsov@home ~ $ grep -v ^# .config/qtcurve.gtk-icons
gtk-icon-sizes="gtk-small-toolbar=16,16:gtk-large-toolbar=22,22:gtk-dnd=32,32:gtk-button=16,16:gtk-menu=16,16:gtk-dialog=32,32"

style "KDE3-icons"
{
....

morsov@home ~ $ rpm -q gtk2-themes-qtcurve
gtk2-themes-qtcurve-0.64.2-alt1

Прибивать данный файл конечно ничего не дает  - он создается заново.

-- 
WBR,Алексей Морсов
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

[...] способность быть майнтейнером ALT подразумевает, помимо специальных
скиллов, еще присутствие интеллекта [...]
		-- gns in talk-room@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

* Re: [sisyphus] gtk2 qtcurve and icons
  2009-06-20 13:26   ` Alexey Morsov
@ 2009-06-20 21:02     ` Andrey Rahmatullin
  2009-06-21  7:50       ` Alexey Morsov
  2009-06-21  8:49       ` Alexey Morsov
  0 siblings, 2 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-06-20 21:02 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

Подозреваю, что нужны какие-нибудь галочки в настройках KDE4, типа
"применять к гтк-приложениям".

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

<Lost> soul_r: нужен fortunes-ALT-morons
<Lost> I mean, fortunes-ALT-forums
<soul_r> Lost: он будет сразу же эксклюдед из обновления, из-за чудовищного и
         бесполезного объема

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

* Re: [sisyphus] gtk2 qtcurve and icons
  2009-06-20 21:02     ` Andrey Rahmatullin
@ 2009-06-21  7:50       ` Alexey Morsov
  2009-06-21  8:49       ` Alexey Morsov
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Morsov @ 2009-06-21  7:50 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

On Sun, Jun 21, 2009 at 03:02:46AM +0600, Andrey Rahmatullin wrote:
> Подозреваю, что нужны какие-нибудь галочки в настройках KDE4, типа
> "применять к гтк-приложениям".

Эм..
morsov@home ~ $ rpm -qa G kde4
kde4base-workspace-libs-4.2.2-alt3
kde4-styles-qtcurve-0.64.2-alt1
kde4base-workspace-common-4.2.2-alt3
kde4libs-4.2.2-alt3
kde4base-runtime-4.2.2-alt2

Эти "настройки" где живут при таком раскладе? 
Мне вообщем-то не сильно уперлось, но не приятно )

-- 
WBR,Алексей Морсов
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

Кстати, у меня есть основания полагать, что rsh-клиент может быть уязвимым
к атакам со стороны rsh-сервера.
		-- ldv in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

* Re: [sisyphus] gtk2 qtcurve and icons
  2009-06-20 21:02     ` Andrey Rahmatullin
  2009-06-21  7:50       ` Alexey Morsov
@ 2009-06-21  8:49       ` Alexey Morsov
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Morsov @ 2009-06-21  8:49 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

On Sun, Jun 21, 2009 at 03:02:46AM +0600, Andrey Rahmatullin wrote:
> Подозреваю, что нужны какие-нибудь галочки в настройках KDE4, типа
> "применять к гтк-приложениям".
Все. нашел.
еасли выбрать в KDE тему значком Oxygen (не Oxygen for kde3) то такая вот
бодяга, с другими темами значки на месте в gtk2

-- 
WBR,Алексей Морсов
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

К выкрутасам ядер я уже привык. :) и даже если их buildtime совершенно
сумасшедший они собираются в правильном порядке.
		-- legion in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

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

end of thread, other threads:[~2009-06-21  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-19 11:06 [sisyphus] gtk2 qtcurve and icons Alexey Morsov
2009-06-19 16:40 ` Andrey Rahmatullin
2009-06-20 13:26   ` Alexey Morsov
2009-06-20 21:02     ` Andrey Rahmatullin
2009-06-21  7:50       ` Alexey Morsov
2009-06-21  8:49       ` Alexey Morsov

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