Bug 22731 - Исправить название процесса firefox
Summary: Исправить название процесса firefox
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: firefox (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 25539
  Show dependency tree
 
Reported: 2010-01-12 17:37 MSK by Vitaly Lipatov
Modified: 2011-04-30 22:13 MSK (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2010-01-12 17:37:41 MSK
$ cat /usr/bin/firefox
...
export APP_NAME='firefox'
...
exec /usr/bin/xulrunner ${1:+"$@"}

Не знаю, умеет ли xulrunner менять имя процесса в зависимости от чего-то, но в итоге в списке процессов фигурирует xulrunner вместо firefox.

Программы, рассчитывающие на название firefox (например, chromium-browser) в итоге не видят firefox.
Comment 1 Alexey Gladkov 2010-01-12 22:55:11 MSK
Хоть я не считаю это ошибкой, я постараюсь помочь вам.
Comment 2 Anton Farygin 2010-01-13 09:42:59 MSK
Присоединяюсь к просьбе.

Было бы очень удобно.
Comment 3 Vitaly Lipatov 2010-01-25 22:25:18 MSK
При запуске firefox видно следующее предупреждение:
(xulrunner:18518): GLib-WARNING **: g_set_prgname() called multiple times
Comment 4 Repository Robot 2010-02-02 21:52:38 MSK
firefox-3.6-3.6.0-alt1 -> sisyphus:

* Fri Jan 22 2010 Alexey Gladkov <legion@altlinux> 3.6.0-alt1

- New release (3.6.0).
- Fix process name (ALT#22731).