Xmonad and pidgin conversation windows

Hi
Not sure if this is a Pidgin related problem, but I'm trying to get urgencyhook to work with new conversation windows in Pidgin - it doesn't trigger an urgent before I focus the conversation window and send a new message (from another workspace.. text based MSN client).
So basicly this is what's happening..
I write "Open new window please.." and a new conversation window is opened on workspace "im" - if I go to the "im" workspace and focus the conversation window, then go back to workspace 3 "code", and type another message.. I receive the urgent notification.
Anyone had this problem? I would love it to notify when opening a new conversation window. Using the "Message Notification" plugin for Pidgin.

Incredibly fast.. this post is already on Google hehe.
Ok, so.. I edited the notify plugin (Message Notification), in src/src/pidgin-2.7.0/pidgin/plugins/ to print a debug message whenever a conersation window was opened, and it does:
(17:47:30) gtkspell: Failed to setup GtkSpell: enchant error for language: en_US.UTF-8
(17:47:30) gtkconv: setting active conversation on toolbar 0x983b110
(17:47:30) gtkconv: setting active conversation on toolbar 0x983b110
(17:47:30) prefs: /pidgin/conversations/toolbar/wide changed, scheduling save.
(17:47:31) notify: ***** CONVERSATION CREATED *****
(17:47:31) prefs: /pidgin/conversations/im/y changed, scheduling save.
static void
conv_created(PurpleConversation *conv)
purple_conversation_set_data(conv, "notify-message-count",
GINT_TO_POINTER(0));
purple_debug_misc("notify", "***** CONVERSATION CREATED *****\n");
/* always attach the signals, notify() will take care of conversation
* type checking */
attach_signals(conv);
Uhm, so.. it should notify, and it's being triggered. The problem must lie somewhere else.

Similar Messages

  • Bug Report: New conversation window stills the sys...

    Bug Report: Skype Desktop: New conversation window stills the system/keyboard focus.
    When the UI is in multi-window mode and a conversation window pops up (due for example to a newly received chat message), that window steals the system/keyboard focus, even though it appears in a minimized state in the Windows taskbar. And this should not happen by default, because it is impractical (especially for screen reader users). And it didn't happen in Skype 6.21 and earlier. But since the new UI was introduced officially in Skype 7.0, it started happening constantly.
    Steps to reproduce it:
    1. From "View" menu, activate the "Split Window View", if it is not already enabled.
    2. From Tools -> Options -> IM & SMS -> IM settings, enable "Open a new window when I receive a new message in Split Window View", if it is not already enabled.
    3. From Tools -> Options -> Advanced, activate "Enable accessible mode", if it is not already enabled.
    4. Activate the "Save" button, to save the changes.
    5. Close all windows, related to Skype. You may keep only the main window opened.
    6. Move the system focus to another application.
    7. Tell someone to send you a chat message. When the message arrives and the conversation window pops up minimized in the Windows Taskbar, everything seams to be as it should. A few seconds after that however, the system/keyboard focus gets moved to that new conversation window, even though it is neither restored/maximized (it is minimized), nor it is visible on the screen (except as a button in the taskbar).
    Actual results:
    When a new conversation window pops up in the Windows taskbar, it stills the system/keyboard focus to itself from the currently focused application.
    Expected results:
    Skype's popping up new conversation windows should not still the system/keyboard focus to themselfs from the currently focused application.
    Test environment:
    - Operating system: Windows 8.1 Pro N, 64-bit, in Bulgarian with all locale settings set to "Bulgarian".
    - Skype version: 7.0.0.102 for Desktop.

    This is a known problem, but Skype have not given us an estimated time for a fix.
    Traditionally, Skype updates have been roughly monthly, so we are due a new version sometime soon. Many of us here are hoping that is has a bunch of fixes for the UI, the focus problem being one of them.
    Sean Ellis - uses Skype chat for serious work
    Click here to read my blog post on Skype 7 and basic principles of GUI design

  • IMessage beta loose all saved conversations when I open and close a window.

    iMessage beta looses all saved conversations when I open and close a window.
    Just reporting this bug... Could not find anyother place to do it.
    Jonathan

    I thought it was doing that also. But I found that if I start a new chat with someone I was messaging before, then the old messages re-appear in the messages window.

  • Disabling status message and conversion Window

    Is it possible to completely disable the conversion window that appears when I want to print something to a .pdf file. I can press I button to hide the window, but have to do that every time the window appears. Also, after the document has been converted a status message appears in my task bar for a couple of seconds. I'm also interested in disabling that. Can anyone help

    Hi,
    I had encountered this too.
    When you make a set_window_property(FORMS_MDI_WINDOW,window_state,maximize); this is not really a maximize but forms takes the whole available space of the screen. that's why your status bar is partially hidden by the windows taskbar
    If you take a look at the buttons controlling the window, you will see that the button for maximizing the window is not in the state maximized.
    If you click on it then you will really maximize the window and the status bar will appear normally with the taskbar under it.
    If you click form minimizing the window, it will again take the whole space...
    A workaround is to play with the FORMS_MDI_WINDOW width an height after you have set the window_state to maximize.
    Hope this helps
    Regards
    Jean-Yves

  • Pidgin MSN window close

    I remember the old gaim would always say "<user> has closed the conversation window" if using the MSN protocol.  It wasn't immediate, it really just checked if the window was still open at the other end once every minute... still I miss that feature.
    I installed all the plugins in pidgin-plugin-pack that looked promising including the psychic one, but that did not enable it.  Are there any options, plugins or source code patches that accomplish this?

    Oh wow, so is inactivity defined as not typing at all?  Because I can just discover when that happens by watching the typing symbol (unless that person also uses gaim and turns this notification off).  What about clicking various things in the conversation window but not actually typing... does this count as inactivity?  I thought it could tell the difference between when someone wasn't there and when someone was ignoring you, but I guess I was wrong, thanks for clarifying.

  • Xmonad and Xmobar: avoidStruts no longer exposes Xmobar

    I've been using Xmonad with the same config for months now. I reinstalled Arch recently, and ever since then avoidStruts no longer keeps Xmobar from being hidden behind windows.
    I have installed the xmonad and xmonad-contrib packages; my config compiles without errors. I'm at a loss here because I can't identify any changes that may have been made to either of the aforementioned packages that might cause this issue.
    xmonad.hs
    import XMonad
    import Data.Monoid
    import Data.Ratio ((%))
    import System.Exit
    import XMonad.Hooks.EwmhDesktops
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Hooks.UrgencyHook
    import XMonad.Layout.NoBorders
    import XMonad.Layout.Named
    import XMonad.Layout.Grid
    import XMonad.Layout.IM
    import XMonad.Util.Run(spawnPipe)
    import System.IO
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    -- The preferred terminal program, which is used in a binding below and by
    -- certain contrib modules.
    myTerminal = "urxvt"
    -- Whether focus follows the mouse pointer.
    myFocusFollowsMouse :: Bool
    myFocusFollowsMouse = True
    -- Width of the window border in pixels.
    myBorderWidth = 2
    -- modMask lets you specify which modkey you want to use. The default
    -- is mod1Mask ("left alt"). You may also consider using mod3Mask
    -- ("right alt"), which does not conflict with emacs keybindings. The
    -- "windows key" is usually mod4Mask.
    myModMask = mod4Mask
    -- The default number of workspaces (virtual screens) and their names.
    -- By default we use numeric strings, but any string may be used as a
    -- workspace name. The number of workspaces is determined by the length
    -- of this list.
    -- A tagging example:
    -- > workspaces = ["web", "irc", "code" ] ++ map show [4..9]
    myWorkspaces = ["1","2","3","4","5","6","7","8","9"]
    -- Border colors for unfocused and focused windows, respectively.
    myNormalBorderColor = "#404040"
    -- myFocusedBorderColor = "#0080ff"
    myFocusedBorderColor = "#ff0000"
    -- Key bindings. Add, modify or remove key bindings here.
    myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
    -- launch a terminal
    [ ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf)
    -- launch dmenu
    , ((modm, xK_p ), spawn "dmenu_run")
    -- launch gmrun
    , ((modm .|. shiftMask, xK_p ), spawn "gmrun")
    -- close focused window
    , ((modm .|. shiftMask, xK_c ), kill)
    -- close focused window (2)
    , ((modm, xK_z ), kill)
    -- close focused window (3)
    , ((modm, xK_Escape), kill)
    -- Rotate through the available layout algorithms
    , ((modm, xK_space ), sendMessage NextLayout)
    -- Reset the layouts on the current workspace to default
    , ((modm .|. shiftMask, xK_space ), setLayout $ XMonad.layoutHook conf)
    -- Resize viewed windows to the correct size
    , ((modm, xK_n ), refresh)
    -- Move focus to the next window
    , ((modm, xK_Tab ), windows W.focusDown)
    -- Move focus to the next window
    , ((modm, xK_j ), windows W.focusDown)
    -- Move focus to the previous window
    , ((modm, xK_k ), windows W.focusUp )
    -- Move focus to the master window
    , ((modm, xK_m ), windows W.focusMaster )
    -- Swap the focused window and the master window
    , ((modm, xK_Return), windows W.swapMaster)
    -- Swap the focused window with the next window
    , ((modm .|. shiftMask, xK_j ), windows W.swapDown )
    -- Swap the focused window with the previous window
    , ((modm .|. shiftMask, xK_k ), windows W.swapUp )
    -- Shrink the master area
    , ((modm, xK_h ), sendMessage Shrink)
    -- Expand the master area
    , ((modm, xK_l ), sendMessage Expand)
    -- Push window back into tiling
    , ((modm, xK_t ), withFocused $ windows . W.sink)
    -- Increment the number of windows in the master area
    , ((modm , xK_comma ), sendMessage (IncMasterN 1))
    -- Deincrement the number of windows in the master area
    , ((modm , xK_period), sendMessage (IncMasterN (-1)))
    -- Toggle the status bar gap
    -- Use this binding with avoidStruts from Hooks.ManageDocks.
    -- See also the statusBar function from Hooks.DynamicLog.
    -- , ((modm , xK_b ), sendMessage ToggleStruts)
    -- Quit xmonad
    , ((modm .|. shiftMask, xK_q ), io (exitWith ExitSuccess))
    -- Restart xmonad
    , ((modm , xK_q ), spawn "xmonad --recompile; xmonad --restart")
    -- Start Opera
    , ((modm .|. shiftMask, xK_i ), spawn "chromium")
    -- Start Thunar
    , ((modm .|. shiftMask, xK_f ), spawn "pcmanfm")
    -- Start networking gui
    , ((modm .|. shiftMask, xK_o ), spawn "wicd-gtk --no-tray")
    -- Video Settings
    , ((modm .|. shiftMask, xK_v ), spawn "nvidia-settings")
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. modm, k), windows $ f i)
    | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
    , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
    ++
    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
    [((m .|. modm, key), screenWorkspace sc >>= flip whenJust (windows . f))
    | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
    -- Mouse bindings: default actions bound to mouse events
    myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList $
    -- mod-button1, Set the window to floating mode and move by dragging
    [ ((modm, button1), (\w -> focus w >> mouseMoveWindow w
    >> windows W.shiftMaster))
    -- mod-button2, Raise the window to the top of the stack
    , ((modm, button2), (\w -> focus w >> windows W.shiftMaster))
    -- mod-button3, Set the window to floating mode and resize by dragging
    , ((modm, button3), (\w -> focus w >> mouseResizeWindow w
    >> windows W.shiftMaster))
    -- you may also bind events to the mouse scroll wheel (button4 and button5)
    -- Layouts:
    -- You can specify and transform your layouts by modifying these values.
    -- If you change layout bindings be sure to use 'mod-shift-space' after
    -- restarting (with 'mod-q') to reset your layout state to the new
    -- defaults, as xmonad preserves your old layout settings by default.
    -- The available layouts. Note that each layout is separated by |||,
    -- which denotes layout choice.
    myLayout = tall ||| grid ||| full
    where
    -- default tiling algorithm partitions the screen into two panes
    tiled = Tall nmaster delta ratio
    -- The default number of windows in the master pane
    nmaster = 1
    -- Default proportion of screen occupied by master pane
    ratio = 65/100
    -- Percent of screen to increment by when resizing panes
    delta = 5/100
    tall = named "Tall"
    $ avoidStruts
    $ Tall nmaster delta ratio
    grid = named "Grid"
    $ avoidStruts
    $ withIM (1%7) (Role "buddy_list") (GridRatio (4/3))
    full = named "Full"
    $ noBorders
    $ Full
    -- Window rules:
    -- Execute arbitrary actions and WindowSet manipulations when managing
    -- a new window. You can use this to, for example, always float a
    -- particular program, or have a client always appear on a particular
    -- workspace.
    -- To find the property name associated with a program, use
    -- > xprop | grep WM_CLASS
    -- and click on the client you're interested in.
    -- To match on the WM_NAME, you can use 'title' in the same way that
    -- 'className' and 'resource' are used below.
    myManageHook = composeAll
    [ className =? "MPlayer" --> doFloat
    , className =? "Gimp" --> doFloat
    -- , className =? "Nm-connection-editor" --> doFloat
    -- , className =? "Wicd-client.py" --> doFloat
    , resource =? "desktop_window" --> doIgnore
    , resource =? "kdesktop" --> doIgnore
    -- , className =? "Xfce4-notifyd" --> doIgnore
    -- Event handling
    -- * EwmhDesktops users should change this to ewmhDesktopsEventHook
    -- Defines a custom handler function for X Events. The function should
    -- return (All True) if the default handler is to be run afterwards. To
    -- combine event hooks use mappend or mconcat from Data.Monoid.
    -- myEventHook = mempty
    myEventHook = fullscreenEventHook
    -- Status bars and logging
    -- Perform an arbitrary action on each internal state change or X event.
    -- See the 'XMonad.Hooks.DynamicLog' extension for examples.
    myLogHook h = dynamicLogWithPP $ xmobarPP
    { ppOutput = hPutStrLn h
    , ppTitle = xmobarColor "green" "" . shorten 200
    , ppUrgent = xmobarColor "white" "red" . wrap "" ""
    -- Startup hook
    -- Perform an arbitrary action each time xmonad starts or is restarted
    -- with mod-q. Used by, e.g., XMonad.Layout.PerWorkspace to initialize
    -- per-workspace layout choices.
    -- By default, do nothing.
    myStartupHook = return ()
    -- Run xmonad with the settings you specify.
    main = do
    xmproc <- spawnPipe "/usr/bin/xmobar /home/chris/.xmonad/xmobarrc"
    xmonad $ withUrgencyHook NoUrgencyHook $ defaultConfig
    { terminal = myTerminal
    , focusFollowsMouse = myFocusFollowsMouse
    , borderWidth = myBorderWidth
    , modMask = myModMask
    , workspaces = myWorkspaces
    , normalBorderColor = myNormalBorderColor
    , focusedBorderColor = myFocusedBorderColor
    , keys = myKeys
    , mouseBindings = myMouseBindings
    , layoutHook = myLayout
    , manageHook = myManageHook
    , handleEventHook = myEventHook
    , logHook = myLogHook xmproc
    , startupHook = myStartupHook
    xmobarrc
    Config
    { font = "xft:ProFont:pixelsize=12"
    , bgColor = "#000000"
    -- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x)
    -- doesn't seem to do anything anymore (0.10, darcs)
    -- , lowerOnStart = False
    , commands =
    [ Run Wireless "wlan0" ["-t", "<essid> <quality>%"] 10
    , Run CommandReader "/home/chris/.xmonad/volume-listener.sh" "vol"
    , Run CommandReader "/home/chris/.xmonad/hdaps-listener.sh" "hdaps"
    , Run Battery
    [ "-t", "<acstatus> <left>%"
    , "-f", "AC/online"
    , "-o", "Bat"
    , "-O", "AC"
    20
    , Run Date "%a %b %_d %H:%M" "date" 10
    , Run StdinReader
    , sepChar = "%"
    , alignSep = "}{"
    , template = "%StdinReader% }{ <fc=#ff0000>%hdaps%</fc> %wlan0wi% Vol %vol% %battery% <fc=#ee9a00>%date%</fc> "
    Last edited by cheese, lol (2012-10-26 03:15:39)

    Downgrade to xmobar-0.15. See here.

  • 4.7EEx1.10 to ECC6.0 upgrade and Unicode conversion

    Hi Experts,
    We are going to initiate the upgrade from next month onwards. Subsequently i have started preparing the plan and strategy for the same.
    As our current setup is 4.7EEx110/Win 2003 R2-64 bit/Oracle 10.2.0.4.0 (Non unicode). And we have recently migrated on to this setup from WIn2k 32 bit. Also the current hardware is Unicode compatible.
    With respect to strategy for achieving this Upgrade and Unicode conversion, i am planning as follows.
    Step 1) Perform Unicode conversion on the current landscape (Both Export/import on the same servers)
    Step 2) Setup Temporary landscape as part of Dual maintenance strategy and migrate data from the current systems to temporary systems using backup/restore method.
    Step 3) Perform the SAP version upgrade on the current landscape and setup transport routes from temporary to current landscape in order to keep it in sync
    Step 4) after successful upgrade, decommission the temporary landscape
    Please provide your suggestions and valuable advices if there is anything wrong with my strategy and execution plan.
    Regards,
    Dheeraj

    Hi,
    Thanks. As i have already referred these notes as i am seeking advise with respect to my upgrade approach.
    However i have planned to perform in the following manner.
    1) Refresh Sandbox with Prod data and perform Upgrade to ECC6.0 EHP5 & subsequently Unicode conversion on the same server (Since both export & Import has to perform on the same hardware as we have recently migrated on this hardware which is Unicode compatible)
    2) Setup temporary landscape for DEv & QAs and establish transport connection to Production system in order to move urgent changes
    3) Keep a track of the changes which have transported during upgrade phase so that the same can be implemented in the upgraded systems i.e. Dev & QAS
    4) After Sandbox Migration and signoff, we will perform Dev & QAS upgrade & unicode conversion on the same hardware (Note: Since these are running on VMware can we export the data from the upgraded system and import on to a new VM?)
    5) Plan for production cutover and Upgrade the Prod system to ECC6.0 Ehp5 and then Unicode conversion. As i am planning to perform upgrade over the weekend and then Unicode conversion activity in the next weekend (Is it a right way?)
    My Production setup: DB on one Physical host and CI on separate Virtual host
    6) After the stabilization phase, we are planning for OS & DB upgrade as follows:
          a) Windows upgrade from 2003 R2 to Windows 2008 R2
          b) Oracle Upgrade from 10.2 to 11.2
    If anyone thinks that there is anything wrong with my above approach and need changes then please revert.
    I have one more doubt as I am going to upgrade 4.7EEx110 (WAS 620, Basis SP64) to ECC6.0 EHp5.As I presume that I can straight away upgrade from the current version to ECC6.0 Ehp5 without installing EHP. Kindly confirm
    Thanks

  • Text messages not appearing in conversation window automatically

    If i'm in a text window and I receive a new msg from the other party, I have to exit the conversation window, into the main messages screen and then go back into the conversation to see the new message, instead of it just automatically popping up in the window... ??  help please!! Thanks!

    all fixed.... a simple reset was all that was required.
    Settings
    General
    (scroll down)
    Reset

  • Format/hyperlink certain text in the conversation window using an API plugin

    Hi, I want to format/hyperlink certain text and make it clickable in the conversation window of Lync. The click itself will execute a Desktop application.
    Is this possible via an API plugin and is there example code on how to manipulate the conversation window?
    Thanks!

    Hi wyatt biker,
    To ensure you get better support, I suggest you turn to our Lync Development forum for dedicated support.
    With the assistance provided there, it is more likely the issue can be resolved. Sorry for any inconvenience this caused. Thanks for your understanding.
    Best regards,
    Eric

  • Need HDV encoding for backup and encoding in windows.

    Need HDV codex for PC. rather than caputre back to tape then onto my PC with ASpect HD.
    I would like to encode a project and store it on my pc with little to no loss in quailty. Is there any type of codex that will keep te HDV quailty but plays and encodes with WINDOW MEDIA ENCODER? and what are the settings?
    I have done this with DV footage by going to export - Useing quicktime conversion: settings avi -Options - DVCPro. I can't seem to do them same useing HDV. I think the new FC6 can do this. but how?
    thnaks for your help
    Message was edited by: skatesurferdude

    You would need a utility that will encode to your desired format (AVI?). Such utilities would be Sorenson Squeeze, Autodesk Cleaner and Compression Master. Copy it to the Windows system after encoding. And yes, it will take a very long time unless you have a node cluster (render farm) of some sort so you are probably better off sending it back to tape and capturing it natively on the PC if you are wanting to work on the footage there. If you are just wanting to play the video on the PC then encode it.

  • In conversation window, which calls are incoming a...

    Hi: On the Skype conversation window, I've got a list like this under a number for someone I've been trading messages with. Under "Today," here's what appears: 
    Call 39 seconds
    Call 16 seconds
    Call – no answer
    Call 47 seconds
    But are those incoming or outgoing calls? They're not marked either way, and I can't tell whether the person called and didn't leave a message the last time around. (When I was using Windows, this was crystal clear.) Thanks a lot. 

    Hello milaj. Sorry to hear that you are experiencing issues in your area with service. No recent issues reported in the area. Let's see if we can help improve your reception. milaj, what make/model phone do you use? Is the service experience similar both indoors and outdoors?
    NicandroN_VZW
    Follow us on twitter @VZWSupport

  • New conversation windows start minimized?

    Is there a way to make Skype act like a more traditional IM client, so that every time someone sends me a message, the conversation window pops up?
    I am using Skype in Compact Mode and I have selected the "Open a new window when I receive a new message in compact view" option under the IM settings. Yet whenever someone sends me an message, the new chat window opens up minimized to the taskbar. This means it's quite easy to miss incoming messages since the only cue you get is the skype taskbar icon blinking orange.
    So, is there a way to have the new conversations pop up and start maximized?

    This seems to be because of the default view in skype now which keeps conversations and contacts in the same window. If you want your new conversations to pop up in a new window as they used to you will need to switch to a classic split view instead.  You can do this under the View menu by selecting the 'Split Window View' menu item. Once set new conversations will pop up in their own window as expected

  • Lync Conversation Window Extension with Multiparty Session

    I am building an internet based collaboration application that I want hosted as as Lync Conversation Window Extension.
    Have figured out how to register a Lync Conversation Window Extension
    <<<<<<<<<<<
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\15.0\Lync\Addins]
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\15.0\Lync\Addins\{00000000-0000-0000-0000-000000000001}]
    "DefaultContextPackage"=dword:00000000
    "Name"="TestApp"
    "ExtensibilityWindowSize"=dword:00000002
    "InternalURL"="http://www.TestApp.com"
    "ExternalURL"="http://www.TestApp.com"
    >>>>>>>>>>>>
    Also figured out how to add a menu item to kick it off
    <<<<<<<<
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Lync\SessionManager]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Lync\SessionManager\Apps]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Lync\SessionManager\Apps\{00000000-0000-0000-0000-000000000001}]
    "Path"="http://www.TestApp.com"
    "SessionType"=dword:00000002
    "OriginatorPath"="http://www.TestApp.com"
    "ApplicationType"=dword:00000001
    "LiveServerIntegration"=dword:00000000
    "Name"="TestApp"
    "Extensiblemenu"="ConversationWindowContextual;ConversationWindowActions;"
    >>>>>>
    If I invoke the app via the ConversationWindowActions it opens up in the browser and the "Multiparty Session" session type sends an appINVITE SIP message sent to participants.
    But I want it to come up as a Conversation Window Extension. Can do this if I invoke the ConversationWindowContextual. Great!
    But the trouble is I want it to be a "Multiparty Session" and have an appINVITE SIP message sent to participants.
    And that doesn't happen.
    =====
    So I have the two pieces working independently (ie "Multiparty Session" / "Lync Conversation Window Extension"). I need them working together.
    Thoughts?
    Jack Stephenson

    Hey guys. Am really excited to integrate with and extend lync.
    Have spent a huge amount of time researching.
    But really struggling with this.
    Really need some help from Microsoft on this one.
    Thanks
    Jack Stephenson

  • Xmonad and focus follows mouse issue

    I've been fiddling around with xmonad, and I notice that with focus follows mouse turned on, when I create a new window the window under the mouse gets selected instead of the window that I have just created. Pretty irritating, Anyone know how to solve that?
    Thanks for any help provided,
    Kruppe

    Yes, disabling the focus follows mouse behaviour makes it so the correct window is always chosen.
    I kind of like having focus follows mouse for when I need to copy and paste in applications that don't provide good methods for doing that purely with the keyboard (firefox and most terminals when not using screen). I would therefore like to have focus follows mouse.
    Sidenote: What is this updatePointer thing you use and what does it do?

  • FireFox Hello does not open conversation window after partner joined

    When I initiate a conversation and my partner joins, I can hear a sound and get a notification, but the conversation window does not change. That means it does not open the larger chat window.
    If I then press the Hello button and select the conversation, pressing the link does nothing.
    If I then copy&paste the conversation link in a new FireFox tab, I get the chat window, BUT it asks me to "join the conversation". If I do so, it simply says there are already 2 people in the conversation.
    It seems to work fine, when somebody else initiates the conversation.
    I've disabled all add-ons, except no-script, which I set to accept all scripts. I have no other FireFox versions installed.

    Thanks for getting back at all!
    It doesn't work with 36.0.4, too.
    When I use the Browser Console and press the HELLO button for the first time, I get the following two errors:
    ''Content Security Policy: The page's settings blocked the loading of a resource at self ("default-src jar:// about: file: chrome:"). about:loopconversation
    uncaught exception: document is not associated to any tab <unknown>''
    When I initiate a conversation and try to respond on the other computer, I also get a very long error:
    "[Dispatcher] Dispatching action caused an exception: " Exception { message: "", result: 2153644038, name: "", filename: "chrome://browser/content/loop/libs/sdk.js", lineNumber: 2931, columnNumber: 0, inner: null, data: null, stack: "OTHelpers.request@chrome://browser/content/loop/libs/sdk.js:2931:4
    OTHelpers.post@chrome://browser/content/loop/libs/sdk.js:2957:6
    OT.Analytics/send@chrome://browser/content/loop/libs/sdk.js:6856:0
    OT.Analytics/throttledPost@chrome://browser/content/loop/libs/sdk.js:6879:14
    OT.Analytics/post@chrome://browser/content/loop/libs/sdk.js:6899:10
    OT.Analytics/this.logEvent/<@chrome://browser/content/loop/libs/sdk.js:7053:8
    OT._.getClientGuid/<@chrome://browser/content/loop/libs/sdk.js:6817:6
    init/<.get@chrome://browser/content/loop/js/conversation.js:631:8
    getClientGuid@chrome://browser/content/loop/libs/sdk.js:6764:4
    OT._.getClientGuid@chrome://browser/content/loop/libs/sdk.js:6794:4
    OT.Analytics/this.logEvent@chrome://browser/content/loop/libs/sdk.js:7019:6
    OT.Session/this.logEvent@chrome://browser/content/loop/libs/sdk.js:20485:6
    OT.Session/this.connect@chrome://browser/content/loop/libs/sdk.js:20645:0
    loop.OTSdkDriver</OTSdkDriver.prototype.connectSession@chrome://browser/content/loop/shared/js/otSdkDriver.js:96:0
    loop.store.ConversationStore</ConversationStore<.connectionProgress@chrome://browser/content/loop/shared/js/conversationStore.js:168:0
    loop.Dispatcher</Dispatcher.prototype._dispatchNextAction/<@chrome://browser/content/loop/shared/js/dispatcher.js:76:10
    loop.Dispatcher</Dispatcher.prototype._dispatchNextAction@chrome://browser/content/loop/shared/js/dispatcher.js:74:6
    loop.Dispatcher</Dispatcher.prototype.dispatch@chrome://browser/content/loop/shared/js/dispatcher.js:48:6
    loop.store.ConversationStore</ConversationStore<._handleWebSocketProgress@chrome://browser/content/loop/shared/js/conversationStore.js:453:6
    triggerEvents@chrome://browser/content/loop/shared/libs/backbone-1.1.2.js:208:31
    Backbone.Events.trigger@chrome://browser/content/loop/shared/libs/backbone-1.1.2.js:148:18
    loop.CallConnectionWebSocket</CallConnectionWebSocket.prototype._onmessage@chrome://browser/content/loop/shared/js/websocket.js:248:10
    " } dispatcher.js:78:10
    It looks a bit like "sdk.js" is causing problems.

Maybe you are looking for

  • Remapping keys broken

    I want to remap the control key to the caps lock on my PB. To do this, I used System Preferences -> Hardware -> Keyboard and Mouse -> Modifier Keys to make both caps lock and control keys perform the control action. The result is unreliable. Usually

  • Switching from another supplier

    Three months ago when I signed up withEE TV/BROADBAND/TELEPHONE, I was told by the sales man in store that I could claim upto £100 for switching . How do I go about claiming this.

  • Nokia 1209 with broken screen i need contacts.

    I have a broken screen and i need to copy the contacts from phone to screen. Does anyone know the keystrokes/steps to do this?

  • Saying my profile is missing or inaccessible. This happened right after I moved folder to my documents and changes name

    I searched for the folder in finder where thunderbird stores its data in hopes it would have all my emails there. I renamed the folder and moved to my documents so I could easily access. (Not sure of its original origin). After I did that, when I wen

  • ESB vs BPEL : which one should we use

    Hello All- We need some pointers regarding the strength and weaknesses of ESB and BPEL and in which scenarios we should be using either ESB or BPEL or both. Currently, our EDI processing system is on BPEL 10.1.2.0.2 version and the details are given