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

Cmder with FluentTerminal (Acrylic Effect) #2026

Closed
DRSDavidSoft opened this issue Jan 30, 2019 · 9 comments
Closed

Cmder with FluentTerminal (Acrylic Effect) #2026

DRSDavidSoft opened this issue Jan 30, 2019 · 9 comments

Comments

@DRSDavidSoft
Copy link
Contributor

DRSDavidSoft commented Jan 30, 2019

Cmder with the Acrylic Terminal Effect

Cmder on FluentTerminal UWP, a transparent terminal for Windows with acryclic effect

This is made possible by running Cmder inside FluentTerminal instead of ConEmu.

Guide

Related

External

Help & Issues

Please comment possible problems on this issue.

@ericcornelissen
Copy link

ericcornelissen commented Jan 30, 2019

Thanks for this @DRSDavidSoft! It works almost perfectly, the only thing is that I had some issues with the Arguments, namely if %CMDER_ROOT% contains spaces it will complain that there is no command. Therefor I suggest updating the guide to use quotes (as seen ⬇️), which shouldn't harm anyone using a path without spaces.

/k title Cmder & "%CMDER_ROOT%\vendor\init.bat"

@DRSDavidSoft
Copy link
Contributor Author

👌 Thank you for the observation @ericcornelissen, I updated the wiki!
(The wiki is open to editing for anyone, so you can go ahead and edit it in the future if you see fit!)

@SayidHosseini
Copy link

@DRSDavidSoft, I wanna install agnoster on zsh. Do I need CMDER or should I start somewhere else?

@DRSDavidSoft
Copy link
Contributor Author

DRSDavidSoft commented May 17, 2019

@SayidHosseini

Generally speaking, zsh binaries on Windows work without needing Cmder.

The Cmder package just contains ConEmu terminal emulator, plus Clink shell and some additional batch scripts. zsh doesn't require nor interact with Clink and/or any batch scripts at all, so you won't need those to run zsh.

The ConEmu terminal within Cmder can be used to run zsh -- but seeing that you have commented on this issue, I'd say that you are looking to run zsh on FluentTerminal, not ConEmu. If that's the case, you will not need Cmder at all to run zsh.

In any case, zsh will require an installation of either WSL, git-for-windows/msys2, or Cygwin to run. Do you have any of those?

Cheers! ✌️

@infragandhi
Copy link

Hi!

I followed the instructions point by point, but I keep getting this launching Fluent Terminal in cmd: 'The system cannot find the path specified.'

Launching in Powershell: :
'The module '[CMDER_ROOT]' could not be loaded. For more information, run 'Import-Module [CMDER_ROOT]'.
At line:1 char:3

  • . '[CMDER_ROOT]\vendor\profile.ps1'
  • + CategoryInfo          : ObjectNotFound: ([CMDER_ROOT]\vendor\profile.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CouldNotAutoLoadModule'
    
    

I setup the environment variable as the instructions told:
Capture

Can you help me out with this?
Thanks!

@DRSDavidSoft
Copy link
Contributor Author

@ntamas9503 Hey there, the [CMDER_ROOT] is actually the place holder for the Cmder path.

Please replace it like this:

[CMDER_ROOT]%CMDER_ROOT%

and it should work!

@infragandhi
Copy link

Yeah, it worked with specifying the full path. Thanks for your help!

@Bilibili-toast
Copy link

Hello author, I have set everything up in FluentTerminal, but the acrylic effect is not achieved.

@DRSDavidSoft
Copy link
Contributor Author

@Bilibili-toast Hi there, please check if other fluent/metro UI/store apps have the same issue.

If the problem only exists in FluentTerminal, please create a new issue here:
https://github.com/felixse/FluentTerminal/issues

Also, please checkout our guide to use WindowsTerminal with Cmder, which also has the acrylic effect (blurred behind):
https://github.com/cmderdev/cmder/wiki/Seamless-Windows-Terminal-Integration

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

No branches or pull requests

6 participants