Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Z-Shell breaks im-config configuration scripts, making input method malfunction



On Sep 3,  2:53pm, Vdragon0xFF360x5B570x9F8D wrote:
}
} Although it seems to be KDM's bug that uses my default shell(Zsh) to run
} the XSession script, it seems abnormal for Zsh to fail at that script also,
} thus here's the bug report.

Unfortunately, the script breaks for an entirely normal reason as far
as zsh is concerned:  It uses a glob pattern that doesn't match any
files.  The script needs "setopt no_nomatch" to run correctly in zsh
(among possibly other problems, but that's the one that shows up in
your trace output).

As a workaround, you could add "setopt no_nomatch" to your ~/.zshenv
file, and then "setopt nomatch" again in ~/.zshrc or ~/.zlogin.



Messages sorted by: Reverse Date, Date, Thread, Author