Openbox and urxvt(solved)

I have two questions.First,how can i start urxvt when openbox starts.If i put urxvt in autostart.sh,it starts at up left corner,and i can't type anything,i must kill it.When i start urxvt normaly, it starts at down left corner because of rc.xml setings:
<application name="urxvt">
<decor>no</decor>
<focus>yes</focus>
<position>
<x>20</x>
<y>-20</y>
</position>
<layer>below</layer>
<desktop>all</desktop>
<skip_taskbar>yes</skip_taskbar>
</application>
Second,is there any way to give the urxvt focus with keyboard in openbox,maybe using xbinkeys?
Last edited by na12 (2010-01-17 21:14:56)

Knute wrote:
na12 wrote:
Knute wrote:
For the lower left corner, you can use the --geometry option of urxvt, so it would read something to the effect of
(blah whatever && urxvt -geometry +20-20) &
Isn't it geometry of window size,not geometry, where placed window?
The geometry of a window is BOTH size and position in the following format widthxheight+x+y.
Now plus values for x and y would start in the upper left, negative values would make it lower right if you do both, etc....
Now, if you look at my example above:
urxvt -geometry +20-20
You have urxvt being placed at positive x value and negative y value WITHOUT height and width.
Because it has the plus and minus attributes, the geometry value is positional only!  If you forget the plus or the minus, then yes, it would be taken as size or something.   If you don't believe me, then try it, ZaQ.
Yes,it works,but if i put it in autostart.sh just like that,after starting, urxvt  just stop working,and i must kill it. Maybe it happens because i have many things in autostart.sh.
Last edited by na12 (2010-01-18 09:46:12)

Similar Messages

  • Emacs and urxvt [solved]

    I'm trying to get the backspace key working properly. According to describe-key:
    The backspace key gets interpreted as C-d
    If I run the following elisp:
    (global-set-key "\C-d" 'delete-backward-char)
    Then the backspace key works properly but C-d is also affected.
    Anyone have a way around this?
    Versions:
    emacs 23.3.a-3
    rxvt-unicode 9.12-2
    Last edited by Tillotson (2011-12-20 21:07:11)

    I don't think so.
    [tillotson@pinkie ~]$ echo $TERM
    rxvt-unicode-256color
    I don't really know much about terminfo etc but this might explain some things:
    [tillotson@pinkie ~]$ infocmp | grep kbs
        kb2=\EOu, kbs=\177, kc1=\EOq, kc3=\EOs, kcbt=\E[Z,
    [tillotson@pinkie ~]$ infocmp | grep "\^D"
    [tillotson@pinkie ~]$ infocmp | grep "\^H"
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
    [tillotson@pinkie ~]$

  • Openbox issues: URxvt and Trash

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

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

  • [SOLVED] problem with zsh and urxvt and keybinding

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

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

  • Can´t use ÅÄÖ in filenaming and in urxvt [SOLVED]

    I´m getting nutts, I searched the net on how to get it to work but haven´t found a solution.
    In Nautilus I can´t change a file or folder to a name with ÅÄÖ in the name, when i try it just prints me that it´s not valid.
    And in urxvt I can´t type ÅÄÖ either, nothing happens when I press the keys.
    It works fine when writing in documents and so on but not in filenames and urxvt.
    Here is some of my configed files...
    rc.conf
    LOCALE="sv_SE.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="sv-latin1"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    fstab
    /dev/sda3 /mnt/sda3 ntfs-3g defaults,user,locale=sv_SE.utf8 0 0
    In locale.gen both "sv_SE.UTF-8 UTF-8" and "sv_SE ISO-8859-1" is uncommented.
    Would really appreciate some help here
    Last edited by neuwerld (2009-04-17 18:25:11)

    1) Try "setxkbmap se", after xorg-server 1.6 and/or evdev 2.2.1 update I have to use setxkbmap with X, "fi" layout in /etc/hal/fdi/policy/10-keymap.fdi doesn't seem to work
    2) Start urxvt from another urxvt, and if you see something like
    urxvt: the locale is not supported by Xlib, working without locale support.
    try starting with LC_CTYPE="en_US.utf8" urxvt and see if it works; of course you would need that locale. I personally specify LC_CTYPE in ~/.profile.
    I used option 2) with success before, but now I use 1) since 2) doesn't seem to be enough.
    In ttys I get "åäö" with "altgr+åäö", without altgr it's "}{|" respectively. Haven't really looked into it, since i don't use them
    Also, ntfs doesn't need locale option anymore http://www.ntfs-3g.org/releases.html
    Change: The 'locale=' mount option is not used anymore for filename characterset conversion. Instead filenames are always converted to UTF-8.

  • [SOLVED] Openbox and tint2 - adding another panel/ taskbar...

    Hi, so I'm fairly new and usually don't have any questions to ask because I can always find someone who's asked them before
    However, this time, I don't know if I'm not searching the correct way or something, but I just can't find it - and it's a pretty simple thing.
    I have Openbox and my panel is tint2. All very nice, but I was wondering if I can add another panel (that is - I want two tint2 panels). I'm almost sure that's possible due to the way the theming config is organized but I can't find how :s
    So if someone knows or can direct me to the right thread, I'd appreciate it. Thanks
    Last edited by vandakiara (2011-07-12 11:36:30)

    You need two different config files.  See this thread for hints:
        https://bbs.archlinux.org/viewtopic.php?pid=811107

  • Openbox and Compton

    Over the past few days I have been working on a custom desktop built around Openbox and Compton. I have come up with two somewhat interrelated questions regarding my setup.
    What is the class_g or name of the window that shows up when you change workspaces in Openbox? (I have tried using xprop to identify it, but it returns nothing.)
    I have three applications (Conky, tint2, and urxvt) that I want to have a blurred background. Using compton.conf, how do I exclude all other windows from having a blurred background?
    # Configuration file for the desktop compositor.
    ### Get Compton working with ati drivers ###
    # Set the backend that Compton should use to render things on the desktop.
    backend = "glx";
    # Paint on the composite overlay window instead of painting on the root window.
    paint-on-overlay = true;
    # Avoid using the stencil buffer. Improves performance by around 15%.
    glx-no-stencil = true;
    # GLX buffer swap method. Can be:
    # [0]: undefined
    # [1]: copy
    # [2]: exchange
    # [3-6]
    # [-1]: buffer-age
    # 1 is the fastest. Use it if it works.
    glx-swap-method = 1;
    ### Enable and configure shadows. ###
    # Enable shadows.
    shadow = true;
    # Set the default radius (in pixels) of shadows.
    shadow-radius = 12;
    # The left offset of shadows (in pixels).
    shadow-offset-x = -12;
    # The top offset of shadows (in pixels).
    shadow-offset-y = -12;
    # Opacity of the shadow.
    shadow-opacity = 1.0;
    # Clear shadows behind transparent windows.
    clear-shadow = true;
    # Do not draw shadows on drag-and-drop windows.
    no-dnd-shadow = true;
    # Draw shadows on the dock
    no-dock-shadow = false;
    # Do not draw shadows on shaped windows such as the menu in Firefox.
    shadow-ignore-shaped = true;
    # Remove ugly shadows from argb windows in Firefox:
    shadow-exclude = "class_g = 'Firefox' && argb";
    ### Configure gaussian blur and opacity ###
    # The kernel used to generate the 13x13 gaussian blur.
    blur-kern = "13,13,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.486752,0.606531,0.726149,0.835270,0.923116,0.980199,0.980199,0.923116,0.835270,0.726149,0.606531,0.486752,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928";
    # Blur the background of transparent windows.
    blur-background = true;
    # Do not blur the background of these windows..It leads to an ugly effect while fading.
    blur-background-exclude = [ "window_type = 'unknown'", "window_type = 'popup_menu'", "window_type = 'tooltip'", "window_type = 'toolbar'",
    "window_type = 'menu'", "window_type = 'utility'", "window_type = 'splash'", "window_type = 'dialog'", "class_g = 'Thunar'",
    "class_g = 'Firefox'", "class_g = 'Leafpad'", "class_g= 'Obconf'", "class_g = 'Ristretto'" ];
    ### Fading ###
    # Enable fading
    fading = true;
    # How long does it take to fade one step (in ms)?
    fade-delta = 7.5;
    # Do not fade blurred windows. It looks ugly.
    fade-exclude = ["class_g = 'Conky'", "class_g = 'URxvt'", "window_type = 'dock'" ];
    ### Per-window type configuration. ###
    wintypes:
    unknown = { };
    desktop = { };
    dock = { };
    toolbar = { };
    menu = { };
    utility = {};
    splash = { };
    dialog = { };
    normal = { };
    dropdown_menu = { fade = false; shadow = false; opacity = 0.75; focus = true; };
    popup_menu = { };
    tooltip = { };
    notify = { };
    combo = { };
    dnd = { };
    Thank you!
    Last edited by treeman1111 (2014-09-20 23:20:20)

    Ad. 1. I think you would have to take a look at the source code to find that out.
    Ad. 2. I speculate here*, try something like this:
    blur-background-exclude = [ "window_type = '*'", "window_type = '*', "window_type = '*', "window_type = '*'];
    blur-background = [ "window_type = 'menu'", "window_type = 'utility'", "window_type = 'splash'", "window_type = 'dialog'", "class_g = 'Conky'",
    "class_g = 'tint2'", "class_g = 'urxvt'" ];
    Edit: *I had no errors running something similar, but did not test thoroughly.
    Last edited by emeres (2014-09-21 00:33:57)

  • When i try to send email from my ipad i get the message The recipient "£)()&&£)" was rejected by the server. This has only just started to happen and I don't know why. Please help. I have tried lots of things now and cannot solve it.

    When i try to send email from my ipad i get the message The recipient "£)()&amp;&amp;£)" was rejected by the server. This has only just started to happen and I don't know why. Please can someone help. I have tried lots of things now and cannot solve it.

    "Your email account" means to tap on the name of your email account. Whatever it is listed as in the settings.
    In my mail settings, one of my email accounts is a Comcast account. I tap on the Comcast name and it brings up this window.
    Then I tap on the arrow under the Outgoing mail server smtp setting to get to the next window.
    In the resulting window, I then tap on the arrow next to the smtp server under the Primary Server setting.
    That brings up this window in which I check to make sure that my user name and password have been entered correctly. If those items are missing, enter them in the appropriate fields and then tap done.

  • Compton, Openbox and Catalyst 14

    Hi.
    I'm new with Arch Linux, Openbox and Compton, so...
    I install compton and after that ATI driver... when I do that...the screen freeze and I can't see what I type/click, but if I kill the process (CTRL+ATL+F2, ps aux, kill -9...), everything is back again.
    I use the Vi0L0's catalyst, and the compton.conf you can see below.
    How can I fix that, for enable transparency, shadow and of course: Steam.
    # Backend
    # Backend to use: "xrender" or "glx".
    # GLX backend is typically much faster but depends on a sane driver.
    backend = "glx";
    # GLX backend
    glx-no-stencil = true;
    # GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
    # My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
    # but a 20% increase when only 1/4 is.
    # My tests on nouveau show terrible slowdown.
    # Useful with --glx-swap-method, as well.
    glx-copy-from-front = false;
    # GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
    # My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
    # May break VSync and is not available on some drivers.
    # Overrides --glx-copy-from-front.
    # glx-use-copysubbuffermesa = true;
    # GLX backend: Avoid rebinding pixmap on window damage.
    # Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
    # Recommended if it works.
    # glx-no-rebind-pixmap = true;
    # GLX backend: GLX buffer swap method we assume.
    # Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
    # undefined is the slowest and the safest, and the default value.
    # copy is fastest, but may fail on some drivers,
    # 2-6 are gradually slower but safer (6 is still faster than 0).
    # Usually, double buffer means 2, triple buffer means 3.
    # buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
    # Useless with --glx-use-copysubbuffermesa.
    # Partially breaks --resize-damage.
    # Defaults to undefined.
    glx-swap-method = "undefined";
    # Shadows
    # Enabled client-side shadows on windows.
    shadow = true;
    # Don't draw shadows on DND windows.
    no-dnd-shadow = true;
    # Avoid drawing shadows on dock/panel windows.
    no-dock-shadow = true;
    # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
    clear-shadow = true;
    # The blur radius for shadows. (default 12)
    shadow-radius = 5;
    # The left offset for shadows. (default -15)
    shadow-offset-x = -5;
    # The top offset for shadows. (default -15)
    shadow-offset-y = -5;
    # The translucency for shadows. (default .75)
    shadow-opacity = 0.5;
    # Set if you want different colour shadows
    # shadow-red = 0.0;
    # shadow-green = 0.0;
    # shadow-blue = 0.0;
    # The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
    # (most applications are fine, only apps that do weird things with xshapes or argb are affected).
    # This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
    shadow-exclude = [
    "! name~=''",
    "name = 'Notification'",
    "name = 'Plank'",
    "name = 'Docky'",
    "name = 'Kupfer'",
    "name = 'xfce4-notifyd'",
    "name *= 'VLC'",
    "name *= 'compton'",
    "name *= 'Chromium'",
    "name *= 'Chrome'",
    "name *= 'Firefox'",
    "class_g = 'Conky'",
    "class_g = 'Kupfer'",
    "class_g = 'Synapse'",
    "class_g ?= 'Notify-osd'",
    "class_g ?= 'Cairo-dock'",
    "class_g ?= 'Xfce4-notifyd'",
    "class_g ?= 'Xfce4-power-manager'"
    # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
    shadow-ignore-shaped = false;
    # Opacity
    menu-opacity = 1;
    inactive-opacity = 1;
    active-opacity = 1;
    frame-opacity = 1;
    inactive-opacity-override = false;
    alpha-step = 0.06;
    # Dim inactive windows. (0.0 - 1.0)
    # inactive-dim = 0.2;
    # Do not let dimness adjust based on window opacity.
    # inactive-dim-fixed = true;
    # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
    # blur-background = true;
    # Blur background of opaque windows with transparent frames as well.
    # blur-background-frame = true;
    # Do not let blur radius adjust based on window opacity.
    blur-background-fixed = false;
    blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
    # Fading
    # Fade windows during opacity changes.
    fading = true;
    # The time between steps in a fade in milliseconds. (default 10).
    fade-delta = 4;
    # Opacity change between steps while fading in. (default 0.028).
    fade-in-step = 0.03;
    # Opacity change between steps while fading out. (default 0.03).
    fade-out-step = 0.03;
    # Fade windows in/out when opening/closing
    # no-fading-openclose = true;
    # Specify a list of conditions of windows that should not be faded.
    fade-exclude = [ ];
    # Other
    # Try to detect WM windows and mark them as active.
    mark-wmwin-focused = true;
    # Mark all non-WM but override-redirect windows active (e.g. menus).
    mark-ovredir-focused = true;
    # Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
    # Usually more reliable but depends on a EWMH-compliant WM.
    use-ewmh-active-win = true;
    # Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
    detect-rounded-corners = true;
    # Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
    # This prevents opacity being ignored for some apps.
    # For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
    detect-client-opacity = true;
    # Specify refresh rate of the screen.
    # If not specified or 0, compton will try detecting this with X RandR extension.
    refresh-rate = 0;
    # Set VSync method. VSync methods currently available:
    # none: No VSync
    # drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
    # opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
    # opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
    # opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
    # opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
    # (Note some VSync methods may not be enabled at compile time.)
    vsync = "opengl-swc";
    # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
    # Reported to have no effect, though.
    dbe = false;
    # Painting on X Composite overlay window. Recommended.
    paint-on-overlay = true;
    # Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
    # This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
    # unless you wish to specify a lower refresh rate than the actual value.
    sw-opti = false;
    # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
    # Known to cause flickering when redirecting/unredirecting windows.
    # paint-on-overlay may make the flickering less obvious.
    unredir-if-possible = true;
    # Specify a list of conditions of windows that should always be considered focused.
    focus-exclude = [ ];
    # Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
    detect-transient = true;
    # Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
    # WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
    detect-client-leader = true;
    # Window type settings
    wintypes:
    tooltip =
    # fade: Fade the particular type of windows.
    fade = true;
    # shadow: Give those windows shadow
    shadow = false;
    # opacity: Default opacity for the type of windows.
    opacity = 0.85;
    # focus: Whether to always consider windows of this type focused.
    focus = true;
    Last edited by patrickmaciel (2014-07-26 22:07:58)

    emeres wrote:Just wanted to make sure. It is also the regular one, not catalyst legacy, right?
    I install that (from the arch wiki):
    Once you have added some Catalyst repository, update pacman's database and install these packages (see #Tools for more information):
    - catalyst-hook
    - catalyst-utils
    - catalyst-libgl
    - opencl-catalyst - optional, needed for OpenCL support
    - lib32-catalyst-utils - optional, needed for 32-bit OpenGL support on 64-bit systems
    - lib32-catalyst-libgl - optional, needed for 32-bit OpenGL support on 64-bit systems
    - lib32-opencl-catalyst - optional, needed for 32-bit OpenCL support on 64-bit systems
    So... after that I get:
    - Videos in browser (firefox/chrome/chromium) freeze in fullscreen
    - Resize windows is slowly
    - Teamviewer stop working
    - Record screen stop working
    - Sometimes I can't see what I'm typing... but after kill compton, everything appears
    I try using default compton.conf and "no" compton.conf... same problem.
    Sorry for my english
    Last edited by patrickmaciel (2014-07-27 01:56:54)

  • About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... " I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    Your profile indicates your Mac is running v10.7.2
    If that is correct, updating your system software may help.
    Click Software Update from the Apple menu.
    Restart your Mac after updates are installed then try the App Store.
    If you can't update that way, there's a workaround.
    Install the OS X Lion Update 10.7.5 (Client Combo)
    Then restart your Mac and try the App Store.
    messaged edited by:  cs

  • Same problem that everybody has after up dating my apple tv. Apple is to blame for this and should solve problem or replace unit.

    same problem as everybody after having updated my apple tv. apple is to blame for this and should solve problem oe replace unit. lost confident with apple products.

    What problem would that be? There are always going to be people who experience problems after an update and this is a community for helping with such things.
    If you can elaborate on the issue it will make it easier for someone to help.

  • Can anybody explain what is support for ADF Project and to solve the Issues

    Hi,
    I am new to ADF and i am currently associated to ADF Support Project.
    Can anybody explain what is support for ADF Project and to solve the Issues when the ADF Project is in Live.
    we are getting the Tickets for the Issues.
    Thanks in advance.

    I agree with Timo.
    It depends on the size of the project, user base, technologies, etc. We use lot of technologies in fusion middleware stack. We get tickets in many areas.
    In your case, it could be anything like user training issues (user may not know how to use the some system features), browser issues like blank screen, bugs in code like JBO errors (failed to validate, another user has changed row, failed to lock the record, NullPointerException, IllegalArgumentException etc), business logic issues, page may not render properly, performance issues, partial commit issues, application server issues, authentication issues. If you use web services you might get web services related problems.

  • Openbox and NetworkManager issue

    I've just installed a fresh copy of arch, and then also openbox + pypanel. because I have problem with setting up my wireless connection through  wpa_supplicant I have decided to replace it with a network manager applet (like the one in ubuntu). I've visited this site and did as following: 
    1. added in ~/.xinitrc
    pypanel&
    exec openbox
    (I'm using startx)
    2. installed
    pacman -S hicolor-icon-theme gnome-icon-theme
    (because I use WM as stand-alone)
    3. as next
    pacman -S cnetworkmanager
    4. then edited rc.conf
    DAEMONS=( ... !network hal networkmanager..).
    I've tried to run the command  /etc/rc.d/networkmanager start as a root and a normal user - but both gave me [FAILD]. 
    I'm trying to build very minimalistic system and making almost everything manual but I would like to have the applet manager starting with my pypanel or tint2 automatically (problems with wpa_supplicant and hidden SSID). I would like to achieve such a thing
    EDIT: I would like also to get the speaker-icon on my panel.
    Last edited by bierni (2010-07-16 16:01:44)

    Oh, I'm sorry. I see what is happening here. You installed cnetworkmanager, which is a command-line only version of networkmanager. Uninstall that and then install network-manager-applet.
    pacman -Rsn cnetworkmanager
    pacman -S network-manager-applet
    Then, in ~/.xinitrc do this:
    pypanel&
    nm-applet&
    exec openbox
    As for the volume, you should install volwheel from the AUR and also add that to your .xinitrc.
    A few suggestions:
    Instead of using .xinitrc, openbox has its own autostart file in ~/.config/openbox/autostart.sh. Edit that file to have pypanel&, nm-applet&, etc. Then do:
    chmod +x ~/.config/openbox/autostart.sh
    Then change your ~.xinitrc to this:
    exec ck-launch-session openbox-session
    The ck-launch-session will allow you to shutdown, reboot, etc from inside openbox and the openbox-session command makes openbox run the autostart.sh script.
    I'll also suggest using Nitrogen or feh to set your wallpaper. They are in the wiki.

  • My iPhone 4S lost simcard reference several times a day and issue message invalid SimCard. I have already replaced simcard three times and not solve the problem. It's necessary to power off and power on to solve it. Could someone help me?

    My iPhone 4S lost simcard reference several times a day and issue message invalid SimCard. I have already replaced simcard three times and not solve the problem. It's necessary to power off and power on to solve it. Could someone help me?

    Return your phone to Apple for evaluation

  • Can't install Openbox and Fluxbox???

    I just installed Arch on a test machine. I'm using Openbox as my WM.
    I was planning on testing fluxbox-devel, but pacman says:
    :: fluxbox conflicts with openbox. Remove openbox? [Y/n]
    I do not want to uninstall openbox. Why is this??
    I'd like to use openbox as my main WM and just test fluxbox.
    Why isn't this possible?
    Debian had no trouble having both installed...

    I use openbox exclusively and have not used Flux for a very long time, but I think the problem here is a PKGBUILD that has a conflict that no longer is valid.  Since Openbox3 was completely rewritten with no flux code, there should be no more conflicts (previously, openbox and flux would use the same files, etc.).
    I would suggest either altering the PKGBUILD yourself and recompiling it, or (what I would do) send a message to the package maintainer to see if the fluxbox conflict can be removed, if it is not needed (which I don't think it does).

Maybe you are looking for