https://bugs.kde.org/show_bug.cgi?id=474072
AceLan Kao <ace...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ace...@gmail.com --- Comment #1 from AceLan Kao <ace...@gmail.com> --- yakuake 23.08.1-0xneon+22.04+jammy+release+build22 Can't reproduce this issue on ubuntu, and here is what I got when pressing F12 to call yakuake Not sure why there are some errors, I just built nu by `cargo install nu` Maybe you can run `nu` manually to see if it works. ``` Error: nu::parser::unknown_flag × The `str replace` command doesn't have flag `string`. ╭─[/home/acelan/.config/nushell/env.nu:15:1] 15 │ let dir = ([ 16 │ ($env.PWD | str substring 0..($home | str length) | str replace --string $home "~"), · ────┬─── · ╰── unknown flag 17 │ ($env.PWD | str substring ($home | str length)..) ╰──── help: Available flags: --help(-h), --all(-a), --no-expand(-n), --regex(-r), --multiline(-m). Use `--help` for more information. Error: nu::shell::removed_command × Removed command: let-env ╭─[/home/acelan/.config/nushell/config.nu:185:1] 185 │ # The default config record. This is where much of your global configuration is setup. 186 │ let-env config = { · ───┬─── · ╰── 'let-env' has been removed from Nushell. Please use '$env.<environment variable> = ...' instead. 187 │ # true or false to enable or disable the welcome banner at startup ╰──── __ , .--()°'.' Welcome to Nushell, '|, . ,' based on the nu language, !_-(_\ where all data is structured! Please join our Discord community at https://discord.gg/NtAbbGn Our GitHub repository is at https://github.com/nushell/nushell Our Documentation is located at https://nushell.sh Tweet us at @nu_shell Learn how to remove this at: https://nushell.sh/book/configuration.html#remove-welcome-message It's been this long since Nushell's first commit: 4yrs 4months 15days 12hrs 42mins 33secs 691ms 853µs 185ns Startup Time: 47ms 598µs 734ns /home/acelan> ``` -- You are receiving this mail because: You are watching all bug changes.