-
Notifications
You must be signed in to change notification settings - Fork 128
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
Install-ConEmuTheme.ps1 script throws this error #15
Comments
It says you need to provide |
of which is what i did. the error that i am really concerned about is |
Hi - sorry for the late reply. Just to clarify, are you saying you are getting this error when you do: .\Install-ConEmuTheme.ps1 Add -ThemePathOrName themes\oceans16-dark.xml for example? If so, could you please check if you have Please let me know if this works. |
@joonro |
You should create that file - please follow |
This is the error i am getting now.
|
It is hard for me to know what is wrong with the information - you can send me your |
I also encountered the same error because my <value name="ConsoleFontName" type="string" data='新宋体'/> and the file encoding is UTF-8, then i got the error such as @SentinelWarren .So i commented this line to use the script, but when i open <!-- <value name="ConsoleFontName" type="string" data="鏂板畫浣?/> --> and the file encoding turned to I hope you can solve it. |
@joonro, installation via provided powershell script just does not work. At first, the script seems not to grab provided arguments…
But even after typing arguments manually, the script throws errors…
|
Well, it works for me. In the example below, it correctly identifies the theme was already added to config when I tried to add ayu.xml. Then I successfully removed/added the theme. I used a different > .\Install-ConEmuTheme.ps1 -ConfigPath C:\Users\Joon\Downloads\ConEmu.xml -Operation Add -ThemePathOrName themes\ayu.xml
C:\Users\joon\Dropbox\Colors\ConEmu\Install-ConEmuTheme.ps1 : Theme was already added to config
At line:1 char:1
+ .\Install-ConEmuTheme.ps1 -ConfigPath C:\Users\Joon\Downloads\ConEmu. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-ConEmuTheme.ps1
> .\Install-ConEmuTheme.ps1 -ConfigPath C:\Users\Joon\Downloads\ConEmu.xml -Operation Remove -ThemePathOrName themes\ayu.xml
> .\Install-ConEmuTheme.ps1 -ConfigPath C:\Users\Joon\Downloads\ConEmu.xml -Operation Add -ThemePathOrName themes\ayu.xml |
What am i doing wrong?
The text was updated successfully, but these errors were encountered: