#Try to login after downloading HyDE hyperland

203 messages · Page 1 of 1 (latest)

foggy ridge
#

Trying to login after downloading HyDE hyperland did as scripts says but for now I'm entering the right password and it showing login failed continuously

bleak mauve
#

try root for user and root for password?

sick plume
sullen ironBOT
#

#15700 📣 To open a TTY (virtual console) press and hold Control, Alt and then press F1 through F6

foggy ridge
bleak mauve
#

#15700 📣 To open a TTY (virtual console) press and hold Control, Alt and then press F1 through F6

sick plume
#

Try to login there

foggy ridge
sick plume
#

You're probably doing it incorrectly

#

What f did you press

foggy ridge
sick plume
#

While holding ctrl and alt?

#

Have you logged in as that user before?

foggy ridge
foggy ridge
#

In kde plasma

sick plume
#

If you still have plasma then switch to its session

foggy ridge
#

What should do now ?

sick plume
#

Well you can directly boot to a target where the display manager doesn't start automatically

sick plume
#

Add this boot param to boot to tty without starting the dm

systemd.unit=multi-user.target

#

.aw kernel parameters

sullen ironBOT
foggy ridge
#

By pressing Ctrl+Alt+F3

sick plume
#

Yeah..

foggy ridge
sick plume
#

Try to login as your user

#

If you can't, login as the root user instead and unlock your user account in case it's locked
faillock --user username --reset

#

Then switch to tty1 or any other or log out

#

And try to login as your user

#

Could be locked due to trying the wrong pass too many times

foggy ridge
sick plume
#

Did your dm switch?

#

Same keyboard layout?

foggy ridge
sick plume
#

Display manager

foggy ridge
sick plume
#

Sddm, gdm, lightdm

sick plume
foggy ridge
sick plume
#

Ok well the sddm log is weird

#

Send whole log

#

journalctl -b -0 | curl -F 'file=@-' 0x0.st

foggy ridge
sick plume
#

That uploads the system journal and gives you a link to it

#

Left side of the pipe | prints the log, right side of it uploads it to 0x0.st

foggy ridge
sick plume
#

You mistyped

foggy ridge
#

Should I give space after file@

sick plume
#

Bruh

#

You should type it like I sent it

foggy ridge
covert trench
#

Also, are you able to run Hyprland from the command line fine?

foggy ridge
covert trench
covert trench
covert trench
#

Yes

foggy ridge
#

@covert trench it opened this

#

And yeah after logging out it showed this

foggy ridge
sick plume
#

Well seems to have something to do with the dm and presumably the hyde modifications

#

You can install a another dm and disable sddm

#

You can also search the hyde issues in case its reported there

#

One of the risks of pre-built dotfiles is that you have no idea what is going on

foggy ridge
sick plume
#

Did you setup your locale right

foggy ridge
sick plume
#

It's in the installation guide

#

.aw installation guide

sullen ironBOT
foggy ridge
covert trench
#

What does /etc/locale.conf contain?

#

And try running locale-gen as root and see what locales get listed

foggy ridge
foggy ridge
foggy ridge
covert trench
#

Sounds like you don't have any locales enabled then

#

Try editing /etc/locale.gen as root, and then uncommenting en_US.UTF-8 by removing the #

covert trench
#

With sudo

foggy ridge
covert trench
#

Or whatever your preferred method of running commands as root is

foggy ridge
covert trench
#

Try it with run0 instead of sudo

foggy ridge
covert trench
#

You need to use a text editor to edit a file, such as nano or vim

#

Also put a / before etc

#

After you do that, run locale-gen again and then try editing /etc/locale.conf again and adding

LANG=en_US.UTF-8
foggy ridge
foggy ridge
covert trench
#

sudo would go before the text editor command

#

So sudo nano /etc/locale.gen

#

Once you're in nano, you can use Ctrl+W to search by the way

foggy ridge
covert trench
#

Find the line that has en_US.UTF-8, remove the # from it, and then save and exit the file with Ctrl + K

covert trench
#

You'll need to run locale-gen as root as well

covert trench
#

Edit the file and then add that line

#

If you use nano just open it, type it in, and then exit and save

foggy ridge
foggy ridge
#

Ok

sick plume
#

Well actually both

#

You need to edit both files

#

Dunno at what point you are

#

Just read the wiki

foggy ridge
#

Wait isn't the after removing # and adding this new line LANG are both same file

sick plume
#

The new line is added to .conf

#

Removing # is in .gen

foggy ridge
#

So what should I do now

sick plume
#

Read the wiki section carefully

#

After you've finished it reboot and try to login

foggy ridge
#

Lemme send you ss

sick plume
#

Nah

foggy ridge
sick plume
#

Read the wiki section from the top to the bottom

#

Not middle to top to bottom

#

Gn, should be easy to fix the login issue assuming it's due to not generating locates

#

Should only take a few mins

foggy ridge
#

I guess

foggy ridge
covert trench
#

No, you're editing locale.gen so you want to to write to that

foggy ridge
covert trench
#

Yes

foggy ridge
#

Now what should I do

#

I did save it

covert trench
#

Now, run locale-gen as root again, and it should list en_US

foggy ridge
#

@covert trench

#

It's showing this

covert trench
#

You added that to the wrong spot

foggy ridge
#

It*

covert trench
#

You only needed to uncomment a line in locale.gen, and then add the LANG= to locale.conf

#

Edit /etc/locale.gen again, and remove the line you added

#

Did you replace another line or did just add it to the end/start?

foggy ridge
#

I removed it now

covert trench
#

That's good

#

Now, edit the file /etc/locale.conf, and add

LANG=en_US.UTF-8
foggy ridge
covert trench
#

That's not the right file

foggy ridge
covert trench
#

If locale.conf looks like that then you accidently saved the contents of locale.gen to it

foggy ridge
#

So what should I do

covert trench
#

Try doing this instead, it will overwrite the contents with the correct thing
su -c "echo LANG=en_US.UTF-8 > /etc/locale.conf"

covert trench
foggy ridge
#

So I added that line in this and in gen also mistakenly

covert trench
#

It should either be empty or only have one line in it

foggy ridge
covert trench
foggy ridge
foggy ridge
covert trench
#

That's to be expected

#

Now, if you run cat /etc/locale.conf, which will output the contents of the file, do you see that line?

covert trench
#

Okay, how about instead try this, run nano as root without a file after, write LANG=en_US.UTF-8 in the new file, do Ctrl + K, and when it asks you where to save it, put /etc/locale.conf

foggy ridge
covert trench
#

Just sudo nano by itself

foggy ridge
covert trench
#

Once nano opens, type in LANG=en_US.UTF-8, and then save the file to /etc/locale.conf

foggy ridge
#

Yes I guess

covert trench
#

I would try rebooting and see if it anything changes with your issue

foggy ridge
covert trench
#

You can just reboot from there by running reboot

foggy ridge
#

😭 😭

covert trench
#

Well something else must be the issue then, but I'm going off to bed soon so I can't help you right now

#

You can try running Hyprland from the TTY like earlier and it should give you a functional system for now though

foggy ridge
covert trench
#

It may be an issue with the SDDM configuration so that could be changed, but I don't know exactly

tacit plover
#

I had this same problem today , and it was because sddm wasnt loading my preferred keyboard layout.
Do you normally use a different keyboard layout from standard qwerty?

foggy ridge
foggy ridge
# tacit plover I had this same problem today , and it was because sddm wasnt loading my preferr...

Can you tell me about your username according to this solution it's due to uppercase in letter
https://github.com/HyDE-Project/HyDE/issues/404

GitHub

Description Today I swapped from the latest version of KDE to hyprland with HyDE, though am having issues with logging in. Everything initialises correctly on boot, but when I get to SDDM, I keep g...

tacit plover
#

my username is all lowercase, it was my password that was the problem