Bug 15023 - Не показывается Help.
Summary: Не показывается Help.
Status: CLOSED WONTFIX
Alias: None
Product: Branch 4.0
Classification: Distributions
Component: rp-pppoe-gui (show other bugs)
Version: 4.0
Hardware: all Linux
: P2 normal
Assignee: Aleksandr Blokhin
QA Contact: Q.A. 4.0
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 23:39 MSK by Boris Revyakin
Modified: 2011-03-28 21:46 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Revyakin 2008-03-20 23:39:51 MSK
Не показывается Help.
Причины:
- устаревший путь к файлу помощи. 
- отсутствующая в дистриьутиве программа-просмотрщик.

Исправления:

54,56d53
< # Help browser program
< set Help_Browser $env(HELP_BROWSER)
<
2848,2849c2845
<     set file [file join "/usr/share/doc" tkpppoe tkpppoe.html]
<     global Help_Browser
---
>     set file [file join "/usr/share" tkpppoe tkpppoe.html]
2854c2850
<     catch { exec /bin/sh -c "$Help_Browser -remote 'openURL($file)' ||
$Help_Browser $file" > /dev/null 2>/dev/null & }
---
>     catch { exec /bin/sh -c "netscape -remote 'openURL($file)' || netscape
$file" > /dev/null 2>/dev/null & }
Comment 1 Mikhail Gusarov 2008-06-13 12:59:26 MSD

    
Comment 2 Mikhail Efremov 2011-03-28 21:46:09 MSK
В Сизифе исправлено (3.10-alt2). В 4.0 собирать не буду: негде проверять и вряд ли актуально.