From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4399B858.20209@nm.ru> Date: Fri, 09 Dec 2005 19:01:12 +0200 From: Artem User-Agent: Mozilla Thunderbird 1.0.2 (X11/20051126) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ALT Linux Sisyphus discussion list Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: [sisyphus] thunderbird =?koi8-r?b?ySBzZWFtb25rZXk6INfSwdbEwSDQ0s/Ez8zWwcXU?= =?koi8-r?b?09E=?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 17:02:12 -0000 Archived-At: List-Archive: List-Post: Здравствуйте! Не могу разобраться никак - кто виноват в следующей ситуации? Требуется: в запущенном seamonkey по клику на ссылке в thunderbird открыть эту ссылку в новой вкладке. Получается: ничего не получается - выдается /usr/lib/seamonkey-1.0a/run-mozilla.sh: line 545: 8152 Segmentation fault starting: /usr/lib/seamonkey-1.0a/mozilla-xremote-client -a seamonkey openurl(http://developer.berlios.de/projects/sim-im/,new-tab) ^^^^^^^^^^ эти строки выводятся мной принудительно в консоль, т.к. segfault именно на выполнении этой команды. Проверка "в лоб" : 1) создаем файл /usr/bin/seamote.sh со следующим содержимым: [root@sol bin]# cat /usr/bin/seamote.sh #!/bin/sh /usr/lib/seamonkey/mozilla-xremote-client "openurl(http://foto.orc.ru/,new-tab)" 2) правим /etc/urlview/url_handlers. меняем /usr/bin/seamonkey:PW на /usr/bin/seamote.sh:PW Кликаем по ссылке в thunderbird, запущенной из консоли, видим (в консоли): /usr/bin/seamote.sh https://lists.altlinux.org/mailman/listinfo/sisyphus /usr/bin/seamote.sh: line 2: 8783 Segmentation fault /usr/lib/seamonkey/mozilla-xremote-client "openurl(http://foto.orc.ru/,new-tab)" Хотя [user@sol bin]$ seamote.sh отрабатывает на "ура". Почему thunderbird "не дружит" cо своим коллегой? Rgds, Artem. P.S. В google что-то попадается насчет подобных проблем.