ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
@ 2004-01-13  7:31 Mike Lykov
  2004-01-13  7:55 ` Sergey V Turchin
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Lykov @ 2004-01-13  7:31 UTC (permalink / raw)
  To: sisyphus

здравствуйте.

при загрузке kde переменная $BROWSER устанавливается так:

[combr@combr combr]$ echo $BROWSER
kfmclient openProfile webbrowsing

различные программы (tkabber, например) используют ее для открытия урлов, 
делая 
"exec $env(BROWSER) $url &"

выходит:
couldn't execute "kfmclient openProfile webbrowsing": no such file or 
directory

отчего это? на что багу повесить?

если перед запуском tkabber установить ее :
#!/bin/sh                                                                       
BROWSER=mozilla                                                                 
export $BROWSER                                                                 
/usr/bin/tkabber

то все работает. можно так же сделать =konqueror - тоже работает. 
зачем тогда сложности с kfmclient ?

-- 
Mike



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

* Re: [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
  2004-01-13  7:31 [sisyphus] couldn't execute "kfmclient openProfile webbrowsing" Mike Lykov
@ 2004-01-13  7:55 ` Sergey V Turchin
  2004-01-13  8:20   ` Sergey V Turchin
  0 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2004-01-13  7:55 UTC (permalink / raw)
  To: combr, sisyphus

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 877 bytes --]

В сообщении от 13 Январь 2004 10:31 Mike Lykov написал(a):
> здравствуйте.
>
> при загрузке kde переменная $BROWSER устанавливается так:
>
> [combr@combr combr]$ echo $BROWSER
> kfmclient openProfile webbrowsing
>
> различные программы (tkabber, например) используют ее для
> открытия урлов, делая
> "exec $env(BROWSER) $url &"
>
> выходит:
> couldn't execute "kfmclient openProfile webbrowsing": no such
> file or directory
>
> отчего это? на что багу повесить?
На tkabber, а можно еще и на url_handler.

> если перед запуском tkabber установить ее :
> #!/bin/sh
> BROWSER=mozilla
> export $BROWSER
> /usr/bin/tkabber
>
> то все работает. можно так же сделать =konqueror - тоже работает.
> зачем тогда сложности с kfmclient ?
Это две разных программы.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
  2004-01-13  7:55 ` Sergey V Turchin
@ 2004-01-13  8:20   ` Sergey V Turchin
  2004-01-13  8:26     ` Mike Lykov
  0 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2004-01-13  8:20 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 375 bytes --]

В сообщении от 13 Январь 2004 10:55 Sergey V Turchin написал(a):
> > отчего это? на что багу повесить?
>
> На tkabber, а можно еще и на url_handler.
В смысле,
на tkabber, что не поддерживает url_handler,
а на url_handler, что не поддерживает $BROWSER

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
  2004-01-13  8:20   ` Sergey V Turchin
@ 2004-01-13  8:26     ` Mike Lykov
  2004-01-13 10:03       ` Sergey V Turchin
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Lykov @ 2004-01-13  8:26 UTC (permalink / raw)
  To: sisyphus

В сообщении от Вторник 13 Январь 2004 12:20 Sergey V Turchin написал:
> В сообщении от 13 Январь 2004 10:55 Sergey V Turchin написал(a):
> > > отчего это? на что багу повесить?
> > На tkabber, а можно еще и на url_handler.
> В смысле,
> на tkabber, что не поддерживает url_handler,
> а на url_handler, что не поддерживает $BROWSER

может, тогда сами повесите? а тоя не знаю, как это должно работать

url_handler - это какая-то альт-специфика?

по моему, в tkabber все сделано просто и логично ;)

-- 
Mike



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

* Re: [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
  2004-01-13  8:26     ` Mike Lykov
@ 2004-01-13 10:03       ` Sergey V Turchin
  2004-01-13 12:01         ` Mike Lykov
  0 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2004-01-13 10:03 UTC (permalink / raw)
  To: combr, sisyphus

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 810 bytes --]

В сообщении от 13 Январь 2004 11:26 Mike Lykov написал(a):
> В сообщении от Вторник 13 Январь 2004 12:20 Sergey V Turchin 
написал:
> > В сообщении от 13 Январь 2004 10:55 Sergey V Turchin написал(a):
> > > > отчего это? на что багу повесить?
> > >
> > > На tkabber, а можно еще и на url_handler.
> >
> > В смысле,
> > на tkabber, что не поддерживает url_handler,
> > а на url_handler, что не поддерживает $BROWSER
>
> может, тогда сами повесите? а тоя не знаю, как это должно
> работать
Тогда просто повесьте что-нибудь на tkabber,
а если у него будут вопросы, он обратиться ко мне.

> url_handler - это какая-то альт-специфика?
>
> по моему, в tkabber все сделано просто и логично ;)

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] couldn't execute "kfmclient openProfile webbrowsing"
  2004-01-13 10:03       ` Sergey V Turchin
@ 2004-01-13 12:01         ` Mike Lykov
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Lykov @ 2004-01-13 12:01 UTC (permalink / raw)
  To: sisyphus

В сообщении от Вторник 13 Январь 2004 14:03 Sergey V Turchin написал:

> > > В смысле,
> > > на tkabber, что не поддерживает url_handler,
> > > а на url_handler, что не поддерживает $BROWSER

прокомментируйте #3481

-- 
Mike



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

end of thread, other threads:[~2004-01-13 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13  7:31 [sisyphus] couldn't execute "kfmclient openProfile webbrowsing" Mike Lykov
2004-01-13  7:55 ` Sergey V Turchin
2004-01-13  8:20   ` Sergey V Turchin
2004-01-13  8:26     ` Mike Lykov
2004-01-13 10:03       ` Sergey V Turchin
2004-01-13 12:01         ` Mike Lykov

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