juhaku/loginized

sed error in loginized-cli

Closed this issue · 3 comments

Hi, I've been following the instructions on the wiki to add a custom theme:

# cd /usr/share/themes/Pop/gnome-shell/
# loginized-cli compile

But I get this error:

sed: -e expression #1, char 0: no previous regular expression

Hi thinkin this more the issue is at the command execution. It does not provide good error message that would be clear to users. But the issue is the command you have typed. You have typed loginized-cli compile which instead should have the loginized-cli compile . Note! the last dot (.) at the end of command. I will add that to the install instruction details.

Oops, sorry about that, I indeed missed the dot!