sed error in loginized-cli
Closed this issue · 3 comments
BenMorel commented
juhaku commented
Okay, can you provide me the theme by attaching those theme files here and
information of which system you are using? I can try to debug it when i
have time. Been really busy with other things recently.
…On Sun, 1 Sep 2019, 04:48 Benjamin Morel, ***@***.***> wrote:
Hi, I've been following the instructions on the wiki
<https://github.com/juhaku/loginized/wiki/Help> to add a custom theme:
# cd /usr/share/themes/Pop/gnome-shell/
# loginized-cli compile
But I get this error:
sed: -e expression #1 <#1>, char
0: no previous regular expression
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16?email_source=notifications&email_token=AGJDHCB6VEJ7TOEG4RGV243QHMNQFA5CNFSM4ISVJLUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HITV2IA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGJDHCCZCMUXS4NWKMEEKTDQHMNQFANCNFSM4ISVJLUA>
.
juhaku commented
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.
BenMorel commented
Oops, sorry about that, I indeed missed the dot!