Fluentterminal: Install.ps1 doesn't register explorer integration properly

Created on 19 Nov 2018  路  2Comments  路  Source: felixse/FluentTerminal

Hi,

the explorer integration isn't properly registered in Install.ps1 - there is a double % sign (which is required in the batch scripts) but I believe not in the Install.ps1 script.

I ended up with the following registry entry:

"C:\Users\Drachenkatze\AppData\Local\Microsoft\WindowsApps\flute.exe" new %%1

After changing it to the following, it works:

"C:\Users\Drachenkatze\AppData\Local\Microsoft\WindowsApps\flute.exe" new %1

By the way, thank you so much for this wonderful terminal 馃挀 Do you maybe have a patreon where I can support this with a little bit of appreciation?

bug

Most helpful comment

Yeah, looks like some copy&paste error. I will take care of this for the next release.

Thanks for your support, but I don't want to take any donations. Please give it to someone/something more in need 馃槂

All 2 comments

Yeah, looks like some copy&paste error. I will take care of this for the next release.

Thanks for your support, but I don't want to take any donations. Please give it to someone/something more in need 馃槂

Fixed with #145

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Loreno10 picture Loreno10  路  5Comments

byrnes picture byrnes  路  3Comments

felixse picture felixse  路  7Comments

Riebart picture Riebart  路  4Comments

DRSDavidSoft picture DRSDavidSoft  路  7Comments