rxvt: backgroundPixmap upside down


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers rxvt: backgroundPixmap upside down
# 1  
Old 02-11-2010
rxvt: backgroundPixmap upside down

Anyone have any advice?

I've tried just about every option, tweak, re-phrase in the man page, FAQ, and such, but there doesn't seem to be any information about what to do when your AfterImage-enabled RXVT displays its background image (xbm format converted from PNG by ImageMagick v6.-something) upside-down in the first window it opens.

Hope someone can help.

I've noticed my rxvt isn't exactly the newest build, so I may download and compile the source of the latest one and see if there's any difference between the two w/re this quirk.

BZT

Last edited by SilversleevesX; 02-11-2010 at 09:32 PM.. Reason: XnView's XBMs work finally.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Awk: greater than sign is working upside down

Hi, I noticed a weird behaviour with awk. input: A|B|1-100|blabla_35_40_blabla;blabla_53_60_blabla;blabla_90_110_blabla Objective: For each string separated by ';' in $4, if the first and second numbers are included in the interval in $3, then print "TRUE". Otherwise print "FALSE". In... (3 Replies)
Discussion started by: beca123456
3 Replies

2. UNIX for Dummies Questions & Answers

upside-down reversed desktop

I got some problem at startup before login such screen splashing, startup blocking on "checking battery status" and screen going black. Now, that I've solved the above problems I see the desktop screen is upside-down n reversed as well. I tried re-installing nvidia-current, re-installing... (1 Reply)
Discussion started by: dr_mabuse
1 Replies

3. Windows & DOS: Issues & Discussions

Problems with batch files for Cygwin/rxvt

I'm trying to write batch scripts of the kind that start a Cygwin session in rxvt from the desktop, with the added feature that the session starts in a folder other than $HOME. I want to do this for two folders I use often. According to the manpage, rxvt has a "-cd" command. Therefore, at first... (4 Replies)
Discussion started by: SilversleevesX
4 Replies

4. Windows & DOS: Issues & Discussions

"Striping" the background of an Rxvt/Urxvt window in Cygwin

To get this: https://www.unix.com/members/silversleevesx-albums-incidental-shot-glass-picture127-termshot-rxvt-rootless.png out of Cygwin's rxvt, you have to tweak your /cygwin/etc/x11/app-defaults/rxvt file, which is here:... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

5. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

6. Solaris

Blank rxvt window SUNOS 5.10

Hi, 5.10 Generic_118833-22 sun4u sparc SUNW,Sun-Fire-V490 I'm having a problem with getting rxvt windows to display correctly. The applicaiton we have will spawn an rxvt window when it executes a couple of perl scripts. For some reason it keeps returning blank. If you run it from an xterm... (0 Replies)
Discussion started by: nhatch
0 Replies
Login or Register to Ask a Question
GMAN(1x)																  GMAN(1x)

NAME
gman - GTK+ based front-end for man, a good replacment for xman. SYNOPSIS
gman DESCRIPTION
Gman is a front-end for the manual page system. gman builds a database of all the available man pages and displays them in a list. Clicking on an entry in the list makes gman launch another window with the manual page displayed in it. Gman can launch more than one window at same time. The user can use the index/key word search function to look for the man pages that they need. It is simple, but it is useful. OPTIONS
There are no command line options for gman, for now. DISPLAY OPTIONS
Currently gman has 4 different modes to present the man pages, available as the following items in the View menu: xTerm This will launch an X terminal emulator with the man output shown inside. You can add the following line to your ~/.gman file in order to select the preferred X terminal emulator: xterm_command = rxvt GhostView gman will present man pages in a GhostView window for you to view and print the man page. This requires GhostView (command "gv") to be available on your system. Evince gman will present man pages in an Evince window for you to view and print the man page. This requires GNOME Evince (command "evince") to be available on your system. LocalBrowse gman will launch a web browser window to show you the man page. This requires man2html and web browser (command "sensible-browser") to be available on your system. NetBrowse In this mode, you can view the pages with web browser and navigate from one man page to another by clicking the links in the man pages. This requires man2html, web browser (command "sensible-browser") and a HTTP server running on localhost. FILES
~/.gman Contains configuration information for gman, such as window size and paths where the manual pages are contained. For example, v_size = 400 h_size = 300 xterm_command = rxvt show_warning = 0 man_paths = /usr/local/man:/usr/local/share/man:/usr/share/man For more information, see init_context() function in gman.c for all the options avialiable. ~/.gman is read by gman on startup, and written on exit. SEE ALSO
man(1), man(7), xterm(1). AUTHOR
Gman was written by a smart guy named Xinkai Wang <aakwxk@hotmail.com>. Home page of gman is at: http://homex.coolconnect.com/user/xkwang/gman/ <> Gman May 2002 GMAN(1x)