Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win11 issues #62

Open
hertogg opened this issue Nov 10, 2021 · 9 comments
Open

Win11 issues #62

hertogg opened this issue Nov 10, 2021 · 9 comments

Comments

@hertogg
Copy link

hertogg commented Nov 10, 2021

In Win11 the desktop number is not shown in trayicon (e.g., 2/3 for 2nd from 3 desktops).
Also 'pin window to all desktops' is not working.

@vor0nwe
Copy link

vor0nwe commented Nov 11, 2021

The notification doesn’t appear either on my Win11 machine... In fact, it doesn’t seem to do anything at all.

@andigenn
Copy link

Same here

@kimweiss
Copy link

kimweiss commented Dec 1, 2021

Windows 11 seems to have own action for WIN + ALT + ARROW combination. This is my most wanted function, to move active window to another desktop.

@hertogg
Copy link
Author

hertogg commented Dec 11, 2021

Will there be an update to win11? This virtualdesktop manager is my favorite but doesn't seem to work on Win11. Thanks.

@dingxy1996
Copy link

Try this fork: https://github.com/hwtnb/SylphyHornPlusWin11 , works fine under Windows11

@popstas
Copy link

popstas commented Jan 9, 2022

@dingxy1996, tried on Windows 11 build 22000, settings not opened.

I found command line tool for manage virtual desktops - https://github.com/MScholtes/VirtualDesktop

Run compile.bat for get VirtualDesktop11.exe.

With VirtualDesktop and some custom scripts on Nodejs and Autohotkey I replaced SylphyHorn.

Move active window on Alt+Win+Left/Right:

move_window.ahk

moveWithWindowToLeft() {
	Run, c:\tools\VirtualDesktop11.exe Q GetCurrentDesktop Calc:-1 MoveActiveWindow Left, "", Hide
}
moveWithWindowToRight() {
	Run, c:\tools\VirtualDesktop11.exe Q GetCurrentDesktop Calc:1 MoveActiveWindow Right, "", Hide
}

; Win+Alt+[Left|right] - move with active window to desktop
#!Left::moveWithWindowToLeft()
#!Right::moveWithWindowToRight()

Script for set wallpapers:

wallpapers_desktops.cmd

VirtualDesktop11.exe gd:0 wp:c:\images\wallpapers\desktop\0.png
VirtualDesktop11.exe gd:1 wp:c:\images\wallpapers\desktop\1.png
VirtualDesktop11.exe gd:2 wp:c:\images\wallpapers\desktop\2.png

@dingxy1996
Copy link

dingxy1996 commented Jan 9, 2022

@popstas SylphyHornPlus works fine on my device(22000.376). It is still a beta version, so it is unstable in some cases, settings have been crashed several times in my device too, but most times it works well, maybe tried to rerun it?

@hertogg
Copy link
Author

hertogg commented Jan 9, 2022

Thanks for notifying.
This beta version indeed seems to work fine.

Request: current desktop info in tray is very small font; add option to increase or change font(size).

@andigenn
Copy link

andigenn commented Jan 10, 2022

Try this fork: https://github.com/hwtnb/SylphyHornPlusWin11 , works fine under Windows11

Hi, when I try to open the settings this warning appears and I can't open them (Windows 11 Pro Insider Preview build 22526.1000):
"System.NotSupportedException: You must target Windows 10 in your app.manifest and run without debugging.
in WindowsDesktop.VirtualDesktopHelper.ThrowIfNotSupported()
in WindowsDesktop.VirtualDesktop.GetDesktops()
in SylphyHorn.Services.SettingsService.ResizeList()
in SylphyHorn.Services.HookService.Suspend()
in SylphyHorn.ApplicationPreparation.g__ShowSettings|15_0()
in System.Windows.Forms.MenuItem.OnClick(EventArgs e)
in System.Windows.Forms.MenuItem.MenuItemData.Execute()
in System.Windows.Forms.Command.Invoke()
in System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants