Hello everyone, since I have created the file for creating the service script, my Ubuntu was make an infinite login loop in the gdm3. I can open the Terminal Mode with CTRL + ALT + F3.
I was tried to remove that with their command (found on the README of this repo) :
systemctl --user stop winapps-launcher # Stop Service
systemctl --user disable winapps-launcher # Disable Service
rm ~/.config/systemd/user/winapps-launcher.service # Delete Service
Now, my computer work perfectly.
How to fix that?
Thank you!
Hello everyone, since I have created the file for creating the service script, my Ubuntu was make an infinite login loop in the gdm3. I can open the Terminal Mode with
CTRL + ALT + F3.I was tried to remove that with their command (found on the README of this repo) :
Now, my computer work perfectly.
How to fix that?
Thank you!