[Solved] Syslinux: changing menu position on screen?

Hi there!
I'm trying to adjust the menu-position in syslinux to get the menu out of the upper left corner. I'm using a 1920x1080 resolution with a fitting backgroundimage. But I cannot find any information about how to use parameters like "VSHIFT" in syslinux.cfg. I've tried to fiddle around with it, but I'm not able to find out what system is behind this setting.
Has anyone a working config for this resolution or any other hint for me?
Thank you!
Last edited by Thorsten Reinbold (2013-04-16 11:45:22)

HA! Got it!
This is really easy, if (!) you understand how it works. If Anyone with a FullHD-Display is searching for this:
MENU VSHIFT -25
MENU HSHIFT 80
VSHIFT with a negative value mean "rows from bottom to top". HSHIFT 80 is (as far as my ruler says) perfectly centered.
Next steps: changing colors.
Many thanks for the help!

Similar Messages

  • [SOLVED] Syslinux, how to change colors?

    I have successfully installed syslinux, however I would like to change its colors, especially the background color and I like it black.
    I have already visited the syslinux wiki and off course the arch's wiki and I have a proper syslinux.cfg, but the "MENU COLOR screen  30;40   #ffffffff #ffffffff none" option does not change the background to black.
    Am I doing anything wrong?
    EDIT: I marked this solved because my problem was this white block and now I fixed by just appending a vga=current in the kernel line.
    Last edited by twilight0 (2011-10-31 23:45:43)

    Sorry for the delay, I was pretty occupied earlier this week.                                                                         
    I tested your setting by changing UI to menu.c32 and replace my MENU section with the one you gave me.                   
    Haven't tried the resolution you have so changed MENU VSHIFT to 10 and removed MENU HSHIFT still a bit
    "off the screen" with the menu but I get a black background behind the blue menu.                                                                                                   
    I'm running syslinux-git from aur: http://aur.archlinux.org/packages.php?ID=44890

  • Change Field positions in selection screen of powl

    Hi all,
          I want to change the position of the fields in selection-screen of POWL,
      can any one suggest me on this.?
    Thanks all,

    Hi Vani
    You can refer the standard code in method IF_POWL_FEEDER~GET_SEL_CRITERIA of your feeder class.
    It goes something like this
      DO.
        CLEAR ls_selcrit.
       CASE sy-index.
          WHEN 1.
            ls_selcrit-selname            = 'SVBELN'.
            ls_selcrit-ref_field          = 'VBELN'.
            ls_selcrit-ddic_shlp          = 'LORD_VMVA'.
            ls_selcrit-kind               = lc_kind_range. " select option
            ls_selcrit-selopt_type        = 'A'.           " Select-option with interval and multi-selection
            ls_selcrit-header             = hdr_text_document_data.
            ls_selcrit-allow_admin_change = abap_true.
      ENDCASE.
        APPEND ls_selcrit TO mt_selcriteria.
      ENDDO.
    You need to enhance the above standard code using BADI in order to change the position of fields in selection criteria according to customer requirement.
    Regards
    Lorraine

  • How to change the position of a menu?

    Hello,
    I'm a new dreamweaver developer so I would like to ask you
    few questions.
    If I have a sprite menu that is positioned by default in the
    left border of the page, how can I change it's position inside the
    page?With css?How?
    I'd have to put inside my page also a logo image but, just as
    menu, I am unable to put it in the right part of the page; so I was
    wondering how to change its position too.
    Thank you,
    Kind Regards, Luke14free

    You would change its position by changing the position of its
    container. We
    would need to see your page and its code to know how to do
    that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "luke14free" <[email protected]> wrote in
    message
    news:f2pntm$lf1$[email protected]..
    > Hello,
    > I'm a new dreamweaver developer so I would like to ask
    you few questions.
    > If I have a spry menu that is positioned by default in
    the left border of
    > the
    > page, how can I change it's position inside the
    page?With css?How?
    > I'd have to put inside my page also a logo image but,
    just as menu, I am
    > unable to put it in the right part of the page; so I was
    wondering how to
    > change its position too.
    > Thank you,
    > Kind Regards, Luke14free
    >

  • [SOLVED] syslinux 6.2-03 error "menu.c32: not a COM32R image"

    This happens after yesterdays upgrade on a bios boot system. Booting without menu works properly, however.
    Neither symlinking *.c32 nor copying them using
    cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
    did help so far. Even copying all of /usr/lib/syslinux/bios/ as adviced in https://bbs.archlinux.org/viewtopic.php … 1#p1297101 works. Also a reinstall of syslinux did not change this behavior.
    The /boot directory belongs to the standard / root partition in this setup so both methods should work.
    Last edited by bernarcher (2013-10-21 03:33:07)

    Ok, just went through a lot of problems with recent update. Here's the problem:
    I updates syslinux from 4.07-1 to 6.02-3 and got a broken boot menu kernel panic.
    In 4.07-1 all syslinux modules are symlinked as follows:
    chain.c32 -> /usr/lib/syslinux/chain.c32
    rest of the modules follow suit
    In 6.02-3, however the symlinks look like:
    chain.c32 -> /usr/lib/syslinux/bios//chain.c32
    And yes, the double slash IS there. I don't know if this is some magic that I'm unaware of.
    Here's the relevant fragment of pacman.log.
    [2013-10-20 17:39] [PACMAN] Running 'pacman -Syu'
    [2013-10-20 17:39] [PACMAN] synchronizing package lists
    [2013-10-20 17:39] [PACMAN] starting full system upgrade
    [2013-10-20 17:40] [PACMAN] Running 'pacman -Syuw cups-pdf'
    [2013-10-20 17:40] [PACMAN] synchronizing package lists
    [2013-10-20 17:40] [PACMAN] starting full system upgrade
    [2013-10-20 17:53] [PACMAN] Running 'pacman -Su cups-pdf'
    [2013-10-20 17:53] [PACMAN] starting full system upgrade
    [2013-10-20 17:57] [PACMAN] removed bluez4 (4.101-3)
    [2013-10-20 17:57] [PACMAN] removed heirloom-mailx (12.5-3)
    [2013-10-20 17:57] [PACMAN] upgraded tzdata (2013d-1 -> 2013g-1)
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generating locales...
    [2013-10-20 17:57] [ALPM-SCRIPTLET] pl_PL.UTF-8... done
    [2013-10-20 17:57] [ALPM-SCRIPTLET] Generation complete.
    [2013-10-20 17:57] [PACMAN] upgraded glibc (2.18-4 -> 2.18-5)
    [2013-10-20 17:57] [PACMAN] upgraded gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 17:57] [PACMAN] upgraded db (5.3.21-1 -> 5.3.21-2)
    [2013-10-20 17:57] [PACMAN] upgraded pambase (20130113-1 -> 20130928-1)
    [2013-10-20 17:57] [PACMAN] upgraded pam (1.1.6-4 -> 1.1.8-1)
    [2013-10-20 17:57] [PACMAN] upgraded libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:57] [PACMAN] upgraded freetype2 (2.5.0.1-1 -> 2.5.0.1-2)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 17:58] [PACMAN] upgraded fontconfig (2.10.95-1 -> 2.11.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded poppler (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded qpdf (5.0.0-1 -> 5.0.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded cups-filters (1.0.38-1 -> 1.0.40-1)
    [2013-10-20 17:58] [PACMAN] upgraded dbus (1.6.14-1 -> 1.6.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded libffi (3.0.13-3 -> 3.0.13-4)
    [2013-10-20 17:58] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded kbd (2.0.0-1 -> 2.0.0-2)
    [2013-10-20 17:58] [ALPM] warning: directory permissions differ on /var/log/journal/
    filesystem: 755 package: 2755
    [2013-10-20 17:58] [PACMAN] upgraded systemd (207-3 -> 208-1)
    [2013-10-20 17:58] [ALPM] warning: /etc/cups/cupsd.conf installed as /etc/cups/cupsd.conf.pacnew
    [2013-10-20 17:58] [PACMAN] upgraded cups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [ALPM-SCRIPTLET] To use cups-pdf, restart cups and visit the cups
    [2013-10-20 17:58] [ALPM-SCRIPTLET] web interface at http://localhost:631/
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] You can now add a "Virtual Printer (PDF Printer)"
    [2013-10-20 17:58] [ALPM-SCRIPTLET] and use the Postscript/Generic postscript color
    [2013-10-20 17:58] [ALPM-SCRIPTLET] printer driver.
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Note that cups-pdf has a configuration
    [2013-10-20 17:58] [ALPM-SCRIPTLET] file in /etc/cups. The default location for
    [2013-10-20 17:58] [ALPM-SCRIPTLET] pdf output is /var/spool/cups-pdf/$username.
    [2013-10-20 17:58] [ALPM-SCRIPTLET] -------------------------------------------------
    [2013-10-20 17:58] [PACMAN] installed cups-pdf (2.6.1-2)
    [2013-10-20 17:58] [PACMAN] upgraded accountsservice (0.6.34-2 -> 0.6.35-1)
    [2013-10-20 17:58] [PACMAN] upgraded atk (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk-update-icon-cache (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded pango (1.34.1-1 -> 1.36.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-core (2.8.0-1 -> 2.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded at-spi2-atk (2.8.1-1 -> 2.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded wayland (1.2.1-1 -> 1.3.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gtk3 (3.8.4-1 -> 3.10.2-1)
    [2013-10-20 17:58] [PACMAN] upgraded librsvg (1:2.37.0-1 -> 1:2.40.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gconf (3.2.6-2 -> 3.2.6-3)
    [2013-10-20 17:58] [PACMAN] upgraded dconf (0.16.1-1 -> 0.18.0-1)
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8338): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [ALPM-SCRIPTLET]
    [2013-10-20 17:58] [ALPM-SCRIPTLET] (gconftool-2:8346): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-10-20 17:58] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-10-20 17:58] [PACMAN] upgraded aisleriot (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gdl (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libanjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte-common (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded vte3 (0.34.7-1 -> 0.34.9-1)
    [2013-10-20 17:58] [PACMAN] upgraded sqlite (3.8.0.2-1 -> 3.8.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded ca-certificates (20130610-1 -> 20130906-1)
    [2013-10-20 17:58] [PACMAN] upgraded gsettings-desktop-schemas (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded glib-networking (2.36.2-1 -> 2.38.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsoup (2.42.2-1 -> 2.44.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded gstreamer (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded gst-plugins-base-libs (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:58] [PACMAN] upgraded libsecret (0.15-2 -> 0.16-1)
    [2013-10-20 17:58] [PACMAN] upgraded icu (51.2-1 -> 52.1-1)
    [2013-10-20 17:58] [PACMAN] upgraded harfbuzz-icu (0.9.19-1 -> 0.9.22-1)
    [2013-10-20 17:58] [PACMAN] upgraded webkitgtk (2.0.4-1 -> 2.2.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded devhelp (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded desktop-file-utils (0.21-1 -> 0.22-1)
    [2013-10-20 17:59] [PACMAN] upgraded glade (3.15.0-1 -> 3.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded file (5.14-1 -> 5.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded serf (1.3.0-1 -> 1.3.1-2)
    [2013-10-20 17:59] [PACMAN] upgraded subversion (1.8.1-2 -> 1.8.3-1)
    [2013-10-20 17:59] [PACMAN] upgraded neon (0.29.6-4 -> 0.30.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-icon-theme (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded vala (0.20.1-1 -> 0.22.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded anjuta (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Dodawanie kluczy z archlinux.gpg...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: potrzeba 3 marginalnych, 1 pełnych, model zaufania PGP
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 0 poprawnych: 1 podpisanych: 5 zaufanie: 0-,0q,0n,0m,0f,1u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 1 poprawnych: 5 podpisanych: 66 zaufanie: 0-,0q,0n,5m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: poziom: 2 poprawnych: 66 podpisanych: 3 zaufanie: 66-,0q,0n,0m,0f,0u
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 684148BB25B49E986A4944C55184252D824B18E8...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Klucz lokalnie podpisany AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] -> Wyłączanie klucza BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] ==> Aktualizacja zaufanej bazy danych...
    [2013-10-20 17:59] [ALPM-SCRIPTLET] gpg: następne sprawdzanie bazy odbędzie się 2014-01-22
    [2013-10-20 17:59] [PACMAN] upgraded archlinux-keyring (20130818-1 -> 20130926-1)
    [2013-10-20 17:59] [PACMAN] upgraded baobab (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded boost-libs (1.54.0-3 -> 1.54.0-4)
    [2013-10-20 17:59] [PACMAN] upgraded v4l-utils (0.9.5-2 -> 1.0.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-good (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libarchive (3.1.2-2 -> 3.1.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded totem-plparser (3.4.5-1 -> 3.10.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded libtracker-sparql (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 17:59] [PACMAN] upgraded libnotify (0.7.5-1 -> 0.7.6-1)
    [2013-10-20 17:59] [PACMAN] upgraded brasero (3.8.0-2 -> 3.8.0-3)
    [2013-10-20 17:59] [PACMAN] upgraded cython (0.19.1-2 -> 0.19.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded brltty (4.5-4 -> 4.5-5)
    [2013-10-20 17:59] [PACMAN] upgraded cantarell-fonts (0.0.14-1 -> 0.0.15-1)
    [2013-10-20 17:59] [PACMAN] upgraded cdparanoia (10.2-4 -> 10.2-5)
    [2013-10-20 17:59] [PACMAN] upgraded libltdl (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 17:59] [PACMAN] upgraded mpg123 (1.15.4-1 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] installed libsrtp (15.1c9bd90-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-bad (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded gst-plugins-base (1.0.10-1 -> 1.2.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded libdrm (2.4.46-2 -> 2.4.47-1)
    [2013-10-20 17:59] [PACMAN] upgraded cogl (1.14.0-5 -> 1.16.0-2)
    [2013-10-20 17:59] [PACMAN] upgraded elfutils (0.155-1 -> 0.156-1)
    [2013-10-20 17:59] [PACMAN] upgraded mesa (9.2.0-2 -> 9.2.2-1)
    [2013-10-20 17:59] [PACMAN] upgraded json-glib (0.16.0-1 -> 0.16.2-1)
    [2013-10-20 17:59] [PACMAN] installed libevdev (0.4-2)
    [2013-10-20 17:59] [PACMAN] upgraded clutter (1.14.4-3 -> 1.16.0-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gst (2.0.6-1 -> 2.0.8-1)
    [2013-10-20 17:59] [PACMAN] upgraded clutter-gtk (1.4.4-3 -> 1.4.4-4)
    [2013-10-20 17:59] [PACMAN] upgraded xkeyboard-config (2.9-2 -> 2.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gnome-desktop (1:3.8.4-1 -> 1:3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded nautilus-sendto (3.8.0-2 -> 3.8.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded cheese (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 17:59] [PACMAN] upgraded gmp (5.1.2-1 -> 5.1.3-1)
    [2013-10-20 18:00] [PACMAN] upgraded cloog (0.18.0-2 -> 0.18.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded device-mapper (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:00] [PACMAN] upgraded popt (1.16-6 -> 1.16-7)
    [2013-10-20 18:00] [PACMAN] upgraded cryptsetup (1.6.2-1 -> 1.6.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded dialog (1.2_20130902-1 -> 1.2_20131001-1)
    [2013-10-20 18:00] [PACMAN] upgraded dosbox (0.74-5 -> 0.74-6)
    [2013-10-20 18:00] [PACMAN] upgraded libgee (0.10.4-1 -> 0.12.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gcr (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-online-accounts (3.8.3-1 -> 3.10.1-2)
    [2013-10-20 18:00] [PACMAN] upgraded nspr (4.10-2 -> 4.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded nss (3.15.1-1 -> 3.15.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded libgweather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded evolution-data-server (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] installed zeitgeist (0.9.14-1)
    [2013-10-20 18:00] [PACMAN] upgraded folks (0.9.2-1 -> 0.9.5-1)
    [2013-10-20 18:00] [PACMAN] installed geoclue2 (1.99.4-1)
    [2013-10-20 18:00] [PACMAN] installed geocode-glib (3.10.0-1)
    [2013-10-20 18:00] [PACMAN] installed libchamplain (0.12.5-2)
    [2013-10-20 18:00] [PACMAN] upgraded empathy (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded python2-mako (0.8.1-2 -> 0.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded gobject-introspection (1.36.0-1 -> 1.38.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded libpeas (1.8.1-1 -> 1.9.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded eog (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded gnome-themes-standard (3.8.4-1 -> 3.10.0-1)
    [2013-10-20 18:00] [PACMAN] upgraded epiphany (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded poppler-glib (0.24.1-1 -> 0.24.2-1)
    [2013-10-20 18:00] [PACMAN] upgraded evince (3.8.3-1 -> 3.10.0-2)
    [2013-10-20 18:00] [PACMAN] upgraded evolution (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:00] [PACMAN] upgraded fakeroot (1.19-1 -> 1.20-1)
    [2013-10-20 18:00] [PACMAN] upgraded ffmpeg (1:2.0.1-1 -> 1:2.0.2-2)
    [2013-10-20 18:00] [PACMAN] upgraded p7zip (9.20.1-7 -> 9.20.1-8)
    [2013-10-20 18:01] [PACMAN] upgraded file-roller (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded five-or-more (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded four-in-a-row (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gcc (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded gdbm (1.10-1 -> 1.10-2)
    [2013-10-20 18:01] [PACMAN] upgraded gjs (1.36.1-2 -> 1.38.1-1)
    [2013-10-20 18:01] [PACMAN] installed bluez (5.9-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-bluetooth (3.8.1-2 -> 3.10.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-menus (3.8.0-2 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded upower (0.9.20-2 -> 0.9.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-session (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtk2 (2.24.20-1 -> 2.24.22-1)
    [2013-10-20 18:01] [PACMAN] upgraded pygobject-devel (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python2-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded ibus (1.5.3-2 -> 1.5.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-settings-daemon (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libgdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mutter (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] installed mutter-wayland (3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded networkmanager (0.9.8.2-1 -> 0.9.8.8-1)
    [2013-10-20 18:01] [PACMAN] upgraded network-manager-applet (0.9.8.2-1 -> 0.9.8.4-2)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-shell (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server-common (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded mtdev (1.1.3-1 -> 1.1.4-1)
    [2013-10-20 18:01] [PACMAN] upgraded xf86-input-evdev (2.8.1-1 -> 2.8.2-1)
    [2013-10-20 18:01] [PACMAN] upgraded xorg-server (1.14.3-1 -> 1.14.3-2)
    [2013-10-20 18:01] [PACMAN] upgraded gdm (3.8.4-1 -> 3.10.0.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gtksourceview3 (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded python-cairo (1.10.0-2 -> 1.10.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded python-gobject (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gedit (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] installed libspiro (20071029-3)
    [2013-10-20 18:01] [PACMAN] upgraded gegl (0.2.0-9 -> 0.2.0-10)
    [2013-10-20 18:01] [PACMAN] upgraded glibmm (2.36.2-1 -> 2.38.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-backgrounds (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-calculator (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-chess (3.8.4-1 -> 3.10.1.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-clocks (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded mash (0.2.0-2 -> 0.2.0-3)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-color-manager (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded gnome-contacts (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:01] [PACMAN] upgraded libwbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:01] [PACMAN] upgraded talloc (2.0.8-1 -> 2.0.8-2)
    [2013-10-20 18:02] [PACMAN] upgraded smbclient (4.0.9-1 -> 4.1.0-1)
    [2013-10-20 18:02] [PACMAN] installed libgnomekbd (3.6.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-control-center (3.8.5-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp-xsl (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded yelp (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-devel-docs (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-dictionary (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded udisks2 (2.1.1-1 -> 2.1.1-3)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-disk-utility (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded tracker (0.16.2-1 -> 0.16.2-3)
    [2013-10-20 18:02] [PACMAN] upgraded grilo (0.2.6-1 -> 0.2.7-1)
    [2013-10-20 18:02] [PACMAN] installed gnome-online-miners (3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-documents (3.8.4-1 -> 3.10.0-2)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-font-viewer (3.8.0-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-getting-started-docs (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-keyring (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-klotski (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mahjongg (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-mines (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-nibbles (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-photos (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-robots (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-screenshot (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:02] [PACMAN] upgraded gnome-shell-extensions (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-sudoku (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-log (3.8.1-1 -> 3.9.90-1)
    [2013-10-20 18:03] [PACMAN] upgraded gtkmm3 (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-system-monitor (3.8.2.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-terminal (3.8.4-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-tetravex (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-docs (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-user-share (3.8.3-1 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnome-weather (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded gnupg (2.0.21-1 -> 2.0.22-1)
    [2013-10-20 18:03] [PACMAN] installed python-bsddb (6.0.0-2)
    [2013-10-20 18:03] [PACMAN] upgraded gramps (2:4.0.1-3 -> 2:4.0.1-5)
    [2013-10-20 18:03] [PACMAN] upgraded graphviz (2.32.0-2 -> 2.34.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded grilo-plugins (0.2.9-1 -> 0.2.9-2)
    [2013-10-20 18:03] [PACMAN] upgraded gssdp (0.14.4-1 -> 0.14.5-1)
    [2013-10-20 18:03] [PACMAN] upgraded gucharmap (3.8.2-2 -> 3.10.0-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp (0.20.5-1 -> 0.20.7-1)
    [2013-10-20 18:03] [PACMAN] upgraded gupnp-av (0.12.2-1 -> 0.12.3-1)
    [2013-10-20 18:03] [PACMAN] upgraded gvfs (1.16.3-2 -> 1.18.2-1)
    [2013-10-20 18:03] [PACMAN] installed s-nail (14.4.4-1)
    [2013-10-20 18:03] [PACMAN] upgraded iagno (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded imagemagick (6.8.6.9-1 -> 6.8.7.1-1)
    [2013-10-20 18:03] [PACMAN] upgraded inkscape (0.48.4-10 -> 0.48.4-11)
    [2013-10-20 18:03] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded jdk7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded qt4 (4.8.5-2 -> 4.8.5-3)
    [2013-10-20 18:04] [PACMAN] upgraded soprano (2.9.3-1 -> 2.9.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded qtwebkit (2.3.2-1 -> 2.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded kdelibs (4.11.1-1 -> 4.11.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-acl (2.2.52-1 -> 2.2.52-2)
    [2013-10-20 18:04] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-10-20 18:04] [PACMAN] upgraded lib32-fontconfig (2.10.95-1.1 -> 2.11.0-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-glibc (2.18-4 -> 2.18-5)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-gcc-libs (4.8.1-3 -> 4.8.2-1)
    [2013-10-20 18:04] [PACMAN] upgraded lib32-libcups (1.6.3-1 -> 1.6.4-1)
    [2013-10-20 18:04] [PACMAN] upgraded libgnome-keyring (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmariadbclient (5.5.32-2 -> 5.5.33.a-1)
    [2013-10-20 18:04] [PACMAN] installed openal (1.15.1-1)
    [2013-10-20 18:04] [PACMAN] upgraded libmikmod (3.2.0-1 -> 3.3.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libnautilus-extension (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:04] [PACMAN] installed lua51 (5.1.5-3)
    [2013-10-20 18:04] [PACMAN] installed lua51-socket (2.0.2-5)
    [2013-10-20 18:04] [PACMAN] installed lua51-bitop (1.0.2-2)
    [2013-10-20 18:04] [PACMAN] installed lua51-expat (1.2.0-4)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi-scripts (0.4.16-1 -> 0.9.20131012-1)
    [2013-10-20 18:04] [PACMAN] upgraded libquvi (0.4.1-2 -> 0.9.3-1)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-pl (4.1.1-1 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-common (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-base (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-calc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-draw (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-gnome (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-impress (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-kde4 (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-math (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded postgresql-libs (9.2.4-2 -> 9.3.1-3)
    [2013-10-20 18:04] [PACMAN] upgraded libreoffice-postgresql-connector (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:04] [PACMAN] upgraded make (3.82-6 -> 4.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-sdk-doc (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libreoffice-writer (4.1.1-2 -> 4.1.2-2)
    [2013-10-20 18:05] [PACMAN] upgraded libsasl (2.1.26-4 -> 2.1.26-6)
    [2013-10-20 18:05] [PACMAN] upgraded tar (1.26-4 -> 1.27-1)
    [2013-10-20 18:05] [PACMAN] upgraded libtool (2.4.2-10 -> 2.4.2-11)
    [2013-10-20 18:05] [PACMAN] upgraded lightsoff (3.8.0-1 -> 3.10.1-1)
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-20 18:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-20 18:05] [PACMAN] upgraded linux (3.11.1-1 -> 3.11.6-1)
    [2013-10-20 18:05] [PACMAN] upgraded lirc-utils (1:0.9.0-60 -> 1:0.9.0-64)
    [2013-10-20 18:05] [PACMAN] upgraded logrotate (3.8.6-1 -> 3.8.7-1)
    [2013-10-20 18:05] [PACMAN] upgraded lvm2 (2.02.100-1 -> 2.02.103-1)
    [2013-10-20 18:05] [PACMAN] upgraded m4 (1.4.16-3 -> 1.4.17-1)
    [2013-10-20 18:05] [PACMAN] upgraded man-pages (3.53-1 -> 3.54-1)
    [2013-10-20 18:05] [PACMAN] upgraded mousetweaks (3.8.0-2 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded mpfr (3.1.2-1 -> 3.1.2.p3-1)
    [2013-10-20 18:05] [PACMAN] upgraded nautilus (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded nvidia (325.15-7 -> 325.15-10)
    [2013-10-20 18:05] [PACMAN] upgraded python-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded orca (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded p11-kit (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:05] [PACMAN] upgraded perl-lwp-mediatypes (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-http-daemon (6.01-1 -> 6.01-2)
    [2013-10-20 18:05] [PACMAN] upgraded perl-www-robotrules (6.02-1 -> 6.02-2)
    [2013-10-20 18:05] [PACMAN] upgraded python2-atspi (2.8.0-1 -> 2.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded quadrapassel (3.8.2-1 -> 3.10.0-1)
    [2013-10-20 18:05] [PACMAN] upgraded raptor (2.0.10-2 -> 2.0.10-3)
    [2013-10-20 18:05] [PACMAN] upgraded rtkit (0.11-2 -> 0.11-4)
    [2013-10-20 18:06] [PACMAN] upgraded rygel (0.18.4-1 -> 0.20.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sane (1.0.23-7 -> 1.0.24-2)
    [2013-10-20 18:06] [PACMAN] upgraded seahorse (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded sudo (1.8.7-1 -> 1.8.8-1)
    [2013-10-20 18:06] [PACMAN] upgraded sushi (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded swell-foop (3.8.2-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # /usr/bin/syslinux-install_update -i -a -m
    [2013-10-20 18:06] [ALPM-SCRIPTLET]
    [2013-10-20 18:06] [ALPM-SCRIPTLET] If you manually installed syslinux:
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
    [2013-10-20 18:06] [ALPM-SCRIPTLET] ==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-20 18:06] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
    [2013-10-20 18:06] [PACMAN] upgraded systemd-sysvcompat (207-3 -> 208-1)
    [2013-10-20 18:06] [PACMAN] upgraded tali (3.8.1-1 -> 3.10.0-1)
    [2013-10-20 18:06] [PACMAN] upgraded texinfo (5.1-1 -> 5.2-1)
    [2013-10-20 18:06] [PACMAN] upgraded totem (3.8.2-2 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded unrar (1:4.2.4-1 -> 1:5.0.12-1)
    [2013-10-20 18:06] [PACMAN] installed celt0.5.1 (0.5.1.3-2)
    [2013-10-20 18:06] [PACMAN] installed libaio (0.3.109-6)
    [2013-10-20 18:06] [PACMAN] installed libiscsi (1.7.0-2)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
    [2013-10-20 18:06] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
    [2013-10-20 18:06] [PACMAN] installed vde2 (2.3.2-4)
    [2013-10-20 18:06] [PACMAN] installed libcacard (1.6.1-1)
    [2013-10-20 18:06] [PACMAN] installed usbredir (0.6-3)
    [2013-10-20 18:06] [PACMAN] installed spice-gtk3 (0.21-2)
    [2013-10-20 18:06] [PACMAN] upgraded vinagre (3.8.3-1 -> 3.10.1-1)
    [2013-10-20 18:06] [PACMAN] upgraded vino (3.8.1-1 -> 3.10.1-1)
    [2013-10-20 18:06] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox-host-modules (4.2.18-3 -> 4.2.18-7)
    [2013-10-20 18:06] [PACMAN] upgraded virtualbox (4.2.18-1 -> 4.2.18-2)
    [2013-10-20 18:06] [PACMAN] upgraded wget (1.14-2 -> 1.14-3)
    [2013-10-20 18:06] [PACMAN] upgraded wine (1.7.2-1 -> 1.7.4-1)
    I managed to downgrade the whole system, so it works now.
    I tried to reproduce this on a virtual machine, but with no success.
    Maybe someone can give me a little insight on this.
    This is all, have a nice day.

  • [SOLVED] syslinux menu just keeps looping

    The computer boots, the syslinux menu shows up, and selecting the Arch partition nothing happens. Syslinux counts down to zero and just keeps looping.
    syslinux.cfg
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=UUID=55f7071d-93b2-4b34-9119-d41bc3c33225 ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=UUID=55f7071d-93b2-4b34-9119-d41bc3c33225 ro
    INITRD ../initramfs-linux-fallback.img
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    Last edited by boast (2012-10-23 23:37:27)

    If you solved it, it would be nice to post what you did for the benefit of others.

  • How do you change the start-up screen

    Hi, as my nick states, I'm new here. I'm new to Nokia too and I got an 2760 (I know not the latest model) as gift. Since the battery from my old phone is almost ruined, I'm using it. What baffles me - in the manual I can't find how to change the start-up screen (Nokia) or better, how to block it. This was possible with my old one, but with this one?
    To make matters even more complex - it used to be a T-Mobile model (I'm no T-Mobile subscriber) and the menu differs even from the (very short) manual...
    I'm lost - can anybody help?
    Thanks!!
    Solved!
    Go to Solution.

    this cant be disabled ,check out the web for latest user guide
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Can I change the position of the Get Info window?

    Can I change the position of the Get Info window?

    If you want to open the "Get Info" panel in the center of your screen, define the following Automator service and install it in the "Services" Folder of your User Library. This service will be available when you ctrl-click a file or folder in the pop-up menu and it will open the "Get Info" in the center of the screen.
    Open Automator and select New -> Service.
    Select: Service receives "files or Folders" in "Finder.app"
    Drag a "Run Apple script" action from the Actions pane -> Utilities onto the Workflow
    Paste the following script into the action, after (* Your script goes here *) and before "return input"
              tell application "Finder"
      activate
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
      open information window of item input
                        set {i1, i2, i3, i4} to (get bounds of information window 1)
                        set position of information window 1 to {d1 + (d3 - i3 + i1) / 2, d2 + (d4 - i4 + i2) / 2}
              end tell
    Save the service and name it e.g. "centeredGetInfo". It will be installed in your library -> Services.
    Now you can ctrl-click any File or Folder, and in the Services Section of the pop-up menu you will see your new service "centeredGetInfo", also in File ->Services in the Finder, when you select a Finder item.
    You can bind this service to a keyboard shortcut in the keyboard preferences and use it like the standard "Get Info"

  • Menu Exits and Screen Exits

    hi everyone,
    can you send me some examples on menu exits and screen exits.
    thank you.
    preetham

    Hi Preetham,
    In older versions MENU Exits approached through Transaction CMOD by creating
    PROJECTS and activating the project and assigning Program to that
    Transaction Codes. For MENU Exits, Transaction Codes will be starting with
    "+" sign and with default text "NODE TEXT NOT FOUND" for which you can
    assign your Report or Dialog Program etc., (for Eg:- +DW4 MENU Exits
    Transaction available in TOOLS --> ABAP Workbench --> Utilities --> <Node
    Text Not found>).
    Procedure for Creating MENU Exits.
    1) To get into Area Menu Maintenance Screen Type SE43 T.Code in Command
    Line.
    2) In Area Menu Paramenter type 'S000' (S triple Zero)
    3) Then Press Change Icon in Application Tool Bar. Then It may ask for
    Access Key [or] it may display "Specify Processing mode" window. If it ask
    for the Access Key Check for the availability of OSS Note and apply to open
    Standard SAP Menu to include MENU Exits. Otherwise, if it display "Specify
    Processing mode" window with Three Push Button. In which select "Change" and
    proceed further.
    4) Then it will display "Information" window with the following information
    "Caution : The Original Language of the structure is German (editing lang. :
    English) ". Then press "Enter Key to proceed further.
    5) Then you will get into "Edit Area Menu S000".
    6) for eg:- Expand Tools Menu.
    7) Then Press ABAP Workbench <Icon>.
    8) Then you will get into ABAP Workbench Menu Tree.
    9) Then Expand Utilities Menu.
    10) In the last line you will find one MENU EXIT Provision to include your
    own menu. "Node Text Not Found" This text can be change by double Clicking
    that. There you can find the T.Code. Here for Eg:- "+DW4".
    11) for eg: - Here change the Text to "Sample Menu Exit" and then note down
    the T.Code "+DW4".
    12) Then Save with Change Request Number and come out of Transaction SE43.
    13) Then Goto Transaction SE93.
    14) Then type T.Code "+DW4" and press Create.
    15) Then proceed further to create transaction called "+DW4".
    I hope this could help you in Creating Menu Exit...
    Creating menu exits
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/83/7a18cbde6e11d195460000e82de14a/frameset.htm
    For screen exits.
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    the tcode is cmod...
    1.From the main screen of the Project management transaction, proceed as follows:
    Select Enhancement components and choose Change.
    2.Choose Edit component.
    3.Choose the screen exit and double click on it
    4.Create your subscreen using the Screen Painter.
    5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic .
    6.Choose the PAI and PBO to write down the logic.
    7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.
    8.Go to the transaction ME22 to view the customer defined screen exit.
    9.Enter the purchase order number and press Enter.
    10.Go to the menu header --> Details.
    11.Purchase number is visible on the standard screen
    check the foll link,
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    Menu exits allow you to add your own functions to the pulldown menus in standard R/3 transactions. To take advantage of a menu exit, you first need to create a project as described in the section Creating an add-on project. Then, you must include the SAP enhancement package that contains the menu exit you want to use in your project. From the main screen of the Project management transaction, proceed as follows:
    Select Enhancement components and choose Change.
    The system lists all customer exits contained in the enhancements included in your project.
    Place the cursor on the menu exit you want to add your own function to.
    Choose Edit component.
    The system displays technical information about the menu entry. It also displays two input fields where you can specify a language and the text you want your menu item to have.
    Enter the name of your menu function (such as Special order method) in the field New text.
    Choose Save text.
    Your special menu function will not appear in the pulldown menu of the corresponding standard transaction until you activate your enhancement project.
    Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text. This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits.
    also refer
    MEnu Exit
    http://www.sap-img.com/abap/what-is-user-exits.htm
    Creating menu exits
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/83/7a18cbde6e11d195460000e82de14a/frameset.htm
    For screen exits.
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    chech these links for user exists its usefull
    http://www.allsaplinks.com/user_exit.html
    Re: Screen exit
    user exit and customer exit
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/561602545a11d1a7020000e829fd11/frameset.htm
    http://www.sap-basis-abap.com/sapab013.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    How to implement screen exit for a SAP standard transaction
    Introduction
    SAP provides standard transactions to enter data into database. But a client may want to maintain some additional information in SAP other than what is provided.
    To make provisions for this, additional screens have to be provided and additional fields must be added into appropriate database table.
    To pave way for this, SAP has provided the option for screen exits. Usually, SAP provides the following:
    An append structure in the database table with the new fields.
    A subscreen area into the standard screen – where the programmer can attach his subscreen of his own program with the new fields.
    A function group under which the new subscreen has to be created with the new fields.
    Function exits to synchronize the PBO and PAI of the standard SAP program with the PBO and PAI of the subscreen – so that data can flow back and forth between the standard SAP program and the program written by the developer for the subscreen. These function modules also exist in the same function group under which the subscreen will have to be developed.
    Finally, a linkage has to be done between the subscreen area of standard SAP screen with the custom subscreen constructed by the developer.
    Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is not a hard and fast rule. Linking in some case, is also done by configurations.) SAP also usually provides the name of the function group under which the subscreen has to be developed.
    Necessary guidance about implementing a screen exit development is usually available in the Documentation section of the enhancement ( can be availed by transaction SMOD).
    Pre-Requisites
    The developer to work on screen exit should have essential knowledge on the following:
    DDIC concepts, including the knowledge of append structure.
    Concept of SAP Enhancements and implementing them using Projects.
    Concept of function exits.
    Knowledge on Module Pool – including subscreens, Tabstrip controls etc.
    Steps
    Guidelines
    So, a developer can follow the guidelines mentioned below to implement a screen exit to a standard SAP transaction, as and when required:
    Find out the Required Enhancements
    Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton ‘SAP Applications’. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest – for e.g., Purchasing, Asset Accounting, etc.
    Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    Utilize the Enhancement in a Project
    After you have found one, do as directed in the documentation. Generally, the steps are as follows:
    Create a project using CMOD including your enhancement.
    Create the append structure with new fields.
    Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required.
    Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP program supporting the SAP transaction.
    Maintain necessary linkage between the subscreen area of standard SAP program with the custom subscreen developed along with the custom program name. This can be done in the project (developed by CMOD including the enhancement) or outside as a part of configuration.
    Activate the project.
    Test to ensure that required functionality are met.
    Case Study 1
    Add three new custom fields for Asset master and maintain information for them
    Requirement
    Three fields in the legacy system have to be maintained in Asset master. These fields are:
    Original Asset number – 20 characters
    Location 2 – 15 Characters.
    Model no – 20 characters
    Location 2 should start with ‘L’.
    Pre-Analysis
    Finding out the Enhancement
    As described above, the enhancement is determined. It was found, that enhancement AIST0002 will serve the purpose. It contains the following components (can be viewed by transaction SMOD):
    Exit Type Description EXIT_SAPL1022_001 Function Exit Check of User-Defined Fields when Using Create and Change BAPI EXIT_SAPLAIST_002 Function Exit Transfer Data for User Subscreens in PBO. EXIT_SAPLAIST_003 Function Exit Transfer of User-Defined Fields to SAP Master Data Transactions CI_ANLU Customizing Include Include structure to add new fields
    Studying the Function Exits
    The function module level documentation for the function exits are then viewed from transaction SE37. The documentation clearly laid out for the purpose for their use:
    EXIT_SAPLAIST_002
    Function module Level Documentation
    This function module is called by asset master data maintenance at the start of the dialog. (When changing, it is called after reading of the data from the database; when creating it is called after the transfer of the default values from the asset class and reference asset.) The purpose of the function module is to enable this function group to recognize the master data. For interpreting or controlling master data fields that are important for user fields, it is possible to transfer to global variables at this point, so that they can be recognized when the user subscreens are processed.
    Import Parameters
    Understanding
    This function module is called at the PBO to pass the information retrieved from the database to pass them to the custom subscreen and its underlying program. Import parameter : I_ANLU will be populated with the values for user-defined fields which will be passed to the subscreen program. So, there must be some sort of variable assignment from I_ANLU.
    EXIT_SAPLAIST_003
    Function module Documentation: This function module is called by SAP asset master data maintenance after the screens are processed, but before saving. The purpose of the function module is to transfer fields entered on user sub-screens of SAP asset data maintenance to the database for updating. The export parameter for this function module is:
    Understanding
    This function module will be used to transfer the user entered data in the subscreen fields to the main SAP program, which will then be saved into the database.
    Studying the Documentation of the Enhancement
    The enhancement documentation (as is viewed from the initial screen of SMOD] also supports the idea. Moreover, it informs that we need to develop a subscreen under function group XAIS. This is the function group under which the two function exit modules also exist. So, if the custom subscreen refers to the global data of the function group XAIS, then those values will also be available to these function exits as well.
    Going to SE80 and viewing the function group XAIS helps us to inform that there are three DDIC tables declared for it:
    Deciding the Final course of Action
    After making all the investigations, the final course of action was determined.
    SrlNo Step Justification
    A project has to be created using transaction CMOD where the enhancement AIST0002 will be included.
    Customizing include CI_ANLU has to be created with the custom fields demanded When CI_ANLU will be developed, the custom fields will get appended to the database table ANLU. Also, these fields will be used to create screen fields in the new subscreen.
    A custom subscreen, say, 9000 will be developed under function group XAIS. The screen group for the screen will be ‘CUST’ (or any name). The three custom fields added to table ANLU (by creating CI_ANLU) will be used to create new fields in the screen.
    In the PAI of the subscreen, validation for Location to start with ‘L’ will be added. The subscreen with three new fields has to be developed so that it can be attached to a subscreen area of the asset master screens.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_002’, the following code will be written:-
    ANLU = I_ANLU. I_ANLU is the import parameter of this FM. The value is assigned to the global variable ANLU, referring which the three new subscreen fields are developed. So, data retrieved from database table ANLU will be passed to this FM as I_ANLU by the standard SAP main program. The value will be taken and passed to the global variable of the function group XAIS, so that the three custom fields (referring to ANLU of XAIS) get populated.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_003’, the following code will be written:-
    E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the SAP main program as E_ANLU.
    Proper linkage/configuration has to be done so that the new subscreens get linked to the appropriate subscreen area of the Asset master screen. This has to be done – otherwise, the new custom subscreen will not be displayed in the Asset master screens.
    Development
    Creating a Project to include the enhancement
    Go to transaction CMOD and create a project.
    Enter a description for the project. Then, click on the pushbutton ‘Enhancement Assignments’ in the Application Toolbar.
    Enter the name of the enhancement and Save.
    Go to ‘Components’.
    Creating Custom Include for ANLU
    The screen shown below will appear, showing all the enhancement components under the assignment AIST0002. Double-click on the name of the Include Structure to create it.
    Create the include structure with three new fields, as required. Then, save and activate it.
    Develop the subscreen and the program
    Go to transaction SE80. For the function group XAIS, create a new subscreen 9000.
    Create it as subscreen.
    Then, go to the Layout of the screen and create three new fields from Database table ANLU.
    Drag the fields in the screen body and place them.
    Then, save and activate the screen and come back to screen flow editor.
    Create the PAI module to add validation for field “Location 2”, as required .
    Activate the whole function group and come out.
    Write code in the Function Exits to synchronize the programs
    Now, code has to be written in the function modules EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003 so that data flows to and fro between the main SAP program and custom subscreen program. For that, go back to transaction CMOD and change the function exits.
    Write code in the function module EXIT_SAPLAIST_002 called once at the beginning of the transaction:
    Write code in EXIT_SAPLAIST_003 to pass the data from the subscreen to SAP main program.
    Then, activate everything – the whole project and come out.
    Complete the configuration to link the subscreen
    The development portion is complete. Now, linking of the subscreen has to be done with the subscreen area of the main program. In most of the cases, this linking can be done in the enhancement itself. But, here, requirement is a bit different. It is done by configuration using SPRO.
    Assets are created under Asset class. And for each asset class, there is a layout assigned to it. For a layout, there are multiple tab pages assigned to it. And, for each tab page, there are multiple screen groups/field groups assigned.
    Here, the requirement is to create these three custom fields in the tab page ‘General’ of asset master screen ( AS01/AS02/AS03/AS91).
    Determine the Layout
    To achieve this, first of all, we need to find out which layout is assigned to asset class 1000.For that, go to transaction AOLK( information has to be obtained from functional consultant).Select the Asset Class ‘1000’ and click on folder ‘General Assignment of Layout’.
    Here, for Asset class 1000, for all the user groups, tab layout SAP is assigned. Since layout ‘SAP’ cannot be changed, it has to be copied and manipulated to include our screen group. Later, the new layout has to be assigned over here.
    Create new tab layout
    Go to transaction AOLA. Copy the tab layout ‘SAP’ to create another layout, say, YSUB.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder ‘Tab page titles’.
    You want to put your custom fields in the tab page “General”. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page “General” are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with “U” padded with the custom subscreen prepared by you.
    Then, save and come out.
    Assign the new Layout to Asset Class
    Now, go to tcode AOLK and assign tab layout YSUB for asset class 1000.
    Save and come out.
    Test the Exit
    Everything is over. Now, go to transaction code AS01/02/03 or AS91 to deal with an asset of asset class 1000. You will see your new fields added to the screen. Add values to them…save. Then, enter into the tcodes again to see whether the values entered by you are being displayed or not.
    Original Source: ittoolbox.com
    MENU
    refer
    MEnu Exit
    just refer to the link below for step by step procedure with screen shots
    http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm
    Menu exits allow you to add your own functions to the pulldown menus in standard R/3 transactions. To take advantage of a menu exit, you first need to create a project as described in the section Creating an add-on project. Then, you must include the SAP enhancement package that contains the menu exit you want to use in your project. From the main screen of the Project management transaction, proceed as follows:
    Select Enhancement components and choose Change.
    The system lists all customer exits contained in the enhancements included in your project.
    Place the cursor on the menu exit you want to add your own function to.
    Choose Edit component.
    The system displays technical information about the menu entry. It also displays two input fields where you can specify a language and the text you want your menu item to have.
    Enter the name of your menu function (such as Special order method) in the field New text.
    Choose Save text.
    Your special menu function will not appear in the pulldown menu of the corresponding standard transaction until you activate your enhancement project.
    Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text. This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits.
    User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a function module. The code for the function module is written by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
    The naming standard of function modules for functionmodule exits is:
    EXIT_<program name><3 digit suffix>
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    To find a Exit.
    Goto Transaction -- Find The Package
    SMOD >f4>Use the Package here to Find the Exits In the Package.
    Else if you Want to search by Application Area wise ,
    There is one more tab to find the Exits in the Respective Application Area.
    Implementing the Exit-- CMOD Create ProjectsAssgn your Component .
    Now Run ur Transaction to Check if it Triggers.
    Thats it..
    Suppose you need to find out all the user exits related to a tcode.
    1. Execute the Tcode.
    2. Open the SAP program.
    3. Get the Development Class.
    4. Execute Tcode SE84.
    5. Open the Node 'Envir. -> Exit Techniques -> 'Customer Exits -> Enhancements'
    6. Enter the Development class and execute.
    Check out this thread..
    The specified item was not found.
    1. Type the transaction : system->status-> <PROG. NAME>
    2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.
    3. Open CMOD utilities->SAP enhancements
    EDIT->All selections
    4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.
    5. The displayed list contains the enhancements names for the transaction You were looking for.
    6. Create a project in CMOD and the code in default include->activate.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    which gives the list of exits for a tcode
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm
    For information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.planetsap.com/userexit_main_page.htm
    User-Exits
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/ab038.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.sap-basis-abap.com/sapab013.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/user-exits-for-the-transaction-code-migo-3283
    These links will help you to learn more on user exits.
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.allsaplinks.com/user_exit.html
    www.sap-img.com/abap/what-is-user-exits.htm
    Also please check these threads for more details about user exits.
    Re: Screen exit
    user exit and customer exit
    user exit
    1. Document on UserExits in FI/CO
    http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
    2. Finding User Exits...
    http://sap.ionelburlacu.ro/abap/sap2/Other_Useful_Tips.html#Finding_User_Exits
    3. List of all User Exits...
    http://www.planetsap.com/userexit_main_page.htm
    Reward points if helpful.
    Thanks
    Naveen khan
    Message was edited by:
            Pattan Naveen

  • Can I change stage position in flash?

    I didn't find that my flash is larger than the browsering area on screen  until I publish and preview it in my browser but I do want all the content to be displayed on the screen.
    All I need to do is to move everything up for about 150 px.(in other words, to shorten the stage by 150 from the top but I can only cut the stage from the bottom ) Is there a way I can change the position of the stage like what I can do to the artboard in AI? Or is there any other ways that I can solve the problem?

    You can change the stage size in the Publishing Settings in the Flash tab. The default setting is for the same size as the original. You can change the size by giving the settings a new pixel or percentage value. Change both the width and height proportionally.
    A second method is to create a new movie to the new size that you want. Then, import your current .swf into this new movie and position it as you want. Then publish the new movie. You will have your desired size. That 150 pixel strip will be pushed up above the stage area.
    Neither of these methods will slow down or compromise the quality of the original movie.

  • [Solved] Icon changing with Vicious, based on widget value (AwesomeWM)

    Ideally, I want to be able to use Vicious (or some other suitable library, but Vicious seems to be the best) to allow the icons I set for widgets to change colors upon certain states. I achieved this with conky + dzen2: for example, my widget icon plus text would change from blue to red when I receive a new message, battery charge went to a certain level, etc.
    So, the Vicious README establishes that widgets can use functions to shape output based on the returned values. This would be sufficient, except I wish to also change the icon, either the color or if it appears at all.
    For that latter point, I bring you to the problem at hand. I am trying to write an MPD vicious widget that will, if nothing is playing, output nothing (including no icon);  if it is playing, it will initialize the imagebox widget of the icon, and also output the now playing text. As one could observe, I have just followed the Vicious README when doing this, modifying it to also (ideally) create an imagebox when something is playing.
    However, nothing is output to the wibox, whether something is playing or not.
    I am very new to Lua, so perhaps I am making some trivial error, I would just like to find some way to make this happen.
    You can find my entire rc.lua here, but here is the widgets/wibox portion:
    -- {{{ Widgets
    -- Containers
    topbar = {}
    bottombar = {}
    -- Generic widgets
    clock = awful.widget.textclock({align = "right"}, "%a %b %d, %I:%M %p")
    mysystray = widget({ type = "systray" })
    seperator = widget({ type = "textbox" })
    seperator.text = " | "
    spacer = widget({ type = "textbox" })
    spacer.width = 6
    -- Set all the icons needed
    cpuicon = widget ({ type = "textbox" })
    cpuicon.bg_image = image(beautiful.widget_cpu)
    cpuicon.bg_align = "middle"
    cpuicon.width = 8
    tempicon = widget ({ type = "textbox" })
    tempicon.bg_image = image(beautiful.widget_temp)
    tempicon.bg_align = "middle"
    tempicon.width = 8
    -- They continue in this format
    -- Create some widgets...
    cpuinfo = widget ({ type = "textbox" })
    cputemp = widget ({ type = "textbox" })
    meminfo = widget ({ type = "textbox" })
    spkrinfo = widget ({ type = "textbox" })
    headinfo = widget ({ type = "textbox" })
    netdowninfo = widget ({ type = "textbox" })
    netupinfo = widget ({ type = "textbox" })
    mailinfo = widget ({ type = "textbox" })
    pacinfo = widget ({ type = "textbox" })
    battinfo = widget ({ type = "textbox" })
    mpdinfo = widget ({ type = "textbox" })
    -- ... And register them
    vicious.register(cpuinfo, vicious.widgets.cpu, "$1% / $2%")
    vicious.register(cputemp, vicious.widgets.thermal, "$1 C", 19, "thermal_zone0")
    vicious.cache(vicious.widgets.mem)
    vicious.register(meminfo, vicious.widgets.mem, "$1% ($2Mb)", 5)
    vicious.cache(vicious.widgets.volume)
    vicious.register(spkrinfo, vicious.widgets.volume, "$1", 11, "Speaker")
    vicious.register(headinfo, vicious.widgets.volume, "$1", 11, "Headphone")
    vicious.cache(vicious.widgets.net)
    vicious.register(netdowninfo, vicious.widgets.net, "${wlan0 down_kb}", 3)
    vicious.register(netupinfo, vicious.widgets.net, "${wlan0 up_kb}", 3)
    vicious.register(mailinfo, vicious.widgets.gmail, "${count}", 61)
    vicious.register(pacinfo, vicious.widgets.pkg, "$1", 301, "Arch")
    vicious.register(battinfo, vicious.widgets.bat, "$2%", 59, "BAT0")
    -- Here is my MPD widget that is troublesome:
    vicious.register(mpdinfo, vicious.widgets.mpd,
    function (widget, args)
    if args["{state}"] == "Stop" then return ""
    else
    mpdicon = widget ({ type = "textbox" })
    mpdicon.bg_image = image(beautiful.widget_mpd)
    mpdicon.bg_align = "middle"
    mpdicon.width = 8
    return "MPD: " .. args["{Artist}"] .. ' - ' .. args["{Title}"]
    end
    end)
    -- Create a wibox for each screen and add it
    mylayoutbox = {}
    mytaglist = {}
    mytaglist.buttons = awful.util.table.join(
    awful.button({ }, 1, awful.tag.viewonly),
    awful.button({ modkey }, 1, awful.client.movetotag),
    awful.button({ }, 3, awful.tag.viewtoggle),
    awful.button({ modkey }, 3, awful.client.toggletag),
    awful.button({ }, 4, awful.tag.viewnext),
    awful.button({ }, 5, awful.tag.viewprev)
    mytasklist = {}
    mytasklist.buttons = awful.util.table.join(
    awful.button({ }, 1, function (c)
    if not c:isvisible() then
    awful.tag.viewonly(c:tags()[1])
    end
    client.focus = c
    c:raise()
    end),
    awful.button({ }, 3, function ()
    if instance then
    instance:hide()
    instance = nil
    else
    instance = awful.menu.clients({ width=250 })
    end
    end),
    awful.button({ }, 4, function ()
    awful.client.focus.byidx(1)
    if client.focus then client.focus:raise() end
    end),
    awful.button({ }, 5, function ()
    awful.client.focus.byidx(-1)
    if client.focus then client.focus:raise() end
    end))
    for s = 1, screen.count() do
    -- Set a screen margin, for borders
    awful.screen.padding( screen[s], {top = 1, bottom = 1} )
    -- Create the layout box, taglist, and tasklist widgets
    mylayoutbox[s] = awful.widget.layoutbox(s)
    mylayoutbox[s]:buttons(awful.util.table.join(
    awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end),
    awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end)))
    mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.filter.all, mytaglist.buttons)
    mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, mytasklist.buttons)
    -- Create the bars
    topbar[s] = awful.wibox({
    position = "top", screen = s, height = 13,
    fg = beautiful.fg_normal, bg = beautiful.bg_normal,
    border_width = beautiful.border_width,
    border_color = beautiful.border_normal,
    cursor = "/usr/share/themes/Human/cursor.theme"
    bottombar[s] = awful.wibox({
    position = "bottom", screen = s, height = 13,
    fg = beautiful.fg_normal, bg = beautiful.bg_normal,
    border_width = beautiful.border_width,
    border_color = beautiful.border_normal
    -- Create a table of widgets
    right_aligned = { layout = awful.widget.layout.horizontal.rightleft}
    if s == 1 then table.insert(right_aligned, mysystray) end
    table.insert(right_aligned, mylayoutbox[s])
    topbar[s].widgets = {
    mytaglist[s],
    right_aligned,
    mytasklist[s],
    layout = awful.widget.layout.horizontal.leftright,
    height = 13
    --Inserting the MPD widget
    mpd_widget_container = { layout = awful.widget.layout.horizontal.leftright}
    if mpdicon then table.insert( mpd_widget_container, mpdicon) end
    table.insert( mpd_widget_container, mpdinfo )
    bottombar[s].widgets = {
    mpd_widget_container,
    cpuicon, spacer, cpuinfo, seperator, tempicon, spacer, cputemp,
    seperator, memicon, spacer, meminfo, seperator, spkricon, spacer,
    spkrinfo, spacer, headicon, spacer, headinfo, seperator,
    netdownicon, spacer, netdowninfo, spacer, netupicon, spacer,
    netupinfo, seperator, mailicon, spacer, mailinfo, seperator,
    pacicon, spacer, pacinfo, seperator, batticon, spacer,
    battinfo, seperator, clockicon, spacer, clock, spacer,
    layout = awful.widget.layout.horizontal.rightleft,
    height = 13
    end
    Thanks.
    Last edited by epsilon (2010-06-16 02:22:03)

    Create an imagebox widget for mpd icon. Where you did all the others. You could then set its .image field to nothing or nil (image(nil)). In the format function of the mpd textbox widget you can then toggle that image to an actual png or back to nil.
    Your widgets not showing up at all are probably connected to the mess you made in the wibox section, with the "container" stuff.

  • [SOLVED] awesome & urxvt results in some screen flickering

    Hi,
    i've been using awesome since a few weeks and i noticed a flickering problem when starting urxvt (via mod4+enter).
    urxvt starts, disappears, comes back again, disappears and so on.
    starting up urxvt (time until i get a usable promt) takes about 1-2 seconds.
    However, i don't know how to track the problem down. Maybe it is urxvt's (i think it is), maybe it is awesome's or even ati's fault (using 2.6.32 with open source ati driver).
    when i switch between multiple windows (using mod4+n) only urxvt windows are flickering. Switching between gui-apps (ff, dolphin, …) works as expected.
    maybe someone has an idea about this …
    Here are the configs:
    .Xdefaults:
    !URxvt settings
    !--[Title]--!
    URxvt*title: urxvtc
    URxvt*termName: rxvt-unicode
    URxvt*cursorBlink: true
    URxvt*urgentOnBell: true
    !--[Url's /launching/marking/yanking]--!
    URxvt.perl-ext: default,matcher
    URxvt.urlLauncher: /usr/bin/firefox
    URxvt.matcher.button: 1
    !--[Fonts]--!
    URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=14:antialias=false
    URxvt.italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true:antialias=false
    URxvt.boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true:antialias=false
    URxvt.underlineColor: yellow
    URxvt.scrollBar: false
    !--[Urxvt Options]--!
    URxvt.boldMode: false
    URxvt.imLocale: de_AT.UTF-8
    URxvt.loginShell: true
    URxvt.saveLines: 512
    URxvt.inheritPixmap: true
    URxvt.borderless: true
    URxvt.jumpScroll: true
    URxvt.tintColor: white
    URxvt.internalBorder: 0
    URxvt.cursorBlink: false
    URxvt.cursorColor: #dd9900
    URxvt.cursorColor2: #000000
    URxvt.background: #222222
    URxvt.foreground: #ddccbb
    URxvt.colorBD: #ffffff
    URxvt.colorIT: #bbbbbb
    URxvt.colorUL: #999999
    URxvt.underlineColor: #999999
    URxvt*saveLines: 512
    !URxvt*depth: 32
    !URxvt*background: rgba:02f0/04f0/04f0/cccc
    URxvt*transparent: true
    URxvt*shading: 10
    !--[Colours]--!
    !Theme One from
    !http://phraktured.net/terminal-colors/terminal%20theme.tags.html
    *background: rgb:00/00/00
    *foreground: rgb:a8/a8/a8
    *color0: rgb:00/00/00
    *color1: rgb:a8/00/00
    *color2: rgb:00/a8/00
    *color3: rgb:a8/54/00
    *color4: rgb:00/00/a8
    *color5: rgb:a8/00/a8
    *color6: rgb:00/a8/a8
    *color7: rgb:a8/a8/a8
    *color8: rgb:54/50/54
    *color9: rgb:f8/54/50
    *color10: rgb:50/fc/50
    *color11: rgb:f8/fc/50
    *color12: rgb:50/54/f8
    *color13: rgb:f8/54/f8
    *color14: rgb:50/fc/f8
    *color15: rgb:f8/fc/f8
    http://github.com/nblock/config/blob/master/.Xdefaults
    rc.lua:
    -- {{{ Load libraries
    -- Standard awesome library
    require("awful")
    require("awful.autofocus")
    require("awful.rules")
    -- Theme handling library
    require("beautiful")
    -- Notification library
    require("naughty")
    require("vicious")
    -- {{{ Variable definitions
    -- Themes define colours, icons, and wallpapers
    beautiful.init("/usr/share/awesome/themes/zenburn/theme.lua")
    -- This is used later as the default terminal and editor to run.
    terminal = "urxvtc"
    editor = "vim"
    editor_cmd = terminal .. " -e " .. editor
    -- Default modkey.
    -- Usually, Mod4 is the key with a logo between Control and Alt.
    -- If you do not like this or do not have such a key,
    -- I suggest you to remap Mod4 to another key using xmodmap or other tools.
    -- However, you can use another modifier like Mod1, but it may interact with others.
    modkey = "Mod4"
    -- Table of layouts to cover with awful.layout.inc, order matters.
    layouts =
    awful.layout.suit.tile, --1
    awful.layout.suit.tile.left, --2
    awful.layout.suit.tile.bottom, --3
    awful.layout.suit.tile.top, --4
    awful.layout.suit.fair, --5
    awful.layout.suit.fair.horizontal, --6
    awful.layout.suit.spiral, --7
    awful.layout.suit.spiral.dwindle, --8
    awful.layout.suit.max, --9
    awful.layout.suit.max.fullscreen, --10
    awful.layout.suit.magnifier, --11
    awful.layout.suit.floating --12
    -- some commands
    local commands = {}
    commands.suspend = "sudo pm-suspend"
    commands.help = "touch ~/seppal"
    commands.lock = "xscreensaver-command --lock"
    commands.screenshot = "scrot -e 'mv $f ~/bilder/screenshots'"
    --audio stuff
    commands.raisevol = "amixer set PCM 2%+"
    commands.lowervol = "amixer set PCM 2%-"
    commands.mute = "amixer sset PCM toggle"
    commands.cmusnext = "cmus-remote --next"
    commands.cmusprev = "cmus-remote --prev"
    commands.cmuspause = "cmus-remote --pause"
    commands.cmusplay = "cmus-remote --play"
    commands.calc = "krunner"
    --todo
    commands.fileman = "pcmanfm"
    commands.calc = "xcalc"
    commands.browser = "firefox"
    -- {{{ Tags
    -- Define a tag table which hold all screen tags.
    tags = {}
    for s = 1, screen.count() do
    -- Each screen has its own tag table.
    tags[s] = awful.tag({
    "1 download", "2 mail", "3 chat",
    "4 music", "5 news", "6 fm",
    7, 8, 9 }, s,
    {layouts[3], layouts[1], layouts[1], -- Tags: 1, 2, 3
    layouts[1], layouts[1], layouts[1], -- 4, 5 ,6
    layouts[1], layouts[1], layouts[1] -- 7, 8, 9
    end
    -- {{{ Menu
    -- Create a laucher widget and a main menu
    myawesomemenu = {
    { "manual", terminal .. " -e man awesome" },
    { "edit config", editor_cmd .. " " .. awful.util.getdir("config") .. "/rc.lua" },
    { "restart", awesome.restart },
    { "quit", awesome.quit }
    mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
    { "open terminal", terminal }
    mylauncher = awful.widget.launcher({ image = image(beautiful.awesome_icon),
    menu = mymainmenu })
    -- {{{ Wibox
    -- {{{ Widgets configuration
    -- {{{ Reusable separators
    local spacer = widget({ type = "textbox", name = "spacer" })
    local separator = widget({ type = "textbox", name = "separator" })
    spacer.text = " "
    separator.text = " <span foreground='red'>•</span> "
    -- {{{ CPU load
    local cpuwidget = widget({ type = "textbox" })
    vicious.register(cpuwidget, vicious.widgets.cpu, "<span foreground='orange'>load: </span><span foreground='green'>$2%</span><span foreground='orange'> - </span><span foreground='green'>$3%</span>")
    -- {{{ CPU temperature
    local thermalwidget = widget({ type = "textbox" })
    vicious.register(thermalwidget, vicious.widgets.thermal, "<span foreground='orange'>temp: </span><span foreground='green'>$1°C</span>", 20, "thermal_zone1")
    -- {{{ Battery state
    -- Widget icon
    -- baticon = widget({ type = "imagebox", name = "baticon" })
    -- baticon.image = image(beautiful.widget_bat)
    local batwidget = widget({ type = "textbox" })
    vicious.register(batwidget, vicious.widgets.bat, "<span foreground='orange'>bat: </span><span foreground='green'>$1$2%</span>", 60, "C1C5")
    -- {{{ Date and time
    local datewidget = widget({ type = "textbox" })
    vicious.register(datewidget, vicious.widgets.date, "<span foreground='green'>%a, %d.%m.%y - %H:%M</span>", 5)
    -- {{{ Volume widget
    local volwidget = widget({ type = "textbox" })
    vicious.register(volwidget, vicious.widgets.volume, "<span foreground='orange'>vol: </span><span foreground='green'>$1%</span>", 1, 'PCM')
    -- {{{ System tray
    systray = widget({ type = "systray" })
    -- {{{ Wibox initialisation
    local wibox = {}
    local promptbox = {}
    local layoutbox = {}
    local taglist = {}
    taglist.buttons = awful.util.table.join(
    awful.button({ }, 1, awful.tag.viewonly),
    awful.button({ modkey }, 1, awful.client.movetotag),
    awful.button({ }, 3, awful.tag.viewtoggle),
    awful.button({ modkey }, 3, awful.client.toggletag),
    awful.button({ }, 4, awful.tag.viewnext),
    awful.button({ }, 5, awful.tag.viewprev))
    for s = 1, screen.count() do
    -- Create a promptbox
    promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
    -- Create a layoutbox
    layoutbox[s] = awful.widget.layoutbox(s)
    layoutbox[s]:buttons(awful.util.table.join(
    awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end),
    awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end),
    awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end)
    -- Create a taglist widget
    taglist[s] = awful.widget.taglist(s, awful.widget.taglist.label.all, taglist.buttons)
    -- Create the wibox
    wibox[s] = awful.wibox({
    position = "top", screen = s,
    fg = beautiful.fg_normal, bg = beautiful.bg_normal
    -- Add widgets to the wibox
    wibox[s].widgets = {{
    launcher, taglist[s], layoutbox[s], promptbox[s],
    layout = awful.widget.layout.horizontal.leftright
    s == screen.count() and systray or nil,
    spacer, datewidget,
    separator, volwidget,
    separator, batwidget,
    separator, cpuwidget,
    separator, thermalwidget,
    layout = awful.widget.layout.horizontal.rightleft
    end
    -- {{{ Mouse bindings
    root.buttons(awful.util.table.join(
    awful.button({ }, 3, function () mymainmenu:toggle() end),
    awful.button({ }, 4, awful.tag.viewnext),
    awful.button({ }, 5, awful.tag.viewprev)
    -- {{{ Key bindings
    globalkeys = awful.util.table.join(
    --user defined
    awful.key({}, "XF86PowerOff", function() awful.util.spawn_with_shell(commands.suspend) end ),
    awful.key({}, "Help", function() awful.util.spawn_with_shell(commands.help) end ),
    awful.key({ modkey, }, "F12", function () awful.util.spawn_with_shell(commands.lock) end),
    --audio stuff
    awful.key({}, "XF86AudioMute", function() awful.util.spawn_with_shell(commands.mute) end ),
    awful.key({}, "XF86AudioRaiseVolume", function() awful.util.spawn_with_shell(commands.raisevol) end ),
    awful.key({}, "XF86AudioLowerVolume", function() awful.util.spawn_with_shell(commands.lowervol) end ),
    awful.key({}, "XF86AudioNext", function() awful.util.spawn_with_shell(commands.cmusnext) end ),
    awful.key({}, "XF86AudioPrev", function() awful.util.spawn_with_shell(commands.cmusprev) end ),
    awful.key({}, "XF86AudioPlay", function() awful.util.spawn_with_shell(commands.cmuspause) end ),
    awful.key({}, "XF86Tools", function() awful.util.spawn_with_shell(commands.cmusplay) end ),
    awful.key({}, "XF86Calculator", function() awful.util.spawn_with_shell(commands.calc) end ),
    awful.key({}, "Print", function() awful.util.spawn_with_shell(commands.screenshot) end ),
    -- awful.key({}, "XF86MyComputer", function() awful.util.spawn_with_shell(commands.fileman) end ),
    -- awful.key({}, "XF86Mail", function() awful.util.spawn_with_shell(commands.mail) end ),
    -- awful.key({}, "XF86HomePage", function() awful.util.spawn_with_shell(commands.browser) end ),
    -- awful.key({}, "XF86Sleep", function() awful.util.spawn_with_shell(commands.lock) end ),
    -- awful.key({"Control", "Mod1"}, "l", function() awful.util.spawn_with_shell(commands.lock) end ),
    --default bindings
    awful.key({ modkey, }, "Left", awful.tag.viewprev ),
    awful.key({ modkey, }, "Right", awful.tag.viewnext ),
    awful.key({ modkey, }, "Escape", awful.tag.history.restore),
    awful.key({ modkey, }, "n",
    function ()
    awful.client.focus.byidx( 1)
    if client.focus then client.focus:raise() end
    end),
    awful.key({ modkey, }, "k",
    function ()
    awful.client.focus.byidx(-1)
    if client.focus then client.focus:raise() end
    end),
    awful.key({ modkey, }, "w", function () mymainmenu:show(true) end),
    -- Layout manipulation
    awful.key({ modkey, "Shift" }, "n", function () awful.client.swap.byidx( 1) end),
    awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end),
    awful.key({ modkey, "Control" }, "n", function () awful.screen.focus_relative( 1) end),
    awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end),
    awful.key({ modkey, }, "u", awful.client.urgent.jumpto),
    awful.key({ modkey, }, "Tab",
    function ()
    awful.client.focus.history.previous()
    if client.focus then
    client.focus:raise()
    end
    end),
    -- Standard program
    awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
    awful.key({ modkey, "Control" }, "r", awesome.restart),
    awful.key({ modkey, "Shift" }, "q", awesome.quit),
    awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end),
    awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end),
    awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1) end),
    awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1) end),
    awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end),
    awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end),
    awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end),
    awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
    -- Prompt
    awful.key({ modkey }, "r", function () promptbox[mouse.screen]:run() end),
    -- Run stuff in a Terminal
    awful.key({ modkey }, "x", function ()
    awful.prompt.run({ prompt = "Run in Terminal: " }, promptbox[mouse.screen].widget,
    function (prog)
    awful.util.spawn_with_shell(terminal .. " -name " .. prog .. " -e /bin/bash -c " .. prog)
    end)
    end)
    clientkeys = awful.util.table.join(
    awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end),
    awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end),
    awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ),
    awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end),
    awful.key({ modkey, }, "o", awful.client.movetoscreen ),
    awful.key({ modkey, "Shift" }, "r", function (c) c:redraw() end),
    awful.key({ modkey, }, "j", function (c) c.minimized = not c.minimized end),
    awful.key({ modkey, }, "m",
    function (c)
    c.maximized_horizontal = not c.maximized_horizontal
    c.maximized_vertical = not c.maximized_vertical
    end)
    -- Compute the maximum number of digit we need, limited to 9
    keynumber = 0
    for s = 1, screen.count() do
    keynumber = math.min(9, math.max(#tags[s], keynumber));
    end
    -- Bind all key numbers to tags.
    -- Be careful: we use keycodes to make it works on any keyboard layout.
    -- This should map on the top row of your keyboard, usually 1 to 9.
    for i = 1, keynumber do
    globalkeys = awful.util.table.join(globalkeys,
    awful.key({ modkey }, "#" .. i + 9,
    function ()
    local screen = mouse.screen
    if tags[screen][i] then
    awful.tag.viewonly(tags[screen][i])
    end
    end),
    awful.key({ modkey, "Control" }, "#" .. i + 9,
    function ()
    local screen = mouse.screen
    if tags[screen][i] then
    awful.tag.viewtoggle(tags[screen][i])
    end
    end),
    awful.key({ modkey, "Shift" }, "#" .. i + 9,
    function ()
    if client.focus and tags[client.focus.screen][i] then
    awful.client.movetotag(tags[client.focus.screen][i])
    end
    end),
    awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
    function ()
    if client.focus and tags[client.focus.screen][i] then
    awful.client.toggletag(tags[client.focus.screen][i])
    end
    end))
    end
    clientbuttons = awful.util.table.join(
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),
    awful.button({ modkey }, 3, awful.mouse.client.resize))
    -- Set keys
    root.keys(globalkeys)
    -- {{{ Rules
    awful.rules.rules = {
    -- All clients will match this rule.
    { rule = { },
    properties = { border_width = beautiful.border_width,
    border_color = beautiful.border_normal,
    focus = true,
    keys = clientkeys,
    buttons = clientbuttons } },
    --floating apps
    { rule = { class = "pinentry-qt4" },
    properties = { floating = true } },
    { rule = { class = "Gimp" },
    properties = { floating = true } },
    --apptags
    --downloading stuff
    { rule = { class = "JDownloader" },
    properties = { tag = tags[1][1],switchtotag = true } },
    { rule = { instance = "rtorrent" },
    properties = { tag = tags[1][1],switchtotag = false } },
    -- mail
    { rule = { class = "Kmail" },
    properties = { tag = tags[1][2],switchtotag = true } },
    --chat and stuff like that
    { rule = { class = "Choqok" },
    properties = { tag = tags[1][3],switchtotag = false } },
    { rule = { class = "Kopete" },
    properties = { tag = tags[1][3],switchtotag = false } },
    -- cmus
    { rule = { instance = "cmus" },
    properties = { tag = tags[1][4],switchtotag = true } },
    -- news
    { rule = { instance = "newsbeuter" },
    properties = { tag = tags[1][5],switchtotag = true } },
    --file manager
    { rule = { class = "Dolphin" },
    properties = { tag = tags[1][6],switchtotag = true } },
    --misc stuff
    { rule = { class = "Konqueror" },
    properties = { tag = tags[1][9],switchtotag = true } },
    -- {{{ Signals
    -- Signal function to execute when a new client appears.
    client.add_signal("manage", function (c, startup)
    -- Add a titlebar
    -- awful.titlebar.add(c, { modkey = modkey })
    -- remove gaps
    c.size_hints_honor = false
    -- Enable sloppy focus
    c:add_signal("mouse::enter", function(c)
    if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
    and awful.client.focus.filter(c) then
    client.focus = c
    end
    end)
    if not startup then
    -- Set the windows at the slave,
    -- i.e. put it at the end of others instead of setting it master.
    -- awful.client.setslave(c)
    -- Put windows in a smart way, only if they does not set an initial position.
    if not c.size_hints.user_position and not c.size_hints.program_position then
    awful.placement.no_overlap(c)
    awful.placement.no_offscreen(c)
    end
    end
    end)
    client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end)
    client.add_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
    -- {{{ Autostart
    os.execute("krandrtray &")
    -- vim: fdm=marker fdl=0 sts=4 ai
    http://github.com/nblock/config/blob/ma … ome/rc.lua
    Thanks.
    Last edited by nblock (2010-01-02 09:59:24)

    Try this .Xdefaults which works with awesome/urxvt.
    *utf8: 1
    *faceSize: 10
    *jumpScroll: true
    *multiScroll: true
    *boldMode: false
    *scrollBar: false
    *cutNewline: false
    *scrollTtyOutput: false
    *scrollKey: true
    *cursorBlink: true
    *dynamicColors: true
    *saveLines: 5000
    *geometry: 125x45
    ! URxvt
    URxvt*termName: xterm
    URxvt.font: xft:Bitstream Vera Sans Mono:antialias=true:pixelsize=12
    !urxvt.font: xft:Bitstream Vera Sans Mono-12:antialias=true
    URxvt*transparent: false
    URxvt*tintColor: #666666
    URxvt*shading: 50
    URxvt*scrollBar: false
    URxvt*internalBorder: 5
    URxvt*urgentOnBell: true
    URxvt*scrollTtyKeypress: true
    URxvt*underlineColor: yellow
    URxvt*perl-ext-common: default,matcher
    URxvt*urlLauncher: firefox
    URxvt*matcher.button: 1
    URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    ! Colours
    *background: #303030
    *foreground: #f2f2f2
    *cursorColor: #999
    *highlightColor: #333
    *color0: #101010
    *color1: #f13a21
    *color2: #93f91d
    *color3: #ffd00a
    *color4: #404f9e
    *color5: #ec0048
    *color6: #2aa7e7
    *color7: #f2f2f2
    *color8: #1d202f
    *color9: #ff361e
    *color10: #ffc005
    *color11: #93ff00
    *color12: #3071ff
    *color13: #ef0051
    *color14: #4bb8fd
    *color15: #a020f0
    Last edited by r6 (2010-01-02 05:05:11)

  • How to Change the position of Column in ALV report

    Hi Follks,
        Is is possible to change the position of column in ALV report?.If yes then how?
        Basically my requirement is, that user want afacility where , he should be able to change the position
        of column aftre he runs the report.
        Eg: After running the report , user felt that column 5 should be at position 2 , in that case he should   
               be able to drag column 5 at position 2 and vice versa.
        Please help me, how to solve this issue.
        Note : I am using NW 7.0 SP 9
        Regards
        PG
    Edited by: PG on Apr 13, 2009 11:10 AM

    HI PG,
    do below whie filling the filed catlog
    wa_fieldcat-fieldname        = 'Field1".
    wa_fieldcat-COL_POS = '1',
    append wa_fieldcat to it_fieldcat.
    wa_fieldcat-fieldname         = 'Field2".
    wa_fieldcat-COL_POS = '2',
    wa_fieldcat-fieldname         = 'Field3".
    wa_fieldcat-COL_POS = '3',
    Thanks!

  • How to change font size on screen

    how to change font size on screen

    I'm not certain what font sizes you wish to change, when on a page you can use command and the += button to zoom in and make the fonts larger. On the finder desktop you can make what ever is on the desktop larger or smaller from the finder menu click view, custom view options, and adjust the icon size with the slider on the top, and the text using the text size box to select the size that your comfortable with.
    Forgot to add these.
    http://support.apple.com/kb/PH10876
    http://support.apple.com/kb/PH10877
    Hope this helps.

  • Can I change the position of  change bars from left margin to right margin?

    I want to display the change bars in right page margin. If the page is odd page,The change bars position is in left page margin. If the page is even page,The change bars position is in right page margin.

    The global properties for Change bars are found in the Format > Document > Change Bars... menu option (or <esc> o b keyboard shortcut).
    The property that you need to change is Position:
    Depending upon which of the right or left margins is larger, you'll need to set this to "Side Closer to Page Edge" or "Side Farther..." to position the bars to the outside edges of the respective pages. If you have a symmetric layout, then "Closer" places on the left side (of all pages) and "Farther" places on the right.
    However, if you have multiple columns, the change bars will appear between the columns and will shift depending upon which page edge is closer, i.e. the middle columns may be left or right on any given page.

Maybe you are looking for

  • Can i install flash drive in mid-2009 macbook pro

    I want to increase the storage on my MacBook pro - mid-2009. I use Final Cut so there are demands. Must I stay with a spinning drive or can I install a large flash drive? I big can I go? 2.26 ghz, 8 gigs ram, running latest Mountain Lion (10.8.2) Tha

  • Software update doesn't let me update anything after installing Snow Leopar

    Hi there, I have just upgraded my iMac from Leopard OS X v10.5.8 to Snow Leopard OS X v10.6, straight from the DVD. The installation went well, but my Magic Mouse was not working properly, so I ran Software Update to see if I needed a new update for

  • Pavilion dv6-6051er Recovery disc

    Hello. I need an image of recover discs of my Pavilion dv6-6051er. I was installing new OS, and deleted recovery partition((( Now I want back to factory settings. Link please, were i can get it. THX A LOT This question was solved. View Solution.

  • HT4623 My menu does not have a SW update option and my pad is 18 months old how do I update iOS?

    My ipad2 is 18 months old, I'd like to update the iOS but there is no SW update option under the Settings, General menus. How do I update the iOS. Huw

  • I am having Photoshop sync problems

    I'm trying to connect Adobe Photoshop CC to the sync settings function on my 2012 Desktop Pro. I'm logged into the Photoshop CC desktop app with no problems. In Photoshop, under the help menu, I see that I'm signed in. But! Under preferences/sync set