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

A few options/features request #1001

Open
1 task done
03302024 opened this issue Mar 31, 2024 · 4 comments
Open
1 task done

A few options/features request #1001

03302024 opened this issue Mar 31, 2024 · 4 comments
Labels

Comments

@03302024
Copy link

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

  • Please make the Start menu transparent, similar to the taskbar.
  • Please provide an option to hide the taskbar icon (no overflow).
  • Please provide setup exe files for the new releases, as well. Download from store doesn't work for me.
  • The portable download requires extra dependancies on Windows 11. Please include them in the download zip file.

Expected results

No response

Actual results

No response

Windows version

Windows 11 RTM (build 22000)

Other details

No response

Relevant log output

No response

@03302024 03302024 added the bug label Mar 31, 2024
@sylveon
Copy link
Member

sylveon commented Mar 31, 2024

Please make the Start menu transparent, similar to the taskbar.

TranslucentTB focuses on altering the taskbar for now. There are alternative projects for the start menu, for example https://github.com/rounk-ctrl/TranslucentSM

Please provide an option to hide the taskbar icon (no overflow).

This already exists, in the config file set hide_tray to true.

Please provide setup exe files for the new releases, as well. Download from store doesn't work for me.

We rely on MSIX package identity for features now. Which means an exe installer would just install the MSIX - so, we can just distribute the MSIX because Windows has a built-in installer for MSIX. In the releases, there is an appinstaller file that will install the MSIX and its dependencies. Are you experiencing problems with the appinstaller file?

The portable download requires extra dependancies on Windows 11. Please include them in the download zip file.

I can look into bundling the dependencies inside the zip, but they will need to be installed on the system either way, they cannot be used without being installed, due to limitations in WinUI 2.

@03302024
Copy link
Author

There are alternative projects for the start menu, for example https://github.com/rounk-ctrl/TranslucentSM

Thank you for the link.

in the config file set hide_tray to true.

Thank you for the information.

Are you experiencing problems with the appinstaller file?

Yes, I tried a few things with no success and I gave up. I guess, my only chance is to use a complete installer or a complete portable app, that includes all the dependacies.

I can look into bundling the dependencies inside the zip

That would be great.

but they will need to be installed on the system either way

That is just fine with me, as long as I don't have to go through Microsoft store/powershell scripts/extra downloads, etc.

@03302024
Copy link
Author

Install the VCLibs before WinUI.

Thanks for the links, but I have trouble installing .appx files.

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

No branches or pull requests

2 participants