![]() |
* Giuliano David <g.david@xxxxxx> [080610 07:20]:
After many attempts to find a cups backend for hylafax with a traditional popup windows for gnome environment and also a modem selection, I still haven't success. Only with OpenOffice via sendfax command line.
The "cups backend" has the problem of the cups deamon or HylaFAX backend not having access to to the user's display.
Does anybody knows where to find something like that and available for every application? (with gfax you can't specify which modem your fax-server has to use)
Many thanks
I don't know of any, but I'm sure you could easily whip up a simple sendfax wrapper with {,g,k}dialog and sime simple shell...
I use the following: #!/bin/sh
DIALOG() { kdialog --title "Send FAX to:" "$@" }
NUM=$(DIALOG --inputbox "Phone number" "fax") if [ -n "$NUM" ] then OUTPUT=$(sendfax -n -d "$NUM" $*) DIALOG --msgbox "$OUTPUT" else DIALOG --error "No number entered" fi
Which I have set as a "special printer" in KDE: command: $HOME/bin/fax-dialog %in
a.
-- ------------------------------------------------------------------------
Virtual Link Sas Via Peretti 1, 09121 - Cagliari tel. +39 070.5375472 / int. 214 e-mail: /g.david@xxxxxx/
____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*