Koozali.org: home of the SME Server

After updates server manager too bad. [SOLVED]

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
After updates server manager too bad. [SOLVED]
« on: February 28, 2007, 02:12:34 PM »
After apply the updates, I access server-manager in console, and the caracters are bad formating.
Is there a posibility to use LINX instead ELINKS, like old fashion?

The FIX

Crete new file named elinks.conf and put in:
/home/e-smith/.elinks/
and
/root/.elinks/

elinks.conf

Code: [Select]
## ELinks 0.9.2 configuration file

## This is ELinks configuration file. You can edit it manually,
## if you wish so; this file is edited by ELinks when you save
## options through UI, however only option values will be altered
## and missing options will be added at the end of file; if option
## is not written in this file, but in some file included from it,
## it is NOT counted as missing. Note that all your formatting,
## own comments and so on will be kept as-is.
##
## Obviously, if you don't like what ELinks is going to do with
## this file, you can change it by altering the config.saving_style
## option. Come on, aren't we friendly guys after all?



#####################################
# Automatically saved options
#

  ## config.saving_style_w [0|1]
  # This is internal option used when displaying a warning about
  # obsolete config.saving_style. You shouldn't touch it.
  set config.saving_style_w = 1

    ## terminal.xterm.charset <codepage>
    set terminal.xterm.charset = "ISO-8859-1"
    ## terminal.xterm.utf_8_io [0|1]
    set terminal.xterm.utf_8_io = 0
  ## ui.language <language>
  # Language of user interface. System means that the language will
  # be extracted from the environment dynamically.
  set ui.language = "System"




#####################################
# Automatically saved keybindings
#

bind "main" "Up" = "up"
bind "main" "Tab" = "next-frame"
bind "main" "Ctrl-Right" = "enter-reload"
bind "main" "Right" = "enter"
bind "main" "PageUp" = "page-up"
bind "main" "PageDown" = "page-down"
bind "main" "Left" = "back"
bind "main" "Ctrl-Insert" = "copy-clipboard"
bind "main" "Insert" = "scroll-up"
bind "main" "Home" = "home"
bind "main" "F9" = "menu"
bind "main" "F10" = "file-menu"
bind "main" "Escape" = "menu"
bind "main" "Ctrl-Enter" = "enter-reload"
bind "main" "Enter" = "enter"
bind "main" "End" = "end"
bind "main" "Down" = "down"
bind "main" "Delete" = "scroll-down"
bind "main" "}" = "scroll-right"
bind "main" "|" = "header-info"
bind "main" "{" = "scroll-left"
bind "main" "z" = "abort-connection"
bind "main" "x" = "enter-reload"
bind "main" "w" = "toggle-plain-compress-empty-lines"
bind "main" "v" = "view-image"
bind "main" "u" = "unback"
bind "main" "t" = "open-new-tab"
bind "main" "s" = "bookmark-manager"
bind "main" "r" = "resume-download"
bind "main" "q" = "quit"
bind "main" "o" = "options-manager"
bind "main" "n" = "find-next"
bind "main" "m" = "mark-set"
bind "main" "l" = "jump-to-link"
bind "main" "k" = "keybinding-manager"
bind "main" "h" = "history-manager"
bind "main" "g" = "goto-url"
bind "main" "f" = "zoom-frame"
bind "main" "e" = "tab-menu"
bind "main" "d" = "download"
bind "main" "c" = "tab-close"
bind "main" "b" = "page-up"
bind "main" "a" = "add-bookmark"
bind "main" "]" = "scroll-right"
bind "main" "\\" = "toggle-html-plain"
bind "main" "'" = "mark-goto"
bind "main" "[" = "scroll-left"
bind "main" "T" = "open-link-in-new-tab"
bind "main" "Ctrl-R" = "reload"
bind "main" "Q" = "really-quit"
bind "main" "Ctrl-P" = "scroll-up"
bind "main" "Ctrl-N" = "scroll-down"
bind "main" "N" = "find-next-back"
bind "main" "Ctrl-L" = "redraw"
bind "main" "L" = "link-menu"
bind "main" "Ctrl-K" = "cookies-load"
bind "main" "K" = "cookie-manager"
bind "main" "H" = "goto-url-home"
bind "main" "G" = "goto-url-current"
bind "main" "F" = "formhist-manager"
bind "main" "Ctrl-F" = "page-down"
bind "main" "Ctrl-E" = "end"
bind "main" "E" = "goto-url-current-link"
bind "main" "D" = "download-manager"
bind "main" "C" = "cache-manager"
bind "main" "Ctrl-B" = "page-up"
bind "main" "Ctrl-A" = "home"
bind "main" "A" = "add-bookmark-link"
bind "main" "?" = "search-back"
bind "main" ">" = "tab-next"
bind "main" "=" = "document-info"
bind "main" "<" = "tab-prev"
bind "main" "/" = "search"
bind "main" "." = "toggle-numbered-links"
bind "main" "," = "lua-console"
bind "main" "*" = "toggle-display-images"
bind "main" "%" = "toggle-document-colors"
bind "main" "#" = "search-typeahead"
bind "main" " " = "page-down"
bind "edit" "Up" = "up"
bind "edit" "Tab" = "next-item"
bind "edit" "Right" = "right"
bind "edit" "Left" = "left"
bind "edit" "Ctrl-Insert" = "copy-clipboard"
bind "edit" "Home" = "home"
bind "edit" "F4" = "edit"
bind "edit" "Escape" = "cancel"
bind "edit" "Enter" = "enter"
bind "edit" "End" = "end"
bind "edit" "Down" = "down"
bind "edit" "Delete" = "delete"
bind "edit" "Backspace" = "backspace"
bind "edit" "Ctrl-X" = "cut-clipboard"
bind "edit" "Ctrl-W" = "auto-complete"
bind "edit" "Ctrl-V" = "paste-clipboard"
bind "edit" "Ctrl-U" = "kill-to-bol"
bind "edit" "Ctrl-T" = "edit"
bind "edit" "Ctrl-R" = "auto-complete-unambiguous"
bind "edit" "Ctrl-L" = "redraw"
bind "edit" "Ctrl-K" = "kill-to-eol"
bind "edit" "Ctrl-H" = "backspace"
bind "edit" "Ctrl-E" = "end"
bind "edit" "Ctrl-D" = "delete"
bind "edit" "Ctrl-A" = "home"
bind "edit" "Alt->" = "end-of-buffer"
bind "edit" "Alt-<" = "beginning-of-buffer"
bind "menu" "Up" = "up"
bind "menu" "Tab" = "next-item"
bind "menu" "Right" = "right"
bind "menu" "PageUp" = "page-up"
bind "menu" "PageDown" = "page-down"
bind "menu" "Left" = "left"
bind "menu" "Insert" = "mark-item"
bind "menu" "Home" = "home"
bind "menu" "Escape" = "cancel"
bind "menu" "Enter" = "enter"
bind "menu" "End" = "end"
bind "menu" "Down" = "down"
bind "menu" "Delete" = "delete"
bind "menu" "_" = "unexpand"
bind "menu" "]" = "unexpand"
bind "menu" "[" = "expand"
bind "menu" "Ctrl-V" = "page-down"
bind "menu" "Alt-V" = "page-up"
bind "menu" "Ctrl-P" = "up"
bind "menu" "Ctrl-N" = "down"
bind "menu" "Ctrl-L" = "redraw"
bind "menu" "Ctrl-F" = "page-down"
bind "menu" "Ctrl-E" = "end"
bind "menu" "Ctrl-B" = "page-up"
bind "menu" "Ctrl-A" = "home"
bind "menu" "=" = "expand"
bind "menu" "-" = "unexpand"
bind "menu" "+" = "expand"
bind "menu" "*" = "mark-item"
bind "menu" " " = "select"



#####################################
# Automatically saved options
#

    ## terminal.xterm.type <num>
    set terminal.xterm.type = 1

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: After updates server manager too bad. [SOLVED]
« Reply #1 on: March 01, 2007, 12:57:51 PM »
You should report this in the bugtracker.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: After updates server manager too bad. [SOLVED]
« Reply #2 on: March 01, 2007, 01:55:50 PM »
Quote from: "cactus"
You should report this in the bugtracker.


I did it.

http://bugs.contribs.org/show_bug.cgi?id=2585

Thanks