-
Notifications
You must be signed in to change notification settings - Fork 177
Remove "Console" options from Interface-only installer (Windows) #824
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
Remove "Console" options from Interface-only installer (Windows) #824
Conversation
Testing1) Interface-only and Interface + Sandbox installersBuild 2 installers:
Test Interface-only installer:
Test Interface + Sandbox installer:
2) Signed production buildCheck that a signed release-for-production build can still be built. |
The following links are available:
build (macOS-latest, full) build (windows-latest, full) |
Made a PR installer only build and indeed a shortcut was created even though on the custom install section there was no option (Which is good) for that. Also a server-console folder with a server-console.exe is present in the install directory, it does run, though there is no domain-server so it doesn't exactly do much... |
Yes, it has the same behaviour as installing only Interface from combined Interface+Sandbox installer. Whether or not the Console app should be called something else, have its current Interface-only items (and fix their operation), or perhaps not be installed in Interface-only installations is a separate issue, I think. This PR is just addressing the need for Interface-only installer not having a confusing "Console" option - to make it easier for the likes of Steve to guide end users in set-up. |
That works pretty well I expect, the only thing I can think of is does that shortcut show up in the Interface-Only build on MacOS? That's the part that gets people. :) |
The following links are available:
build (macOS-latest, full) build (windows-latest, full) |
Did you install over the top or do a clean install? What is the screen shot showing exactly? I.e., what is the Windows equivalent? |
The problematic "Console" icon probably comes about when generating the DMG, though I've not been able to see where this icons are generated. (I don't use Mac, which doesn't help.) Note also the lower-case "i" in "interface". |
Let's try and get "interface" to say "Vircadia" and merge this as is. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working fine on Windows for me.
# Conflicts: # README.md
The advanced tab of the Windows Interface-only installer had three "console" advanced install options. These related to a cut-down version of the Sandbox's Windows system tray icon, with options (e.g., "GoTo") the currently don't work properly.
This PR temporarily removes the three "console" options from the Interface-only advanced install options and no longer creates a "Console" start menu item - until such time as the "console" is fixed (and perhaps renamed) or it's decided that it should be removed permanently. See issue: #683
Note: The Console is still installed - just the same as if only "Interface" is enabled for installation in the combined Interface+Sandbox installer.
Also: