Mailinglist Archive: opensuse (1473 mails)
| < Previous | Next > |
[opensuse] It's Bug? Thunderbird doesn't open "file name.eml" (from konqueror, konsole ...)
- From: Alexander R <aleromex@xxxxxxxxx>
- Date: Tue, 16 Jun 2009 15:13:01 +0400
- Message-id: <8fa717da0906160413q38f836c3u84aadf7d889739d2@xxxxxxxxxxxxxx>
If I click on "any file.eml" (file name with spaces) and Open with.. >
Thunderbird, then a TB not open this file. If filename has no space,
then TB has no problem
Affected OpeSUSE 10.3, 11.0, 11.1
Solution:
Edit file "/usr/lib{64}/thunderbird/thunderbird.sh" with your favorite
editor and change it like below:
before
$AOSS $MOZ_PROGRAM $@
after
$AOSS $MOZ_PROGRAM "$@"
p.s. it may has only $MOZ_PROGRAM $@ , without $AOSS
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Thunderbird, then a TB not open this file. If filename has no space,
then TB has no problem
Affected OpeSUSE 10.3, 11.0, 11.1
Solution:
Edit file "/usr/lib{64}/thunderbird/thunderbird.sh" with your favorite
editor and change it like below:
before
$AOSS $MOZ_PROGRAM $@
after
$AOSS $MOZ_PROGRAM "$@"
p.s. it may has only $MOZ_PROGRAM $@ , without $AOSS
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |