Activity for Virtual Desktop Grid Switcher

  • Martin Martin modified a comment on ticket #18

    Just noticed a small issue with redrawing of systray icon when using Windows native methods to switch between virtual desktops, such as CTRL + Win + Left/Right, or Win + Tab + Virtual Desktop Selection. For those like me who only use application hotkeys, this shouldn't be an issue

  • Martin Martin modified a comment on ticket #18

    Just noticed a small issue with redrawing of systray icon when using Windows native methods to switch between virtual desktops, such as CTRL + Win + Left/Right, or Win + Tab + <virtual desktop="" selection=""> For those like me who only use application hotkeys, this shouldn't be an issue</virtual>

  • Martin Martin posted a comment on ticket #18

    Just noticed a bug with redrawing of systray icon when using Windows native methods to switch between virtual desktops, such as CTRL + Win + Left/Right, or Win + Tab + <virtual desktop="" selection=""> For those like me who only use application hotkeys, this shouldn't be an issue</virtual>

  • Martin Martin posted a comment on ticket #18

    Hi @squidly, I think this could be a simple workaround, until a fix for the NotificationService is found. So far, so good after a day of testing: VirtualDesktop-master/src/VirtualDesktop/VirtualDesktop.system.cs: private static void InitializeCore() { try { _provider.Initialize(_assembly ??= new ComInterfaceAssemblyBuilder(_configuration).GetAssembly()); } catch { _provider.Initialize(_assembly = new ComInterfaceAssemblyBuilder(_configuration).CompileNewAssembly()); } _notificationListener?.Dispose();...

  • Korn Korn posted a comment on ticket #18

    As a reminder of this issue: 24H2 has been released to Windows Update.

  • Korn Korn posted a comment on ticket #18

    Error message with the new version: System.Exception: EventListenerBase inheritance type is not found in the COM interface assembly. Base Type is WindowsDesktop.Interop.Build10240.VirtualDesktopNotificationService+EventListenerBase and has members WindowsDesktop.Interop.ComWrapperFactory get_Factory() Void set_Factory(WindowsDesktop.Interop.ComWrapperFactory) WindowsDesktop.Interop.Proxy.IVirtualDesktopNotification get_Notification() Void set_Notification(WindowsDesktop.Interop.Proxy.IVirtualDesktopNotification)...

  • Simon Liddington Simon Liddington committed [08636b] on Source Code

    Capture more info on failure for Win 11 24H2

  • Simon Liddington Simon Liddington committed [d306f3] on Source Code

    Attempt to fix Win 11 24H2 NotificationService COM interface assembly compilation

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    uploaded a new version which should give me some more info in the error message https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.2.2.zip

  • Korn Korn posted a comment on ticket #18

    tried, yes - no results. Indeed, a computer or VM with that version will help.

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    It seems like too much has changed for me to fix it without a computer on this version. A long shot but close it down, delete any 26100.863 files in %LOCALAPPDATA%\slions.net\VirtualDesktop\assemblies and restart.

  • Korn Korn posted a comment on ticket #18

    Now the following error is displayed on start (without crashing: System.Exception: EventListenerBase inheritance type is not found in the COM interface assembly. at WindowsDesktop.Interop.Build26100.VirtualDesktopNotificationService.Register(IVirtualDesktopNotification notification) in C:\Users\simonl\OneDrive - Personal\OneDrive\Documents\Dev\VirtualDesktopGridSwitcher\VirtualDesktop-master\src\VirtualDesktop\Interop\Build26100_863\VirtualDesktopNotificationService.cs:line 23 at WindowsDesktop.VirtualDesktop.InitializeCore()...

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    OK, maybe this will work - with those methods removed. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/VirtualDesktopGridSwitcher_v4.0.2.1.zip/download

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.2.1.zip

  • Korn Korn posted a comment on ticket #18

    Thanks, it does not start with the following error: --------------------------- Error --------------------------- There was an error initialising desktops. Press Ctrl-C with this window active to copy text System.Exception: Failed to compile COM interfaces assembly. 'VirtualDesktopNotification' does not contain a definition for 'MovedCore' and no accessible extension method 'MovedCore' accepting a first argument of type 'VirtualDesktopNotification' could be found (are you missing a using directive...

  • Simon Liddington Simon Liddington committed [e34c14] on Source Code

    Added tag v4.0.2.0 for changeset c634236fcc1c

  • Simon Liddington Simon Liddington committed [c63423] on Source Code

    Support Win 11 24H2

  • Simon Liddington Simon Liddington committed [acb819] on Source Code

    Added tag v4.0.1.0 for changeset 9554acf152b0

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    Give this a whirl. I don't have that version to test it on but hopefully it will work for you. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/VirtualDesktopGridSwitcher_v4.0.2.0.zip/download

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.2.0.zip

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.2.0.zip

  • Korn Korn posted a comment on ticket #18

    Hi @squidly, did you happen to have any chance to look at this request?

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    Very helpful thanks. I'm super busy right now but will try to get to to it soon. Feel free to remind me if I take too long!

  • Korn Korn modified a comment on ticket #18

    For reference, here is an implementation which does work in 24H2: https://github.com/MScholtes/VirtualDesktop/blob/master/VirtualDesktop11-24H2.cs EDIT: and this is a very basic AutoHotKey based replacement of VDGS for anyone else on 24H2.

  • Korn Korn posted a comment on ticket #18

    For reference, here is an implementation which does work in 24H2: https://github.com/MScholtes/VirtualDesktop/blob/master/VirtualDesktop11-24H2.cs

  • Korn Korn posted a comment on ticket #18

    Sure, here is the build info: OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.26100 N/A Build 26100

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    Oh, I thought you were saying the issue was due to another program running as well but you are saying it just masked the real error. Please run winver and let me know the exact OS Build

  • Korn Korn posted a comment on ticket #18

    Well, we do need support for 24H2 sooner or later. I can assist in testing on this build, if needed.

  • Simon Liddington Simon Liddington posted a comment on ticket #18

    Thanks for reporting and following up. Let me know if you think there is something that wants improving related to this.

  • Korn Korn posted a comment on ticket #18

    EDIT: The above error was from another .net software interfering. I was able to resolve it by closing offending app. Actual errors are thrown to the Event Log: Application: VirtualDesktopGridSwitcher.exe CoreCLR Version: 7.0.1523.57226 .NET Version: 7.0.15 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Stack: at WindowsDesktop.Interop.Build22621.IVirtualDesktopManagerInternal.CreateDesktop()...

  • Korn Korn created ticket #18

    Crash on Win11 24H2 (26100.863)

  • Simon Liddington Simon Liddington posted a comment on ticket #17

    I think Microsoft may have fixed it - I no longer seem to have this issue after applying update 2024-06 Cumulative Update for Windows 11 Version 23H2 for x64-based Systems (KB5039212)

  • Robert Arnold Robert Arnold posted a comment on ticket #17

    Hi Simon, Thanks for your help. I really like this tool, and was disappointing to see that something in Windows changed to make it less stable. Thanks again. --Robert

  • Simon Liddington Simon Liddington posted a comment on ticket #17

    Hi Robert, Yes I have noticed it too. It seems to freeze explorer / toolbar for me and I have to manually restart it and then restart VDGS. Its annoying, as I suspect the fix will be to wait until a switch has occurred before initiating the next but that will make it less responsive - it used to nicely "combine" the switches I think. Will see if I can put some time into it in the next week or 2 - nice to know its not just me, thanks for reporting it. Simon

  • Robert Arnold Robert Arnold created ticket #17

    Windows Explorer & GridSwitcher crashes on rapid screen changes

  • Alberto Polizzano Alberto Polizzano posted a comment on ticket #16

    Hi Simon, you're amazing, yes I confirm that new version solved the issue. Sorry to create all this problems to you. Many many many many many thanks for your time and effort. Have a good sunday. Alberto.

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    it was the IDs. See https://sourceforge.net/p/virtual-desktop-grid-switcher/src/ci/1cddc348e1a9360464ea2dd843f690cb3e5bae1b/

  • Simon Liddington Simon Liddington committed [9554ac] on Source Code

    Update copyright

  • Simon Liddington Simon Liddington committed [068a3c] on Source Code

    Compile new assembly if fails to initialise

  • Simon Liddington Simon Liddington committed [668581] on Source Code

    Show correct build number in About

  • Simon Liddington Simon Liddington committed [1cddc3] on Source Code

    Fix VirtualDesktop library for builds 22621.3155 and 22631.3155

  • Simon Liddington Simon Liddington committed [d0a79c] on Source Code

    Added tag v4.0.0.0 for changeset e45f41b4d29a

  • Simon Liddington Simon Liddington posted a comment on ticket #16

    New version 4.0.1.0 should sort you out

  • Simon Liddington Simon Liddington posted a comment on discussion What's New

    Fix for Windows 11 22H2 or 23H2 with KB5034765 applied. Raise a ticket if does not work for you and let me know what OS Build it says if you right click the system tray icon and select About.

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /VirtualDesktopGridSwitcher_v4.0.1.0.zip

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    It's not simple, we use an unpublished interface that Microsoft like to change every now and then or they change some ids that are needed and then these have to be found out and updated for use depending on the OS version it is running on Simon On 16 February 2024 8:33:12 pm "Yousuf Azad" sami1592@users.sourceforge.net wrote: If one wishes to debug and fix such issues, how should one go about it? How should one start?On Fri, Feb 16, 2024 at 10:13 AM Yousuf Azad sami1592@users.sourceforge.net wrote:Hey...

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    If one wishes to debug and fix such issues, how should one go about it? How should one start? On Fri, Feb 16, 2024 at 10:13 AM Yousuf Azad sami1592@users.sourceforge.net wrote: Hey Simon. It worked! 🥳 Thank you for your detailed instructions, much much appreciated. What do you think broke the build? What could be the real reason? On Fri, Feb 16, 2024 at 4:24 AM Simon Liddington squidly@users.sourceforge.net wrote: hmm, I emailed that and included a screenshot which is missing. Settings -> Windows...

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    Hey Simon. It worked! 🥳 Thank you for your detailed instructions, much much appreciated. What do you think broke the build? What could be the real reason? On Fri, Feb 16, 2024 at 4:24 AM Simon Liddington squidly@users.sourceforge.net wrote: hmm, I emailed that and included a screenshot which is missing. Settings -> Windows Updates (on left) -> Update History -> scroll down to bottom to find Uninstall Updates in Related Settings. [tickets:#11] https://sourceforge.net/p/virtual-desktop-grid-switcher/tickets/11/...

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    hmm, I emailed that and included a screenshot which is missing. Settings -> Windows Updates (on left) -> Update History -> scroll down to bottom to find Uninstall Updates in Related Settings.

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    You can uninstall - it is a security update though. Got to uninstall updates and find KB5034765 On Thu, 15 Feb 2024, at 11:23 PM, Yousuf Azad wrote: Although I have turned off the Windows update by following this instruction https://answers.microsoft.com/en-us/windows/forum/all/how-to-turn-off-windows-updates-permanently/603be1d3-b4c5-415a-9094-db0e9d3fc9ab and from settings, upon restart WIndoes decided to update anyway 🤷‍♂️ Now my VirtualDestop is broken too 😔 Good job Windows 👍 [image: image.png]...

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    Although I have turned off the Windows update by following this instruction https://answers.microsoft.com/en-us/windows/forum/all/how-to-turn-off-windows-updates-permanently/603be1d3-b4c5-415a-9094-db0e9d3fc9ab and from settings, upon restart WIndoes decided to update anyway 🤷‍♂️ Now my VirtualDestop is broken too 😔 Good job Windows 👍 [image: image.png] On Thu, Feb 15, 2024 at 10:17 AM Yousuf Azad sami1592@gmail.com wrote: Thanks for the heads up. Thank god I did not update yesterday. On Thu, Feb...

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    Thanks for the heads up. Thank god I did not update yesterday. On Thu, Feb 15, 2024 at 1:38 AM Simon Liddington squidly@users.sourceforge.net wrote: WARNING! Don't let Win 11 update to build 22631.3155 as it seems to have broken it again for me. Will advise when a fix is available. Simon [tickets:#11] https://sourceforge.net/p/virtual-desktop-grid-switcher/tickets/11/ App closes when hotkeys pressed Status: accepted Milestone: 1.0 Created: Fri Oct 15, 2021 02:08 PM UTC by Charlie Spencer Last Updated:...

  • Alberto Polizzano Alberto Polizzano posted a comment on ticket #16

    Hi Simon, thank for your quick answer, unfortunately I can't uninstall the update due to company policies.

  • Simon Liddington Simon Liddington posted a comment on ticket #16

    Actually, you correctly identified KB5034765 which seems to be applicable to 22H2 or 22H3 and increases the sub-build number to 3155. Uninstalling this update fixes the issue.

  • Simon Liddington Simon Liddington posted a comment on discussion What's New

    Actually it is KB5034765 which seems to be applicable to 22H2 or 22H3 and increases the sub-build number to 3155. Uninstalling this windows update fixes the issue - but be aware it is unfortunately a "Security Update".

  • Simon Liddington Simon Liddington posted a comment on discussion What's New

    WARNING! Don't let Win 11 update to build 22631.3155 as it seems to have broken it again for me. Will advise when a fix is available. Simon

  • Simon Liddington Simon Liddington modified ticket #16

    New error after upgrade to cumulative update for Windows 11 Version 22H2

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    WARNING! Don't let Win 11 update to build 22631.3155 as it seems to have broken it again for me. Will advise when a fix is available. Simon

  • Simon Liddington Simon Liddington posted a comment on ticket #14

    WARNING! Don't let Win 11 update to build 22631.3155 as it seems to have broken it again for me. Will advise when a fix is available. Simon

  • Simon Liddington Simon Liddington posted a comment on ticket #16

    23H2 not 22H2 right?

  • Simon Liddington Simon Liddington posted a comment on ticket #16

    Ah, yes, I just got the same thing :-(

  • Simon Liddington Simon Liddington posted a comment on ticket #15

    WARNING! Don't let Win 11 update to build 22631.3155 as it seems to have broken it again for me. Will advise when a fix is available. Simon

  • Alberto Polizzano Alberto Polizzano created ticket #16

    New error after upgrade to cumulative update for Windows 11 Version 22H2

  • CHRISTIAN LAGIEWKA CHRISTIAN LAGIEWKA posted a comment on discussion What's New

    Thank you! Already started using it and it is working without issues thus far.

  • Simon Liddington Simon Liddington posted a comment on discussion What's New

    Finally we have a version that works on both the latest Windows 10 and 11. May not work on an Insider Preview/Builds. Upgraded to .NET 7 - the download / install is much larger than previous versions because it is a "self-contained" install but this means you don't need to download and install .NET 7 yourself. Increased default timeout for moving Excel, Acrobat windows back to correct desktop. Editable in settings file. Default is now 5 secs. If files are slow to open on your computer you may need...

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /VirtualDesktopGridSwitcher_v4.0.0.0.zip

  • Kohei Hiraga Kohei Hiraga posted a comment on ticket #15

    I have been waiting too! Thank you Simon, It was a pain to work in windows without this. I also love that when I switch virtual windows, the desktop name is now displayed at the bottom of the screen. I have been installing different software just to make this happen. Thanks again ! I will send a small donation later, but I haven't been able to send it yet because I haven't verified my paypal identity.

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    You are welcome and thanks for your donation.

  • Alberto Polizzano Alberto Polizzano posted a comment on ticket #15

    Now everything work as expected. Really fantastic, I had replaced it with an autohotkey script but have back VDGS it's really amazing. Many thanks for your time and effort. Alberto.

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    OMG! This is working! This is working! This is a happy occasion! Thank you. Thank you. Thank you On Mon, Jan 15, 2024 at 4:40 AM Simon Liddington squidly@users.sourceforge.net wrote: It turns out the first version I uploaded doesn't work because it was built as a "single file application" but I didn't notice because it does work if it has already run and generated the required interface component for your operating system. Please try the new file in the same folder if you downloaded it and had an...

  • Simon Liddington Simon Liddington posted a comment on ticket #13

    Yes, I'm so happy to have finally sorted it out too :-)

  • Roland Roberts Roland Roberts posted a comment on ticket #13

    Worth repeating here...thank you! I am so happy to have this back. No workaround or substitute is as nice as VDGS!

  • Roland Roberts Roland Roberts posted a comment on ticket #14

    Woo-hoo! It's working again. Thank you Simon!

  • Simon Liddington Simon Liddington committed [e45f41] on Source Code

    Turn off single file publish - fails to compile assembly for OS

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    It turns out the first version I uploaded doesn't work because it was built as a "single file application" but I didn't notice because it does work if it has already run and generated the required interface component for your operating system. Please try the new file in the same folder if you downloaded it and had an error on startup.

  • Simon Liddington Simon Liddington posted a comment on ticket #13

    It turns out the first version I uploaded doesn't work because it was built as a "single file application" but I didn't notice because it does work if it has already run and generated the required interface component for your operating system. Please try the new file in the same folder if you downloaded it and had an error on startup.

  • Simon Liddington Simon Liddington posted a comment on ticket #14

    It turns out the first version I uploaded doesn't work because it was built as a "single file application" but I didn't notice because it does work if it has already run and generated the required interface component for your operating system. Please try the new file in the same folder if you downloaded it and had an error on startup.

  • Simon Liddington Simon Liddington posted a comment on ticket #15

    OK, thanks for that Alberto. It turns out it doesn't work when built as a "single file application" but I didn't notice because it does if it has already run and generated the required interface component for your operating system. Please try the new file in the same folder.

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.0.0_MultipleFile.zip

  • Alberto Polizzano Alberto Polizzano posted a comment on ticket #15

    Ok looking at the event viewer I found this error: Application: VirtualDesktopGridSwitcher.exe CoreCLR Version: 7.0.523.17405 .NET Version: 7.0.5 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException: Object reference not set to an instance of an object. at VirtualDesktopGridSwitcher.VirtualDesktopGridManager.Switch(Int32 index) at VirtualDesktopGridSwitcher.VirtualDesktopGridManager.<registerhotkeys>b__55_1(Object <p0>, HandledEventArgs...

  • Alberto Polizzano Alberto Polizzano posted a comment on ticket #15

    Hi Simon, first of all best wishes for the new year and many thanks for your great job with this very useful tool. I downloaded v.4.0.0, it was not necessary to unlock it in my case, so I unzipped it and trying to run it I get this popup message and after I close it the application starts: Error There was an error initialising desktops. Press Ctrl-C with this window active to copy text System.ArgumentException: The value cannot be an empty string. (Parameter 'path') at System.ArgumentException.ThrowNullOrEmptyException(String...

  • Simon Liddington Simon Liddington committed [6d69d9] on Source Code

    Merge

  • Simon Liddington Simon Liddington committed [c1ab84] on Source Code

    Settings - actually turn off browser activation, increase move on new timeout to 5s

  • Simon Liddington Simon Liddington committed [68716d] on Source Code

    Version 4.0.0.0 - switch to fork https://github.com/Slion/VirtualDesktop for Win 11+10 support

  • Simon Liddington Simon Liddington committed [1591b7] on Source Code

    Improvements from mntone fork https://github.com/mntone/VirtualDesktop

  • Simon Liddington Simon Liddington modified ticket #11

    App closes when hotkeys pressed

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    I have uploaded a beta version 4.0.0.0 which should work on the latest Win 11 and 10 builds. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/ Please try it out and let me know if you have any issues. It is a "self-contained" .NET application and should not require installing .NET but let me know if it tells you to do that.

  • Simon Liddington Simon Liddington modified ticket #12

    App crashes on suspend/resume

  • Simon Liddington Simon Liddington modified ticket #13

    VDGS on Windows 11 crashes when switching desktop

  • Simon Liddington Simon Liddington posted a comment on ticket #13

    I have uploaded a beta version 4.0.0.0 which should work on the latest Win 11 and 10 builds. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/ Please try it out and let me know if you have any issues. It is a "self-contained" .NET application and should not require installing .NET but let me know if it tells you to do that.

  • Simon Liddington Simon Liddington modified ticket #14

    VDGS won't open, even unblocked, on Windows 11

  • Simon Liddington Simon Liddington posted a comment on ticket #14

    I have uploaded a beta version 4.0.0.0 which should work on the latest Win 11 and 10 builds. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/ Please try it out and let me know if you have any issues. It is a "self-contained" .NET application and should not require installing .NET but let me know if it tells you to do that.

  • Simon Liddington Simon Liddington modified ticket #15

    VirtualDesktopGridSwitcher.exe 3.1.1 crashes on windows 11

  • Simon Liddington Simon Liddington posted a comment on ticket #15

    I have uploaded a beta version 4.0.0.0 which should work on the latest Win 11 and 10 builds. https://sourceforge.net/projects/virtual-desktop-grid-switcher/files/Beta/ Please try it out and let me know if you have any issues. It is a "self-contained" .NET application and should not require installing .NET but let me know if it tells you to do that.

  • Virtual Desktop Grid Switcher Virtual Desktop Grid Switcher released /Beta/VirtualDesktopGridSwitcher_v4.0.0.0.zip

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    This is such a happy news for me 🥳 On Mon, Jan 8, 2024 at 6:48 AM Simon Liddington squidly@users.sourceforge.net wrote: How about this for timing - I have just been told I am getting a new work computer with Win 11 so I will definitely sort this out soon. [tickets:#11] https://sourceforge.net/p/virtual-desktop-grid-switcher/tickets/11/ App closes when hotkeys pressed Status: pending Milestone: 1.0 Created: Fri Oct 15, 2021 02:08 PM UTC by Charlie Spencer Last Updated: Sun Jan 07, 2024 12:09 PM UTC...

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    How about this for timing - I have just been told I am getting a new work computer with Win 11 so I will definitely sort this out soon.

  • Simon Liddington Simon Liddington posted a comment on ticket #11

    Hi Yousuf, That is kind of you to consider doing this and I understand how it is a must - I could not do without it myself but am on Win 10 still so have not been forced to deal with this issue personally. I am aware of another fork of the Virtual Desktop library that will probably fix it and so hopefully just need to spend some time building against it and sorting out the .NET complications you ran into. Which I intend to do in the next week or 2. If you want to have a go yourself you only need...

  • Yousuf Azad Yousuf Azad posted a comment on ticket #11

    Hallo Simon. This app has been a must have tool for me. Thanks for your work. Truly. Is there alternative to this app that you know of? I am a C++ dev (fresher). I dared to think, I would like to help this bug. But I have never contributed to any open-source. I have not noticed any guide here for beginners. Also in the 'Source Code' section, besides the clone link, it says read access only. Is it possible to provide any guide for first timers?

1 >