Urxvt and pacman

I managed to put urxvt transparent in the background in openbox, just perfect. The problem is, when I install something with pacman, instead of the usual single line indicating the download status of the package, it prints a new line every 2 seconds, and it's starting to get annoying. Is there anyway to override this, is this even normal?

sorry, my bad.
I had set urxvt too small, so the download bar could not display correctly, I changed the size and it fixed it.
Thanks though.

Similar Messages

  • Seem to be in mirror and pacman hell

    Hi,
        reinstalled arch, with 5/1/12 core 32 bit disk with KDE4 but despite enabling an Australian mirror could only get  [core remote  extra remote community remote] at first for the install.
    However now this has all disappeared since upgrading and pacman seems broken plus the mirrorlist seems kaput also.
    I wonder if anyone has any idea what to do or is it a reinstall again.
    Here are the files and terminal comments  but no luck figuring this out to fix this.
    Regards
    El Zorro
    [root@myhost ]# pacman -Syu
    :: Synchronizing package databases...
    error: failed to update core (no servers configured for repository)
    error: failed retrieving file 'extra.db' from mirror.aarnet.edu.au : File unavailable (e.g., file not found, no access)
    error: failed to update extra (File unavailable (e.g., file not found, no access))
    error: failed retrieving file 'community.db' from mirror.aarnet.edu.au : File unavailable (e.g., file not found, no access)
    error: failed to update community (File unavailable (e.g., file not found, no access))
    error: failed to synchronize any databases
    [root@myhost]#
    root@myhost ]# pacman -Syu (aarnnet repo # hashed)
    :: Synchronizing package databases...
    error: failed to update core (no servers configured for repository)
    error: failed to update extra (no servers configured for repository)
    error: failed to update community (no servers configured for repository)
    error: failed to synchronize any databases
    [root@myhost ]#
    /etc/pacman.d/mirrorlist
    # Mirror selected during installation
    Server = [url]ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arc[/url]
    ## Arch Linux repository mirrorlist
    ## Generated on 2011-10-26
    ## Any
    #Server = [url]ftp://mirrors.kernel.org/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://mirrors.kernel.org/archlinux/$repo/os/$arch[/url]
    ## Australia
    #Server = [url]ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch[/url]
    #Server = [url]ftp://mirror.optus.net/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://mirror.optus.net/archlinux/$repo/os/$arch[/url]
    etc-- etc--- etc
    ## Uzbekistan
    #Server = [url]ftp://mirrors.st.uz/archlinux/$repo/os/$arch[/url]
    #Server = [url]http://mirrors.st.uz/archlinux/$repo/os/$arch[/url]
    /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Moderator:  Added code blocks.  This is what had been requested, edit this post to see how it is done -- ewaller
    Last edited by elzorro (2012-01-09 12:02:54)

    FYI karol
    Voila!
    Regardz
    El Zorro
    karol wrote:elzorro, please post the whole mirrorlist using [ code ] tags.
    # Mirror selected during installation
    Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
    ## Arch Linux repository mirrorlist
    ## Generated on 2011-10-26
    ## Any
    #Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
    #Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
    ## Australia
    Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
    Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
    Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
    Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
    Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
    Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
    Server = ftp://mirror.optus.net/archlinux/$repo/os/$arch
    Server = http://mirror.optus.net/archlinux/$repo/os/$arch
    ## Belarus
    #Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch
    #Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
    #Server = ftp://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
    ## Belgium
    #Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
    ## Brazil
    #Server = ftp://ftp.bitwave.com.br/archlinux/$repo/os/$arch
    #Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
    #Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/$arch
    #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
    #Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
    #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
    #Server = ftp://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
    #Server = http://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
    ## Canada
    #Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
    #Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
    #Server = ftp://mirror.its.dal.ca/archlinux/$repo/os/$arch
    #Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
    #Server = ftp://less.cogeco.net/pub/archlinux/$repo/os/$arch
    #Server = http://less.cogeco.net/pub/archlinux/$repo/os/$arch
    ## Chile
    #Server = ftp://mirror.archlinux.cl/$repo/os/$arch
    #Server = ftp://mirror.netglobalis.net/archlinux/$repo/os/$arch
    #Server = http://mirror.netglobalis.net/archlinux/$repo/os/$arch
    ## China
    #Server = http://mirrors.163.com/archlinux/$repo/os/$arch
    #Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
    #Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
    #Server = ftp://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
    #Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
    #Server = ftp://mirrors.stuhome.net/archlinux/$repo/os/$arch
    #Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
    ## Colombia
    #Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
    ## Czech Republic
    #Server = ftp://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
    ## Denmark
    #Server = ftp://mirrors.dotsrc.org/archlinux/$repo/os/$arch
    #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
    #Server = ftp://ftp.klid.dk/archlinux/$repo/os/$arch
    ## Estonia
    #Server = ftp://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
    #Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
    ## Finland
    #Server = ftp://mirror.academica.fi/archlinux/$repo/os/$arch
    #Server = http://mirror.academica.fi/archlinux/$repo/os/$arch
    #Server = ftp://mirror.archlinux.fi/archlinux/$repo/os/$arch
    #Server = http://mirror.archlinux.fi/archlinux/$repo/os/$arch
    ## France
    #Server = http://mir.archlinux.fr/$repo/os/$arch
    #Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
    #Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
    #Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch
    #Server = http://mir1.archlinux.fr/archlinux/$repo/os/$arch
    #Server = http://miroir.ezvan.fr/archlinux/$repo/os/$arch
    #Server = ftp://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
    #Server = http://archlinux.polymorf.fr/$repo/os/$arch
    ## Germany
    #Server = http://archlinux.limun.org/$repo/os/$arch
    #Server = ftp://artfiles.org/archlinux.org/$repo/os/$arch
    #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
    #Server = http://mirror.devnu11.net/archlinux/$repo/os/$arch
    #Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    #Server = ftp://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
    #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
    #Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
    #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
    #Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
    #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
    #Server = ftp://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
    #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
    #Server = ftp://mirrors.n-ix.net/archlinux/$repo/os/$arch
    #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
    #Server = ftp://mirror.selfnet.de/archlinux/$repo/os/$arch
    #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
    #Server = ftp://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
    #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
    #Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
    #Server = ftp://arch.mirrors.tuxdroid.org/$repo/os/$arch
    #Server = http://arch.mirrors.tuxdroid.org/$repo/os/$arch
    #Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
    ## Great Britain
    #Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
    #Server = ftp://mirror.cinosure.com/archlinux/$repo/os/$arch
    #Server = http://mirror.cinosure.com/archlinux/$repo/os/$arch
    #Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
    ## Greece
    #Server = ftp://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
    #Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
    #Server = ftp://ftp.otenet.gr/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch
    ## Hungary
    #Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
    ## India
    #Server = ftp://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
    #Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
    ## Ireland
    #Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch
    #Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch
    ## Israel
    #Server = ftp://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
    ## Italy
    #Server = http://mirrors.prometeus.net/archlinux/$repo/os/$arch
    ## Japan
    #Server = ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
    #Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
    #Server = ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/$arch
    ## Kazakhstan
    #Server = ftp://archlinux.kz/$repo/os/$arch
    #Server = http://archlinux.kz/$repo/os/$arch
    ## Korea
    #Server = ftp://mirror.yongbok.net/archlinux/$repo/os/$arch
    #Server = http://mirror.yongbok.net/archlinux/$repo/os/$arch
    ## Latvia
    #Server = http://archlinux.goodsoft.lv/$repo/os/$arch
    ## Luxembourg
    #Server = ftp://archlinux.mirror.root.lu/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirror.root.lu/$repo/os/$arch
    ## Macedonia
    #Server = http://arch.linux.net.mk/archlinux/$repo/os/$arch
    ## Moldova
    #Server = ftp://mirror.ihost.md/archlinux/$repo/os/$arch
    #Server = http://mirror.ihost.md/archlinux/$repo/os/$arch
    ## Netherlands
    #Server = ftp://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
    #Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
    #Server = ftp://ftp.nluug.nl/pub/os/Linux/distr/archlinux/$repo/os/$arch
    #Server = http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/$repo/os/$arch
    ## New Caledonia
    #Server = ftp://archlinux.nautile.nc/archlinux/$repo/os/$arch
    #Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch
    ## Norway
    #Server = ftp://mirror.archlinux.no/$repo/os/$arch
    #Server = http://mirror.archlinux.no/$repo/os/$arch
    #Server = ftp://mirror.pvv.ntnu.no/pub/archlinux/$repo/os/$arch
    ## Poland
    #Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
    #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
    ## Portugal
    #Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/$arch
    #Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/$arch
    ## Romania
    #Server = ftp://mirrors.adnettelecom.ro/archlinux/$repo/os/$arch
    #Server = http://mirrors.adnettelecom.ro/archlinux/$repo/os/$arch
    #Server = ftp://mirror.archlinux.ro/archlinux/$repo/os/$arch
    #Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
    #Server = ftp://ftp.roedu.net/mirrors/archlinux.org/$repo/os/$arch
    #Server = http://ftp.roedu.net/mirrors/archlinux.org/$repo/os/$arch
    ## Russia
    #Server = ftp://mirror.yandex.ru/archlinux/$repo/os/$arch
    #Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
    ## Singapore
    #Server = ftp://ftp.oss.eznetsols.org/linux/archlinux/$repo/os/$arch
    ## South Korea
    #Server = ftp://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
    #Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
    ## Spain
    #Server = ftp://ftp.rediris.es/mirror/archlinux/$repo/os/$arch
    #Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
    ## Sweden
    #Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/$arch
    #Server = ftp://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
    #Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
    #Server = ftp://ftp.portlane.com/pub/os/linux/archlinux/$repo/os/$arch
    #Server = http://ftp.portlane.com/pub/os/linux/archlinux/$repo/os/$arch
    ## Switzerland
    #Server = ftp://archlinux.puzzle.ch/$repo/os/$arch
    #Server = http://archlinux.puzzle.ch/$repo/os/$arch
    ## Taiwan
    #Server = ftp://linux.cs.nctu.edu.tw/archlinux/$repo/os/$arch
    #Server = http://linux.cs.nctu.edu.tw/archlinux/$repo/os/$arch
    #Server = ftp://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch
    #Server = http://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch
    #Server = ftp://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
    #Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
    ## Turkey
    #Server = ftp://ftp.linux.org.tr/archlinux/$repo/os/$arch
    #Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch
    ## Ukraine
    #Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/$arch
    #Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/$arch
    #Server = ftp://mirrors.mithril.org.ua/linux/archlinux/$repo/os/$arch
    #Server = http://mirrors.mithril.org.ua/linux/archlinux/$repo/os/$arch
    ## United States
    #Server = ftp://archlinux.supsec.org/pub/linux/arch/$repo/os/$arch
    #Server = http://archlinux.supsec.org/$repo/os/$arch
    #Server = ftp://cake.lib.fit.edu/archlinux/$repo/os/$arch
    #Server = http://cake.lib.fit.edu/archlinux/$repo/os/$arch
    #Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
    #Server = ftp://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
    #Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.ece.vt.edu/archlinux/$repo/os/$arch
    #Server = ftp://ftp.archlinux.org/$repo/os/$arch
    #Server = ftp://ftp.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
    #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
    #Server = ftp://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
    #Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
    #Server = http://mirrors.us.kernel.org/archlinux/$repo/os/$arch
    #Server = ftp://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
    #Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
    #Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/$arch
    #Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
    #Server = http://mirror.mocker.org/archlinux/$repo/os/$arch
    #Server = ftp://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
    #Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
    #Server = ftp://mirror.rit.edu/archlinux/$repo/os/$arch
    #Server = http://mirror.rit.edu/archlinux/$repo/os/$arch
    #Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch
    #Server = http://schlunix.org/archlinux/$repo/os/$arch
    #Server = http://mirrors.lax1.thegcloud.com/arch//$repo/os/$arch
    #Server = http://mirror.yellowfiber.net/archlinux/$repo/os/$arch
    Last edited by elzorro (2012-01-09 12:35:18)

  • [SOLVED] problem with zsh and urxvt and keybinding

    I hope this is the right forum to post this problem, else please move it to the right forum.
    I have zsh and urxvt installed and I am quite pleased with it, except for one problem,
    When I push the delete button in urxvt I get a ~ instead of deleting the next character. In aterm and xterm I don't have this problem.
    I'm sure that there is a way to make the right keybinding for this, but I can't find the solution. Is there someone who can point me in the right direction?
    Last edited by NeoXP (2009-02-24 21:00:02)

    These are my most current bindkeys...
    case $TERM in (rxvt*) #urxvt
    bindkey "\e[7~" beginning-of-line
    bindkey "\e[8~" end-of-line
    esac
    bindkey "^A" beginning-of-line
    bindkey "^E" end-of-line
    bindkey '^?' backward-delete-char
    bindkey "\e[3~" delete-char
    Open a terminal, hit ctrl-V, and press delete.  It should print the key generated.  The first ^[ is escaped as \e.
    So, on my terminal I see ^[[3~
    I put bindkey "\e[3~" delete-char in my ~/.zshrc, and there you go.

  • (SOLVED) problem with dbus and pacman

    For whatever silly reason, I did a 'pacman -S dbus' to make sure I had it installed and the result has really screwed up dbus. Although pacman reads it as installed, other programs don't and I can't start anything that relies on dbus (like thunar for one). Trying to start thunar for example:
    thunar: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: no such file or directory
    Also, everytime I try to install anything I got the following error message from pacman a dozen times or so before it proceeds:
    error: could not open file /var/lib/pacman/local//dbus/1.0.2-4/depends: no such file or directory
    what happened. How do I get dbus back and working?
    Last edited by b9anders (2008-01-14 10:51:40)

    I might not know what happened, but maybe u can re-install base group packages from the CD and then boot back into arch linux and update from there?
    I have also setup a install from within another linux OS, follow the wiki. It uses a pacman.static that is self reliant upon itself. U should not need any dependencies like dbus for that to work. Maybe u can use pacman.static to fix your problem.
    Just a few ideas for you to ponder on.

  • [Solved] Localtime is messed up, and pacman doesn't work anymore

    Hi everyone,
    I'm quite new to Arch Linux but I've succeded so far in installing the base system, setting up my wifi card (wasn't easy) and installing xfce4. When I first installed everything seemed to work fine (wifi, dropbox, pacman, etc.) but I noticed that my time doesn't reflect the current local time. I've selected America/Montreal in rc.conf and through "Orage Globaltime" in xfce4 but both return the UTC instead of the localtime. Also, when I try to get the UTC from Orage, it returns my localtime instead (Montreal)...
    So there's definitely something wrong there. I've then had a look at the forums/wiki and found that a network synchronisation should be used to correct the issue (such as ntp) but now pacman can't connect to anything. It returns something like this when I try to install/update/search:
    $ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection time-out
    ^C (keeps on getting time-outs if I don't interrupt)
    Some info on my system:
    General info: as stated above, internet over wifi (wlan0) works, pacman times-out and the local time is off.
    $ uname -a
    Linux giga-arch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686 GNU/Linux ---(today's Sept 3, ~10:35am)---
    $ cat rc.conf
    DAEMONS=(syslog-ng network crond)
    TIMEZONE="America/Montreal"
    $ ip addr
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
        link/ether 84:c9:b2:00:41:e3 brd ff:ff:ff:ff:ff:ff
        inet 192.168.0.179/24 brd 192.168.0.255 scope global wlan0
        inet6 fe80::86c9:b2ff:fe00:41e3/64 scope link
            valid_lft forever preferred_lft forever
    $ cat /var/log/pacman.log
    [2012-09-02 16:31] starting full system upgrade
    [2012-09-02 18:16] Running 'pacman -S ntop'
    [2012-09-02 18:17] installed rrdtool (1.4.7-2)
    [2012-09-02 18:17] installed geoip-database (20120808-1)
    [2012-09-02 18:17] installed geoip (1.4.8-2)
    [2012-09-02 18:17] ==> Before running the daemon script for the first time, you need to run
    [2012-09-02 18:17]     ntop as the root user to set an administrator password.
    [2012-09-02 18:17] ==> If you attempt to run ntop as a daemon without setting a password, a
    [2012-09-02 18:17]     FATAL ERROR message is generated and ntop stops.
    [2012-09-02 18:17] installed ntop (5.0-2)               <------------ At this point pacman worked, but the time wasn't right (it was ~22:17)
    [2012-09-03 04:43] Running 'pacman -Syu ntp'      <------------ From this point on pacman would time-out continually
    [2012-09-03 04:43] synchronizing package lists
    [2012-09-03 04:45] Running 'pacman -S ntp'
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 06:00] Running 'pacman -Syu'
    [2012-09-03 06:00] synchronizing package lists
    [2012-09-03 06:30] Running 'pacman -Syu'
    [2012-09-03 06:30] synchronizing package lists
    $ ls -lhA /etc | grep localtime
    lrwxrwxrwx 1 root root   36 Sep  3 04:34 localtime -> /usr/share/zoneinfo/America/Montreal
    My first guess was that the localtime offset was preventing me from accessing pacman's repositories, but since it worked yesterday (when the time was already corrupt) it seems otherwize. Now I'm quite lost, especially since no one seems to report every pacman repository being down... could anyone please help me solve this problem?
    Thanks!
    Last edited by miek (2012-09-03 20:28:44)

    WonderWoofy wrote:I think you may find relevant information here.  I ahve seem many of these threads in the forums lately.  Are you dual booting w/ another operating system... in particular, one that uses localtime for the hardware clock (and there is only one that does this).
    Thanks I'll look at that entry. Still I'd like to point out that this page clearly says that the timezone is to be set in rc.conf, which is a bit confusing. I must've followed this guide to get to my current configuration. I am dual booting with multiple other systems (xubuntu, win7, puppy, crunchbang) so from what I've read win7 might be the problem, but I haven't started it since i installed arch and my time has been off from the start.
    Should I simply use NTP now that pacman is working again?
    Thanks
    Last edited by miek (2012-09-03 17:41:56)

  • Openbox issues: URxvt and Trash

    Hi folks,
    I am migrating from XFCE to Openbox, and I have a couple of issues bugging me.
    1) URxvt does not load .Xresources automatically as it does with XFCE. I have worked it around by adding
    xrdb -merge ~/.Xresources &
    to my autostart. Is there any better solution out there?
    2) I can't get Trash and other mounted devices to show up in Thunar's left panel as they do in XFCE.
    Thunar-volman and gvfs are installed. I use LXDM as a login manager.
    thunar --daemon &
    is in autostart.
    Any ideas?
    What makes me scratch my head is that my crunchbang laptop using Openbox and Thunar does not have these problems.
    Thank you.
    Last edited by sudoku (2012-11-29 22:38:26)

    Hi,
    thank you for your answers.
    So problem 1) is solved.
    Straight to 2): Polkit-gnome is installed and xinitrc is the vanilla from skel:
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    And yes, I use LXDM. So, how do I get Trash and volumes to show up in Thunar?
    Last edited by sudoku (2012-11-30 00:05:44)

  • Devanagari in urxvt and keyboard layout...

    I just started taking Hindi this semester, and I was wondering how to get urxvt to work with the Devanagari script. I know the man page specifically mentions that it doesn't support all the complex combining rules, but it should still work a little bit, right? I can't get anything to display except squares.
    Also, what is the keyboard layout or variant for this script? Does anyone know how I could switch layouts on-the-fly with a keyboard shortcut or something (for instance, xbindkeys)?
    Thanks in advance. Hopefully somebody can help; I realize this is a little bit esoteric.
    ! ~/.Xdefaults - settings for terminals and X programs
    Xcursor.theme: Vanilla-DMZ
    ! Color Codes
    *background: #000000
    *foreground: #ffffff
    ! Black
    *color0: #2e3436
    *color8: #555753
    ! Red
    *color1: #cc0000
    *color9: #ef2929
    ! Green
    *color2: #4e9a06
    *color10: #8ae234
    ! Yellow
    *color3: #c4a000
    *color11: #fce94f
    ! Blue
    *color4: #3465a4
    *color12: #729fcf
    ! Purple
    *color5: #75507b
    *color13: #ad7fa8
    ! Cyan
    *color6: #06989a
    *color14: #34e2e2
    ! White
    *color7: #d3d7cf
    *color15: #eeeeec
    ! rxvt-unicode settings
    URxvt*font: xft:DejaVu Sans Mono:pixelsize=14
    URxvt*iconName: Terminal
    URxvt*perl-ext: matcher
    URxvt*saveLines: 10000
    URxvt*scrollBar: false
    URxvt*scrollTtyKeypress:true
    URxvt*scrollTtyOutput: false
    URxvt*termName: rxvt
    URxvt*title: Terminal
    URxvt*urlLauncher: firefox
    ! Optional transparency settings
    urxvtTrans*depth: 32
    urxvtTrans*background: rgba:0000/0000/0000/dddd
    urxvtTrans*tintColor: grey
    ! XTerm settings
    XTerm*dynamicColors: true
    XTerm*faceName: Monospace:pixelsize=14
    XTerm*iconName: Terminal
    XTerm*saveLines: 10000
    XTerm*scrollKey: true
    XTerm*scrollTtyOutput: false

    http://m10lmac.blogspot.com/2007/11/os-x-105-leopard-fix-for-missing-input.html

  • URxvt and the mouse wheel

    Hi all!
    I would like to know if it's possible to scroll down in man or less with the mouse will using URxvt.
    Thank you.

    A bad GPU? Screen? Connector cable between the two? It's difficult to say.
    The best thing that you can do is to take your machine into your local Apple Store or AASP and have them diagnose the machine and get an estimate for repairing the machine, both of which should be free.
    If it turns out that the problem is with the GPU or the screen, be ready for some sticker shock to repair your unit.
    Good luck,
    Clinton

  • Urxvt and hyperlink support

    So I have been trying to get support for url launching in my urxvt-256color terminal, but I can't seem to figure out the problem.  I know perl is installed and working because the perl module that copies what I have highlighted into the clipboard works perfectly.
    Here is a copy of my .Xdefaults:
    http://pastie.org/701283
    I am using Iron from AUR as my web browser, but it is also worth noting that I tried using Firefox in that field unsuccessfully.

    Here is a working one I have for standard urxvt, but I guess the 256-color one shouldn't be any different:
    urxvt.perl-ext-common: default,matcher
    urxvt.urlLauncher: opera
    urxvt.matcher.button: 3
    It's worth noting that this starts opera when I press the 2nd mouse button. Why that is matched as button 3 in the config, I don't know. You should try to experiment with different matcher.button-values and see how that works.

  • Urxvt and äöå

    Hey!
    I have this really hard-to-solve problem, so I decided to ask for help..
    My keymap works just fine in other programs except for urxvt. Even in urxvt, all the other buttons except for ä å and ö work fine. Copy-pasting them doesn't work either, all I get is ?'s. alsamixer and ncmpc -> ncurses layouts also display incorrectly.
    I've tried exporting different LC_ALL:s, rc.conf's... Nothing seems to work.. (Yes, I did remember to use locale-gen etc.)
    At the moment I simply have my rc.conf set as en_US.utf8, same for LC_ALL. I just use XKbLayout "fi" in my xorg.conf and everything else seems to work properly.
    I do get these error messages in my shell:
    urxvt: default locale unavailable, check LC_* and LANG variables. Continuing.
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    ........bla bla about the language settings
    perl: warning: Falling back to the standard locale ("C").
    This is probably just a matter of finding the right locale settings but I've tried and haven't succeeded so..

    Ohh I missed the dot at first..
    Let's see now..
    Yeah, seems to work. Thanks! I didn't even have such a locale in my locale.gen at first though, so that's why I couldn't figure it out.
    Last edited by initbox (2008-11-07 21:56:50)

  • URxvt and REAL transparency

    Hi there!
    When I start urxvt with "urxvt -depth 32 -bg rgba:0000/0000/0000/4444" it really shows true transparency.
    But when I enter all those stuff in .Xdefaults and start it, there'S only pseydo transparency!
    Here's my Xdefaults
    URxvt.saveLines: 10000
    URxvt.scrollBar: false
    !URxvt.inheritPixmap: true
    URxvt.tintColor: black
    URxvt.shading: 20
    URxvt.foreground: white
    URxvt.background: black
    URxvt.secondaryScroll: true
    URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=11
    Urxvt.depth: 32
    URxvt.perl-ext-common: default,matcher
    URxvt.urlLauncher: firefox
    URxvt.matcher.button: 1
    URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    Do you have any suggestions?
    Thank you

    And where is this part:
    rgba:0000/0000/0000/4444
    Put that for background.

  • Urxvt and vim bothering

    I'm trying desperately to make urxvt show some nice colors AND use my vim color scheme (gentooish) !
    But no matter what I do I cant have both !
    I want to use urxvt because i like the tabmode, but somehow it breaks my vim theme !
    I know this issue has been brougth here in this forum, and I've read all of them, but I cant find a solution that works properly with my setup.
    Help is needed !!

    Thanks for replying
    Could you be more specific please ?
    My .Xdefaults looks like this
    ! Colours
    !URxvt*foreground: #BBBBBB
    URxvt*foreground: #FFFFFF
    URxvt*background: #191919
    URxvt*colorBD: #EEEEEF
    ! Black
    URxvt*color0: #404040
    !URxvt*color8: #252525
    ! Red
    URxvt*color1: #C12121
    URxvt*color9: #E50E0E
    ! Green
    URxvt*color2: #75BD00
    URxvt*color10: #89b83f
    ! Yellow
    URxvt*color3: #EDD76A
    URxvt*color11: #efef60
    ! Blue
    URxvt*color4: #4F6FAE
    URxvt*color12: #3F6FD0
    ! Magenta
    URxvt*color5: #706c9a
    URxvt*color13: #826ab1
    ! Cyan
    URxvt*color6: #508695
    URxvt*color14: #a1cdcd
    ! White
    URxvt*color7: #BBBBBB
    URxvt*color15: #EEEEEF
    ! Settings
    URxvt*termName: xterm
    URxvt*loginShell: false
    URxvt*scrollBar: false
    URxvt*saveLines: 10000
    URxvt*font: xft:Terminus:size=11
    !URxvt*shading: +10
    URxvt*geometry: 90x35
    URxvt*internalBorder: 0
    !URxvt*perl-ext-common: default,matcher
    URxvt*colorUL: white
    URxvt*urlLauncher: firefox
    URxvt*matcher.button: 1
    URxvt*cursorUnderline: false
    URxvt*boldFont: xft:Terminus:size=11
    URxvt*scrollTtyOutput: false
    URxvt*scrollTtyKeypress: true
    URxvt*scrollKey: true
    URxvt*scrollWithBuffer: false
    Xft.dpi: 96
    XTerm*font: 9x15
    XTerm*background: black
    XTerm*foreground: white

  • Urxvt and copy/paste-ing.

    Howdy guys.
    I'm new to arch, been loving it. Enjoying configuring (and learning) about the parts i need thus far.
    This is a weird question though. Basically i'm using urxvt (seems popular, and so far i like it) as my terminal, but i have no idea how to say.... copy and paste from it?..
    Basically i would like to cat a file, and copy certain sections from it, so i can post them in forums and the like. And also the inverse, be able to copy and paste lines from examples online into my configs.
    So far i've kinda been putting the windows side by side and typing it (<--- not very efficient and very annoying!).
    I'm using xmonad for a tiling manager and that's it, so if i need to install maybe an addon into Urxvt or Xmonad i need to know which one to hunt down XD.
    Thanks

    Yeah that or shift-insert seems to work for copying text from the clipboard to urvxt.
    However how do i copy stuff from urxvt's terminal into another app?. Just selecting it seems to copy it for urxvt, but other apps don't seem to get this updated clipboard stuff (they will still copy i copied from them).
    EDIT: okay you are right, it seems to work that way . Just weird and have to hit it a few times for the laptop to work with it. Is there a keyboard shortcut for the left+right click? (Shift-insert doesn't work in other programs)
    Last edited by Mr Fix It (2010-04-21 10:30:04)

  • URXVT and black bar graphics glitch. *annoying*

    I have a problem, I'm using xmonad (display with no borders), and running "urxvt +sb -tr -fg green -bg black -sh 30" gives me a black bar glitch at the bottom and right hand side of the urxvt window seen at
    http://img102.imageshack.us/img102/4796/scrotshot.png
    Anyone know how to get rid of this black bar? It seems to be related to the -bg color since it changes to the bg color every time I change the value for -bg.
    It seems that the borders get fixed when I switch to a different desktop (modkey + number of desktop) and back again to the same desktop.
    By fix, I mean the borders are the same as the background, but now when I move the window, the same spots take the color of the background that was previously on them to the new spots they are moved to. If this is confusing, I'll gladly add some screenshots to illustrate what I mean.
    This is what I'm using to launch urxvt to get the effect: "urxvt -tr +sb -fg green -bg black -sh 25"
    Thanks for taking the time.
    Last edited by tomd123 (2009-05-12 17:35:42)

    *bump*
    edit:
    *bump*
    Last edited by tomd123 (2009-05-12 17:31:24)

  • URXVT and black bar graphics glitch.

    I have a problem, I'm using xmonad (display with no borders), and running "urxvt +sb -tr -fg green -bg black -sh 30" gives me a black bar glitch at the bottom and right hand side of the urxvt window seen at
    http://img102.imageshack.us/img102/4796/scrotshot.png
    Anyone know how to get rid of this black bar? It seems to be related to the -bg color since it changes to the bg color every time I change the value for -bg. Thanks for taking the time.
    EDIT:
    It seems that the borders get fixed when I switch to a different desktop (modkey + number of desktop) and back again to the same desktop.
    By fix, I mean the borders are the same as the background, but now when I move the window, the same spots take the color of the background that was previously on them to the new spots they are moved to. If this is confusing, I'll gladly add some screenshots to illustrate what I mean.
    EDIT:
    This is what I'm using to launch urxvt to get the effect: "urxvt -tr +sb -fg green -bg black -sh 25"
    Last edited by tomd123 (2009-05-10 00:56:02)

    *bump*
    edit:
    *bump*
    Last edited by tomd123 (2009-05-12 17:31:24)

Maybe you are looking for