[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xpdf(1) doesn't read ~/.xpdfrc



Brian <ad44@cityscape.co.uk> writes:

>> What I can see, xpdf(1) doesn't read ~/.xpdfrc
>> 
>> I also tried with xpdf.real - /usr/bin/xpdf.real -
>> though I don't know what that is (xpdf.real refers
>> to xpdf(1) as well) - same result.
>> 
>> uname -a:
>> 
>>     Linux debian 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20) x86_64 GNU/Linux
>> 
>> xpdf -v:
>> 
>>     xpdf version 3.03
>
> Why do you think your ~/.xpdfrc isn't read? Please
> post its contents and say which window manager or
> desktop environment it is running under.

Right away.

The reason I think it isn't read is that I had a bunch
of configs that suddenly stoped to work, every single
one of them. Yes, I tried to strip it down to but a
single setting but I had no success confirming even a
"minimal" .xpdfrc is read.

My WM is openbox, but the "desktop environment"
question is more tricky. I start X from ~/.zprofile
with xinit in /dev/tty6 - then, in ~/.xinitrc I launch
xterm with tmux. Maybe you can help me provide an
answer to your own question by inspecting the output
of 'pstree -A -s':

systemd-+-ModemManager-+-{gdbus}
        |              `-{gmain}
        |-accounts-daemon-+-{gdbus}
        |                 `-{gmain}
        |-atd
        |-avahi-daemon---avahi-daemon
        |-console-kit-dae-+-62*[{console-kit-dae}]
        |                 |-{gdbus}
        |                 `-{gmain}
        |-cron
        |-dbus-daemon
        |-dhclient
        |-exim4
        |-hs
        |-login---zsh---emacs---{gmain}
        |-4*[login---zsh---tmux]
        |-login---zsh-+-tmux
        |             `-zsh---xinit-+-Xorg
        |                           `-sh-+-openbox
        |                                `-xterm---tmux
        |-minissdpd
        |-polkitd-+-{gdbus}
        |         `-{gmain}
        |-rpc.idmapd
        |-rpc.statd
        |-rpcbind
        |-rsyslogd-+-{in:imklog}
        |          |-{in:imuxsock}
        |          `-{rs:main Q:Reg}
        |-systemd---(sd-pam)
        |-systemd-journal
        |-systemd-logind
        |-systemd-udevd
        |-tmux-+-9*[zsh]
        |      |-zsh---pstree
        |      |-zsh---ssh
        |      `-zsh---xpdf.real
        `-xbindkeys

Here is the init [1] -

bind i any scrollUp(32)
bind k any scrollDown(32)
bind j any scrollLeft(32)
bind l any scrollRight(32)

bind alt-< any gotoPage(1) scrollToTopEdge
bind alt-> any gotoLastPage scrollToBottomEdge

bind r any reload

bind w any zoomFitWidth
bind h any zoomFitPage

bind c any gotoPage(1)
bind b any gotoLastPage

bind e any zoomIn
bind t any zoomOut

bind ctrl-0 any zoomPercent(220) scrollToLeftEdge scrollRight(144)

bind ctrl-s any find
bind s any findNext

continuousView yes

[1] http://user.it.uu.se/~embe8573/conf/.xpdfrc

-- 
underground experts united


Reply to: