Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] xpdf "save as" directory
- Date: Sun, 31 Oct 2010 09:31:05 +0900
- From: Kiyoshi Kawaguchi <kkawaguc8020@example.com>
- Subject: Re: [tlug] xpdf "save as" directory
- References: <20101026080844.GI8822@example.com> <AANLkTinR7C_t0gc6SETAv8ctpdn1tWEMi9osdYAWX6b0@example.com> <87wrp2xlpr.fsf@example.com>
I was able to change the default directory in "Save As" dialog but in the source code level like this: In XPDFViewer.cc file, in function XPDFViewer::initSaveAsDialog(), in the if-block of the latter part of the function routine, [before] s1 = XmStringCreatedLocalized(dir->getCString()); // This gets the dir of the currently opened file. [after] s1 = XmStringCreatedLocalized("~"); // Let's force it to the home directory. ;) For making it controllable by the user via xpdfrc, then I need to take a look at GlobalParams.cc for further modification..... Regards, Kiyoshi 2010/10/29, Stephen J. Turnbull <stephen@example.com>: > Kiyoshi Kawaguchi writes: > > > not find anything in xpdfrc about controlling the default directory to > > be set in "Save As" dialog (or any File Selection dialog). > > XmFileSelectionBox(3m) > > -- > To unsubscribe from this mailing list, > please see the instructions at http://lists.tlug.jp/list.html > > The TLUG mailing list is hosted by the award-winning Internet provider > ASAHI Net. > Visit ASAHI Net's English-language Web page: http://asahi-net.jp/en/ >
- Follow-Ups:
- Re: [tlug] xpdf "save as" directory
- From: Kalin KOZHUHAROV
- References:
- [tlug] xpdf "save as" directory
- From: Michal Hajek
- Re: [tlug] xpdf "save as" directory
- From: Kiyoshi Kawaguchi
- Re: [tlug] xpdf "save as" directory
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] xpdf "save as" directory
- Next by Date: Re: [tlug] xpdf "save as" directory
- Previous by thread: Re: [tlug] xpdf "save as" directory
- Next by thread: Re: [tlug] xpdf "save as" directory
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links