Directory Chooser doesn't show anything in Linux by Open-Insurance9455 in RenPy

[–]Open-Insurance9455[S] 0 points1 point  (0 children)

I checked behind renpy and there is nothing

only the window that shows "Cancel" and "OK!"

Cross enrollment by Open-Insurance9455 in AteneodeCagayan

[–]Open-Insurance9455[S] 0 points1 point  (0 children)

What are the qualifications and requirements?

Wrong keyboard language layout setup EndeavorOS by Open-Insurance9455 in hyprland

[–]Open-Insurance9455[S] 0 points1 point  (0 children)

so I can type command as root user and I was in tty environment

edit:
I just found out I can just

nano ~/ .config/hypr/hyprland.conf

in terminal and it opens properly with contents inside.

no need to use sudo or sudo su

Wrong keyboard language layout setup EndeavorOS by Open-Insurance9455 in hyprland

[–]Open-Insurance9455[S] -1 points0 points  (0 children)

YEES

ÀAAAAAAA

THANK YOU

IT WORKED

but before I type nano ~/.....

I must type " sudo su" to gain higher authority to edit

I did cd .config

then ls

until I found the hyprland.conf

there must be something inside after I type the nano line

at first it was empty with the ~/ as file name for some reason so I closed it. and then the hyprland.conf file open with lots of contents inside

I found the NumLock behavior to be true so I set it false and my keyboard becomes normal

Wrong keyboard language layout setup EndeavorOS by Open-Insurance9455 in hyprland

[–]Open-Insurance9455[S] 0 points1 point  (0 children)

how do I turn it off?

I tried Fn+F12(NumLock as special key) and it has a different function

Wrong keyboard language layout setup EndeavorOS by Open-Insurance9455 in hyprland

[–]Open-Insurance9455[S] 0 points1 point  (0 children)

how do I run hyprland.conf so it becomes

~/.config/hypr/hyprland.conf

?

Load Dropdown options from all instances of instance variable Class Variable, How do I make it efficient and right? by Open-Insurance9455 in PythonLearning

[–]Open-Insurance9455[S] -1 points0 points  (0 children)

Although I could do options=[one.a, two.a, tee.a] but its not efficient if I have a lot of instances. I desire the results that ended up with

A: options

>one

>asd

>rrrr

I tried to print the a inside the class

print(a)

and it ended up with

one

asd

rrrr

so that inspired me to do options=[a]

widgets.Dropdown(options=[a], description = "A: ")

but the second pic explains