Customizing xterm in X11

Hi All,
I've been reading about numerous ways of customizing xterm in X11. Is .Xresources the way to go? I have X11 setup to use the default .xinitrc file and have coloured my xterms in .Xresources. Upon startup, I get one xterm window popping up, with the expected colours etc. Then, I do a Cmd-N to get a new window (or type xterm in the old window) but the new windows do not bear the properties as specified in .Xresources. How do I fix this?
Thanks,
KL
iBook G3 500    

KL,
Does Gary's suggestion resolve your problem?
Assuming that you've made your changes to the ~/.Xresources, rather than
the /etc/X11/xinit/.Xresources. Though that shouldn't make a difference.
Here's the one that I use which works fine for me. Starting a new xterm from the X11 Application menu, starts up a xterm, with all of the setting that I have specified. So you might try the .Xresources file below, to see if it works, and then compare it to yours to see how it differs.
cat ~/.Xresources
.xterm*scrollBar:true
.xterm*rightScrollBar:true
.xterm*saveLines:500
.xterm*loginShell:true
.xterm*geometry:100x40
# Color that I set using the Digital Color Meter
# This sets the shade to the same shade of green and black as
# the Terminal.app. Setting it here mean that it doesn't change
# when the system is updated.
.xterm*background: rgb:00/00/00
.xterm*foreground: rgb:11/ff/0b
.xterm*borderColor:tan
# see the xterm(1) manpage. this is needed if ${TERM} is
# set to vt220.
.xterm*decTerminalID:220
# Font related stuff
.xterm*utf8:1
.xterm*locale:no
to get a login shell, that should pick up your shell initialization file(s), try using the loginShell resource, by default it's disabled.
from xterm(1):
loginShell (class LoginShell)
Specifies whether or not the shell to be run in the window
should be started as a login shell. The default is ``false.''

Similar Messages

  • MAC Pro and Custom Install of X11

    I am obviosuly missing something really simple here but how do you do a custome install on the MAc Pro. I cannot find the otpion, that I though was availbe to me on my old G5. I am not happy about starting the MAC using the Install disjk as it seems to suggest that this will do a re- install of the OS without giving me the option to select only the X11 software
    Thanks for the help
    John

    You're welcome, glad to have helped.
    Steve
    Why reward points?
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.
    Members can see their status level by Forum, Category, or at the main Community level.
    This is not compulsory, but it would be appreciated.
    Steve

  • X11/xterm: can't launch from terminal in Tiger 10.4.11 PPC

    [Copied over from another part of this forum (wrong place)]
    I have set up my .profile PATH so that 'which' finds xterm via the terminal command line, but invoking 'xterm' gets the response:
    xterm Xt error: Can't open display:
    What do I need to configure so that the command 'xterm' starts X11 and opens an xterm window?
    xterm runs fine from the drop down when I run X11.app
    There are no DISPLAY options set anywhere.
    Does this work in Tiger? (It does for me in Leopard and SL)
    DN

    Tiger will NOT auto launch X11 when you attempt to run an X-Windows based program.
    Leopard and Snow Leopard will auto launch X11 when you attempt to run a X-Windows program.
    You could change your .profile to
    open -a X11 /usr/X11/bin/xterm

  • Using X11 in Leopard--Why does no xterm window appear

    I am unable to get an xterm terminal window on my screen when I click on the X11 application icon. The computer seems to think that xterm is already open. When I hunt for xterm or X11 using ps in the bash terminal window and stop all of the xterm processes I still have this problem.

    not sure if this is exactly your issue but there is a bug (acknowledged by apple) introduced by one of the point updates which prevents X11 from running.
    installing the latest version of X 11 from http://xquartz.macosforge.org/trac/wiki/X112.3.0
    usually fixes the issue.

  • Configuring Terminal xterm and Vim

    I have spent some time customizing Terminal (version 2.1.1) and Vim using the files .profile, .bash_profile and .vimrc using the GNU tools that include ls. Everything went well except that I was unable to use the +cursorshape feature in the version of Vim I have (version 7.2 compiled with + cursorshape) that should allow the cursor to change between insert and other modes. Unfortunately the options of Terminal seem to only allow a fixed customization of the cursor.
    On the other hand, using Vim from xterm in X11 does allow changing the colour of the cursor between insert and other modes by putting e.g.
    if &term =~ "xterm"
    let &t_SI = "\<Esc>]12;purple\x7"
    let &t_EI = "\<Esc>]12;blue\x7"
    endif
    in .vimrc but xterm seems not to be customizable in the usual way via .profile and .bash_profile to give nice ls output
    with the date/time as YYYY-MM-DD HH:MM:SS and colour coded filenames!
    For editing and compiling programs I suppose I could have two windows open, xterm and Terminal and use Vim within xterm (to facilitate editing) and directory listings etc. from Terminal but it seems there should be a better way.
    Any suggestions would be welcome.
    John Nixon

    John, would setting your TERM environment variable to “xterm-color” allow more colour flexibility in vim? Looking at the GNU ls man page, it seems as though its --time_style option would provide the means to display an ISO date format, and that its --color=always option would provide colour-coded filenames. Perhaps an alias such as
    _interactive=`echo $- | /usr/bin/tr -cd i`
    if [ "${_interactive}" = 'i' ]
    then
    alias ls='/my/gnu/ls --time_style="+%Y-%m-%d %H:%M:%S" --color=always $*'
    fi
    in your .profile would achieve your GNU ls objective?
    Or, following Jeffrey’s suggestion, you could just put the alias line alone in your .bashrc file, if bash be the only shell that you use interactively.

  • New xterm does not set column/row values

    Upon upgrading to SL I've found that when I start a new xterm within x11, the window size is not reflected by the stty variables rows and columns until I execute the "resize" command or manually resize the xterm window:
    new xterm:
    % stty -a
    speed 38400 baud; 0 rows; 0 columns;
    % resize
    set noglob;
    setenv COLUMNS '132';
    setenv LINES '40';
    unset noglob;
    % stty -a
    speed 38400 baud; 40 rows; 132 columns;
    If I don't execute this extra step all my output in this window is squeezed into about 60 columns.
    Has any one else seen this?

    Hi,
    Yes, it seems that even under csh if I add the following to my .cshrc file:
    resize >& /dev/null
    it now works as expected. The annoying feature of course is I have to add this command to the .cshrc files of all my remote hosts I might connect to via xterm/ssh. Perhaps my real question is what has changed with SL that leads to this unexpected result (and of course how one can fix it once and for all on my local host)..

  • How do I install X11 after many OS X tiger updates?

    My iMac G5 came with OS X 10.4.0 installed. Since then, I have updated to the present 10.4.7 via web updates. Now, I need to run MatLab 14 and need to have X11 installed. Of course, I don't have an OS X install CD for 10.4.7 and my original CD has a lot of ancient application versions on it. How can I install X11 w/ minimal hassle? I cannot find a stand alone version of X11 on the Apple web site for tiger, let alone my new version.

    Hi, Mr. EGL.
    You do not want to choose the icon for the Xcode tools if you want X11. The Xcode Tools icon leads to the installation of Xcode tools, not a custom install of X11.
    To install X11 at any time, see "Custom installs in Mac OS X 10.4"
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • X11 in the Dock not working - Bouncing X11 Dock icon and extra X11 icon

    Some have mentioned this in other posts (GIMP related,) but I don't have GIMP.
    I just wanted to keep X11 in my dock, and I just upgraded to Leopard, and this is an ANNOYING bug that prevents me from having X11 in the Dock.
    Apple, please fix.

    I primarily boot xterm from X11. I also have a couple of apps that my previous version of OS X (Tiger) had defined with ssh tunneling in the X11 Preferences.
    Any clues how to do that now?

  • X11 and g++ font problem

    hi,
    I am experiencing some fonts problem with x11 when using g++, g++'s error messages contains some funny fonts under x11. For example, when compiling the following code, I get:
    1 void function_name() {
    2 int u; // to create a compile warning
    3 }
    4
    5 int main () {
    6 int a; // to create a compile warning "unused variable"
    7 yy ul; // to create a compile error
    8 }
    g++ -Wall t.C
    t.C: In function ‘void function_name()’:
    t.C:2: warning: unused variable ‘u’
    t.C: In function ‘int main()’:
    t.C:7: error: ‘yy’ was not declared in this scope
    t.C:7: error: expected `;' before ‘ul’
    t.C:6: warning: unused variable ‘a’
    which is normal, but on my xterm under x11, i get "\hat{a}" for all the symbols enclosed by ` and ' . I could not cut-and-paste the errors on this message. For example: `void function_name()' in the first line is shown on my xterm as "\hat{a}"
    My system configuration is: OS: 10.5, X11.app 2.0 - X.org X11R7.2, gcc version 4.0.1 (Apple Inc. build 5465)
    Thanks in advance for the help.
    Sincerely,
    Hwee Kuan

    Post to the Unix or Developer forum under OS X Technologies.

  • Inkscape and X11

    Anyone know how to get Inkscape working on MAC OS 10.6? I've installed it but it doesn't load. The icon as well as the X11 one just sits in the dock.

    Thanks for the help with this, by the way. What other X apps would i have? This is the first one I was trying to use.
    At the minimum you should have a bunch of programs in
    /usr/X11/bin
    /usr/X11R6/bin
    The following should provide a good example selection of X11 apps to make sure your X11 is working:
    /usr/X11/bin/ico
    /usr/X11/bin/xterm
    /usr/X11/bin/xeyes
    /usr/X11/bin/xman
    /usr/X11/bin/oclock
    /usr/X11/bin/xclock
    /usr/X11/bin/xcalc
    /usr/X11/bin/xlogo
    To uninstall I just drag the inkscape icon to the trash, right?
    That is the generally accepted method, especailly if the way you installed the application was to drag from a .dmg to the Applications folder.
    If the application had an install app, then it might also have an uninstall app.

  • Setting PATH in X11 terminal (different than Terminal for some reason)

    When I start up the Terminal in Mac, and type
    $echo $PATH
    I get what's in ~/.profile
    When I start X11 ans use xterm and type
    $echo $PATH
    I don't get the path being echoed from ~/.profile
    What file do I edit to set the path when I'm using xterm in X11?

    Hi sugapablo,
       The short and dirty answer is to create a ~/.bashrc containing the following line:
    source ~/.profile
    The ~/.profile is only sourced by the loging shell, which is generally the first shell you open after booting. Subsequent shells source the ~/.bashrc instead, which is supposed to be lighter-weight. It is assumed that subsequent can shells can inherit the environment from the login shell but xterms can't inherit from Aqua terminals. Thus, the above source command is needed often enough to make this a reasonable fix.
    Gary
    ~~~~
       You climb to reach the summit, but once there,
       discover that all roads lead down.

  • "You have mail." notification in shell - how to get rid of it?

    Hey guys,
    whenever I start a shell (zsh, but same for bash/csh/ksh) I get the message that "You have mail.". Well, that's true, there are mails in my /var/mail/`whoami`. But as they ain't new, I don't need, and more, don't want this message. How do I turn it off?
    It's gone when I move my mail from /var/mail/$USER to somewhere else, but that is no solution.
    Ideas? Clues? ANYthing?

    There's something strange in how Terminal.app invokes
    the shell that I haven't had time to trace down yet;
    I can see the following:
    Terminal.app with default settings does not invoke
    ~/.bashrc but displays the "you have mail" message.
    Terminal.app set to launch /bin/bash neither invokes
    ~/.bashrc nor displays the "you have mail" message.
    xterm in X11 invokes ~/.bashrc and does not display
    "you have mail".
    I always use xterms because they seem to have better
    compatibility with more shell commands than
    Terminal.app.
    The one thing I didn't try is to put the the
    MAILCHECK=-1 in /etc/profile and then reboot.
    Well, I use iTerm, but it's the same for Terminal.app
    I also tried MAILCHECK='', MAILCHECK='-1' and all that... and if I check it, it's set, but still this **** message...
    Geez, it can't be thaat hard, I thought!?

  • How to permanently save the color settings in terminal.app

    Hi,
    I have configured the "ls" command in the terminal.app to give colored outputs. However, I realised that for some reason the color-set used is designed for a light-colored background. When I use "white on black", the default blue color of the directories is almost invisible.
    Of course, I can change this to another color, but this problem is true for all "blue" fonts, so for example, the default color for comments in vim is also blue and thus unreadable with black background.
    This is not a problem when I use the xterm in X11. The color set there is much lighter and is perfect for a black backgound.
    By drag-and-drop method (drag the chosen color on top of the directory texts in terminal), I am able to alter the blue color to a much lighter version. This apparently changes all fonts that is blue (this includes for example vim comments), and is exactly what I wanted. But I cannot figure out a way to save this as default. Clicking "Save setting as default" button in the inspector does nothing, the new terminal window still gives you this dark blue.
    Anyone know how do I do this?
    Cheers,
    Lianheng

    Hi Nils,
    Thanks for the replies.
    I think I see what the problem is: basically the colors in the terminal are darker than that of the xterm in X11. This can be clearly seen from the vim. May be this is to do with the fact that apple terminal.app has a "better" color support?
    I quite like the default LSCOLORS settings, which is:
    LSCOLORS=exfxcxdxcxegedabagacad
    The color settings in X11 is just perfect for me at the moment. It would be so much nicer if I can make the color scheme in terminal.app look like that of the X11. If say, I change LSCOLORS to
    LSCOLORS=gxfxcxdxcxegedabagacad
    and change the color schemes in vim to a lighter theme, but this will effect the colors in X11 too, which is perfect now. Cyan will look too light in X11.
    At the first I thought by drag and dropping the colors into terminal it will alter its color map. So my question was actually how can one (if it is possible) change the color map of the terminal.app, so that it inteprets the ANSI "blue" slightly differently.
    By the way, the way that you can see all colors in vim is really neat! Thanks for that tip.
    Cheers,
    Lianheng

  • [Solved]SSH messed command prompt

    Hello,
    I try to describe what is my problem. [CURSOR] - is my cursor
    I connect to SSH. OK
    I type command. OK
    I can correct beginning of command. OK
    I execute command. OK
    $  echo 11111111111111111111111111
    $  echo 0000000000000000000000000
    I go to history - first command shows OK
    $  echo 0000000000000000000000000
    second history command when I try correct beginning(click home button or left arrow), I simply can't, I can access only 11-th letter of command.
    $  echo 11111[CURSOR]111111111111111111111
    now I go back to first history command
    $  echo 11111echo 000000000000000000000000[CURSOR]
    command prompt stay messed,  and command can be executed successfuly only if I dont touch it.
    I can go to beggining, but only 11th character
    $  echo 11111[CURSOR]echo 000000000000000000000000
    I press once more arrow down to get "live" clear command prompt.
    $  echo 11111[CURSOR]
    prompt stay messed, I cant delete string, only ctrl+c helps.
    I tried urxvt and xterm. Generally it will happen If I execute command which has more than 30 letters.
    Thanks for help.
    Last edited by kubco2 (2013-11-18 20:31:39)

    $TERM says same: xterm
    local machine
    $ infocmp
    # Reconstructed via infocmp from file: /usr/share/terminfo/x/xterm
    xterm|xterm terminal emulator (X Window System),
    am, bce, km, mc5i, mir, msgr, npc, xenl,
    colors#8, cols#80, it#8, lines#24, pairs#64,
    acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
    bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
    clear=\E[H\E[2J, cnorm=\E[?12l\E[?25h, cr=^M,
    csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
    cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
    cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
    cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
    dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
    flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
    ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
    ind=^J, indn=\E[%p1%dS, invis=\E[8m,
    is2=\E[!p\E[?3;4l\E[4l\E>, kDC=\E[3;2~, kEND=\E[1;2F,
    kHOM=\E[1;2H, kIC=\E[2;2~, kLFT=\E[1;2D, kNXT=\E[6;2~,
    kPRV=\E[5;2~, kRIT=\E[1;2C, kb2=\EOE, kbs=^H, kcbt=\E[Z,
    kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
    kdch1=\E[3~, kend=\EOF, kent=\EOM, kf1=\EOP, kf10=\E[21~,
    kf11=\E[23~, kf12=\E[24~, kf13=\E[1;2P, kf14=\E[1;2Q,
    kf15=\E[1;2R, kf16=\E[1;2S, kf17=\E[15;2~, kf18=\E[17;2~,
    kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~,
    kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~,
    kf25=\E[1;5P, kf26=\E[1;5Q, kf27=\E[1;5R, kf28=\E[1;5S,
    kf29=\E[15;5~, kf3=\EOR, kf30=\E[17;5~, kf31=\E[18;5~,
    kf32=\E[19;5~, kf33=\E[20;5~, kf34=\E[21;5~,
    kf35=\E[23;5~, kf36=\E[24;5~, kf37=\E[1;6P, kf38=\E[1;6Q,
    kf39=\E[1;6R, kf4=\EOS, kf40=\E[1;6S, kf41=\E[15;6~,
    kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;6~,
    kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~,
    kf48=\E[24;6~, kf49=\E[1;3P, kf5=\E[15~, kf50=\E[1;3Q,
    kf51=\E[1;3R, kf52=\E[1;3S, kf53=\E[15;3~, kf54=\E[17;3~,
    kf55=\E[18;3~, kf56=\E[19;3~, kf57=\E[20;3~,
    kf58=\E[21;3~, kf59=\E[23;3~, kf6=\E[17~, kf60=\E[24;3~,
    kf61=\E[1;4P, kf62=\E[1;4Q, kf63=\E[1;4R, kf7=\E[18~,
    kf8=\E[19~, kf9=\E[20~, khome=\EOH, kich1=\E[2~,
    kind=\E[1;2B, kmous=\E[M, knp=\E[6~, kpp=\E[5~,
    kri=\E[1;2A, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, meml=\El,
    memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM,
    rin=\E[%p1%dT, rmacs=\E(B, rmam=\E[?7l, rmcup=\E[?1049l,
    rmir=\E[4l, rmkx=\E[?1l\E>, rmm=\E[?1034l, rmso=\E[27m,
    rmul=\E[24m, rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7,
    setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
    setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
    setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
    sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
    sgr0=\E(B\E[m, smacs=\E(0, smam=\E[?7h, smcup=\E[?1049h,
    smir=\E[4h, smkx=\E[?1h\E=, smm=\E[?1034h, smso=\E[7m,
    smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n,
    u8=\E[?1;2c, u9=\E[c, vpa=\E[%i%p1%dd,
    host machine
    $ infocmp
    # Reconstructed via infocmp from file: /lib/terminfo/x/xterm
    xterm|xterm-debian|X11 terminal emulator,
    am, bce, km, mc5i, mir, msgr, npc, xenl,
    colors#8, cols#80, it#8, lines#24, pairs#64,
    acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
    bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
    clear=\E[H\E[2J, cnorm=\E[?12l\E[?25h, cr=^M,
    csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
    cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
    cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
    cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
    dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
    flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
    ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
    ind=^J, indn=\E[%p1%dS, invis=\E[8m,
    is2=\E[!p\E[?3;4l\E[4l\E>, kDC=\E[3;2~, kEND=\E[1;2F,
    kHOM=\E[1;2H, kIC=\E[2;2~, kLFT=\E[1;2D, kNXT=\E[6;2~,
    kPRV=\E[5;2~, kRIT=\E[1;2C, kb2=\EOE, kbs=\177, kcbt=\E[Z,
    kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
    kdch1=\E[3~, kend=\EOF, kent=\EOM, kf1=\EOP, kf10=\E[21~,
    kf11=\E[23~, kf12=\E[24~, kf13=\E[1;2P, kf14=\E[1;2Q,
    kf15=\E[1;2R, kf16=\E[1;2S, kf17=\E[15;2~, kf18=\E[17;2~,
    kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~,
    kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~,
    kf25=\E[1;5P, kf26=\E[1;5Q, kf27=\E[1;5R, kf28=\E[1;5S,
    kf29=\E[15;5~, kf3=\EOR, kf30=\E[17;5~, kf31=\E[18;5~,
    kf32=\E[19;5~, kf33=\E[20;5~, kf34=\E[21;5~,
    kf35=\E[23;5~, kf36=\E[24;5~, kf37=\E[1;6P, kf38=\E[1;6Q,
    kf39=\E[1;6R, kf4=\EOS, kf40=\E[1;6S, kf41=\E[15;6~,
    kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;6~,
    kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~,
    kf48=\E[24;6~, kf49=\E[1;3P, kf5=\E[15~, kf50=\E[1;3Q,
    kf51=\E[1;3R, kf52=\E[1;3S, kf53=\E[15;3~, kf54=\E[17;3~,
    kf55=\E[18;3~, kf56=\E[19;3~, kf57=\E[20;3~,
    kf58=\E[21;3~, kf59=\E[23;3~, kf6=\E[17~, kf60=\E[24;3~,
    kf61=\E[1;4P, kf62=\E[1;4Q, kf63=\E[1;4R, kf7=\E[18~,
    kf8=\E[19~, kf9=\E[20~, khome=\EOH, kich1=\E[2~,
    kind=\E[1;2B, kmous=\E[M, knp=\E[6~, kpp=\E[5~,
    kri=\E[1;2A, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, meml=\El,
    memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM,
    rin=\E[%p1%dT, rmacs=\E(B, rmam=\E[?7l, rmcup=\E[?1049l,
    rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,
    rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7,
    setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
    setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
    setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
    sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
    sgr0=\E(B\E[m, smacs=\E(0, smam=\E[?7h, smcup=\E[?1049h,
    smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,
    tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c,
    vpa=\E[%i%p1%dd,
    I dont know, what should I find in infocmp.
    Last edited by kubco2 (2013-11-18 17:36:08)

  • Gnome screensaver keeps starting in openbox

    I don't know what config is starting it, but it is driving me crazy (It tries to run when I'm playing games).  I couldn't find it in ~/.config/openbox/* or in any of the ~./X* files.  I use kdm for logging on (my gf would panic if she ever saw a terminal login)
    pstree:
    init─┬─6*[agetty]
    ├─console-kit-dae───63*[{console-kit-dae}]
    ├─crond
    ├─cupsd
    ├─3*[dbus-daemon]
    ├─2*[dbus-launch]
    ├─dcopserver
    ├─ddclient
    ├─gconfd-2
    ├─gnome-screensav
    ├─gnome-settings-───{gnome-settings-}
    ├─gvfs-fuse-daemo───3*[{gvfs-fuse-daemo}]
    ├─gvfsd
    ├─hald───hald-runner─┬─hald-addon-acpi
    │ ├─hald-addon-inpu
    │ └─2*[hald-addon-stor]
    ├─kded
    ├─kded4
    ├─kdeinit───klauncher
    ├─kdeinit4─┬─kio_file
    │ └─klauncher
    ├─kdm─┬─X
    │ └─kdm───openbox─┬─firefox───5*[{firefox}]
    │ ├─xterm───dash
    │ └─xterm───pstree.x11
    ├─mpd───3*[{mpd}]
    ├─ntpd
    ├─portmap
    ├─privoxy
    ├─rpc.mountd
    ├─rpc.statd
    ├─sshd
    ├─start_kdeinit
    ├─syslog-ng
    └─udevd

    As I understand it, if you want to use gnome-screensaver, you need to load gnome-settings-daemon and perhaps gnome-settings-daemon-helper
    I don't have an Arch box around to test, but I believe this will go ahead and load Nautilus on you as well, which will draw the desktop and handle your background, fonts, gtk, etc. I've read you're able to turn this behaviour off with gconftool-2 -s -t bool /apps/nautilus/preferences/show_desktop false
    The screensaver config dialog is started with the command gnome-screensaver-preferences

Maybe you are looking for

  • FF4 Panorama is cool, but it doesn't save when FF is closed?

    I tried the new FF4 Panorama feature, it's cool. But doesn't it save my work? When I close FF and reopen it, all named tab groups are gone...:-( And... the troubleshooting information doesn't fit in to the box below. Max chars: 30,000. Not enough for

  • Custom plugin crashes repeatedly when closing tabs

    Hello, Our company has a custom plugin which we install onto firefox in order to connect to its API. lately a customer complained that our plugin is crashing repeatedly. all i have to go on is this crash report for now: https://crash-stats.mozilla.co

  • Hi help plz

    hi everyone can anyone tell why my phone is getting restarted when i put my security code and if i get a new software install in it will the messages i have saved in the phone remain there? plzzzz help me do tell me plzzz anyone LOOKING FOR REPLY

  • SB A2ZS Platinum Pro external box seems to be d

    How do I know if the external box works at all? I've installed all software and drivers after the box was connected to the internal card with the bundeled cable. I have no light on the external box. Line-In and Headphone are dead. What can be wrong?

  • No metadata browser available

    When I click on the metadata browser it does not expand to show the metadata browser panel. All the other panels expand, and the metadata is showing in the metadata panel on the right. It worked on my other computer at home.