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

Shutdown/Exit Windows menu options do not work when Progman as shell on Server 2022 Core #2

Open
win98se opened this issue Sep 20, 2022 · 7 comments
Labels
bug Something isn't working
Milestone

Comments

@win98se
Copy link

win98se commented Sep 20, 2022

image image

Clicking on both options did nothing. I have to use the Run option and execute e.g. shutdown -s -t 0, shutdown -r -t 0, shutdown -l, etc. as alternatives.

FYI, I am testing this program as a shell replacement on Windows Server 2022 Core.

@freedom7341 freedom7341 added the bug Something isn't working label Sep 21, 2022
@freedom7341
Copy link
Collaborator

Program Manager uses the shell32 shutdown dialog which seems to not be available in Server Core. Will install Server Core in a VM and test what alternatives are available. If I don't see anything I'll have to check for the availability of the shutdown dialog and if it's not present then I'll re-include the classic dialogs that I removed.

@win98se
Copy link
Author

win98se commented Sep 28, 2022

Hijacking this issue (because the Discussions tab is not open) - I got three errors when compiling.

1>C:\Users\???\source\repos\Progman\pmcomman.c(656,18): error C2065: 'IDM_NEWITEM': undeclared identifier
1>C:\Users\???\source\repos\Progman\pmcomman.c(660,19): error C2065: 'IDM_NEWGROUP': undeclared identifier
1>C:\Users\???\source\repos\Progman\pmcomman.c(664,23): error C2065: 'IDM_NEWCOMMGROUP': undeclared identifier

Do you have any idea what caused the errors, and any way to solve it?

@freedom7341
Copy link
Collaborator

I may not have updated the resource file properly. Will look into it tonight.

@freedom7341
Copy link
Collaborator

Hijacking this issue (because the Discussions tab is not open) - I got three errors when compiling.

1>C:\Users\???\source\repos\Progman\pmcomman.c(656,18): error C2065: 'IDM_NEWITEM': undeclared identifier
1>C:\Users\???\source\repos\Progman\pmcomman.c(660,19): error C2065: 'IDM_NEWGROUP': undeclared identifier
1>C:\Users\???\source\repos\Progman\pmcomman.c(664,23): error C2065: 'IDM_NEWCOMMGROUP': undeclared identifier

Do you have any idea what caused the errors, and any way to solve it?

Should be fixed now

@win98se
Copy link
Author

win98se commented Oct 13, 2022

I finally managed to get it compiled, thank you. However, the New option at my side is the old one. 🤔

@freedom7341
Copy link
Collaborator

Should be fine for now. Going to button up the shutdown issue when I can get to it, haven't had very much time with school and work.

@freedom7341 freedom7341 transferred this issue from another repository Jul 19, 2023
@freedom7341 freedom7341 added this to the Alpha 1 milestone Jul 19, 2023
@freedom7341
Copy link
Collaborator

New shutdown dialog is underway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants