Bug 45945
| Summary: | /etc/pluggerrc too optimistic about file names | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michal Jaegermann <michal> |
| Component: | plugger | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-06-27 03:20:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michal Jaegermann
2001-06-25 23:45:21 UTC
plugger-3.3-1 in rawhide fix this problem. > plugger-3.3-1 in rawhide fix this problem
Not quite. Most of $file occurences is indeed now quoted but these three
many:xanim +Av100 -Zr +W$window +q +Ze +f $file
many: timidity -s 65000 -a -idqqqqqqq $file
many: mpg123 -q -b 128 $file
are still there. Use a global replace. :-)
BTW - could you, please, add to /etc/pluggerrc the following lines (they do
not even have to be commented as netscape plugin will default to acroread):
application/pdf: pdf: Portable Document Format
exits : xpdf "$file"
Other platforms may not even have acroread available and this works (tested).
Thanks, it's fixed in plugger-3.3-2. |