2007/10/30, D. Michael McIntyre <[EMAIL PROTECTED]>: > Was this done with the assumption that Windows refugees who have this thing > installed prefer to use their trusty mud brick companion over any crappy > Linux tools, or what? I apparently do have the Adobe thing installed, but > I'd much rather use KPDF for preview/print.
The discussion behind this was that if people have it installed, they may want to use it. Nothing special. > I propose swapping the OR order. Then kpdf is used always. I have no preference on the renderer. If Reader is not installed, kpdf is used anyway. The only worry is that the viewer should be capable of rendering pdf correctly, and it is not the case always. Therefore there has to be a possiblity to install a pdf viewer, which is not dependent, for example, of a wrecked ps installation. > Also, linguistic question, I don't get the use of OR in a string of strings in > a bash for statement. What purpose does that serve? Just supposed to > enhance readability? Or am I missing something more profound? > -- > D. Michael McIntyre Comparing command $ for x in a OR b; do echo $x; done a OR b with command $ for x in a b; do echo $x; done a b reveals that it is indeed an error. There is no such that a program called 'OR'. Fixed. In other places than the for loops it increases readability. -- Heikki ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
