tags 247396 +patch thanks Hi,
Ana Guerrero a écrit : > You filed the bug > #247396 "kdeprintfax+efax do not support whitespaces in Personal Setting" > some time ago, you can read the bug report at: > http://bugs.debian.org/247396 > > We are sorry if nobody responded when you filed the bug, KDE has gotten more > bugs > in the past years than the maintainers could handle. We are trying to fix > this now, > but we need your help. So please respond to this mail and tell us if: > > - you are still experiencing this bug (adding in what version) > I'm still experiencing this bug. It was already partially fixed, see my last message on this bug. > - or if you have extra information on how reproduce this bug. > I don't think I can describe better how to reproduce the bug. I've included a patch in this mail to resolve this bug. Cheers, tibob
--- kdebase-3.5.5a.dfsg.1/kdeprint/kdeprintfax/defcmds.h_old 2007-01-25 15:44:38.000000000 +0100 +++ kdebase-3.5.5a.dfsg.1/kdeprint/kdeprintfax/defcmds.h 2007-01-25 15:45:03.000000000 +0100 @@ -23,7 +23,7 @@ #include <qstring.h> -#define efax_default_cmd "%exe_fax %user_{NAME=\"@@\"} %dev_{DEV=@@} PAGE=%page %from_{FROM=@@} %res_{?\?-l} send %number %files" +#define efax_default_cmd "%exe_fax %user_{NAME=\"@@\"} %dev_{DEV=@@} PAGE=%page %from_{FROM=\"@@\"} %res_{?\?-l} send %number %files" #define hylafax_default_cmd "%exe_sendfax %cover_{?\?-n} %server_h %res_{-m?\?-l} %subject_r %time_a %enterprise_x %comment_c %email_f %from_W %page_s -d %name_{@@@}%number %files" #define mgetty_default_cmd "%exe_faxspool %user_F %email_f %name_D %time_t %number %files %res_{?\?-n} %cover_{?\?-C -}"