Deepin does not login in my user
Tofloor
poster avatar
beloh
deepin
2016-08-03 10:17
Author
After making upgrades from 15.1.1 to 15.2 deepin does not login in my user.I Also tried installing 15.2, and everything was good until I updated again. I figured out  how to make updates and login in into root user but I still can't fix it.
Reply Favorite View the author
All Replies
tristar
deepin
2016-08-03 10:30
#1
change your password in to something easy, like 1234
from root terminal you can do that really easy:

passwd username
Reply View the author
beloh
deepin
2016-08-03 10:37
#2
https://bbs.deepin.org/post/31322
change your password in to something easy, like 1234
from root terminal you can do that really easy: ...

Thanks for the help!

I got an easy password and I can access from tty1. When I enter the password on the login interface it tries to open, but then reapperd the login interface.
Reply View the author
linkstat
deepin
2016-08-03 18:36
#3
Edited by linkstat at 2016-8-3 10:38

check that you haven't keyboard layout problems... maybe, that you are writing, is not the same that you have labeled in your ketboard. Deepin have bugs related to the keyboard distribution (and sometimes, you can have a distribution in the X system, and other different in the pure text terminal)... you can see (from a pure text console), what are you keyboard layout with:

  1. root@ghia:~# cat /var/lib/AccountsService/users/neouser
  2. [User]
  3. XSession=deepin
  4. SystemAccount=false
  5. Layout=es;
  6. Locale=es_ES.UTF-8
  7. Icon=file:///var/lib/AccountsService/icons/11.png
  8. Background=file:///home/neouser/Im%C3%A1genes/Wallpapers/b81498a1512c0092340de176aea24590.jpg
  9. GreeterBackground=file:///usr/share/backgrounds/default_background.jpg
  10. HistoryIcons=
  11. HistoryLayout=es\;;
Copy the Code

and see in the line starting with: Layout=
(in my case is spanish keyboard)

More than easy, just put a password like 1234 and then check that. (usually, no matters what layout keyboard are you using, the numbers are the same in almost all keyboards)

Another thing, try to create a new user, and then, adding it to a different groups of your interest:
  1. adduser $UserName
Copy the Code

and then, restart lightdm:
  1. systemctl restart lightdm.service
Copy the Code

finally, try to start with your new user and see if you can...


Greetings!
Reply View the author
juanjeakabob
deepin
2016-08-04 18:32
#4
I also have this problem and after updating and updating i get this error:

  1. bob@slimbook:~$ sudo apt-get -f installReading package lists... Done
  2. Building dependency tree      
  3. Reading state information... Done
  4. Correcting dependencies... Done
  5. The following additional packages will be installed:
  6.   libqtav11
  7. The following NEW packages will be installed:
  8.   libqtav11
  9. 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
  10. 3 not fully installed or removed.
  11. Need to get 564 kB of archives.
  12. After this operation, 2,005 kB of additional disk space will be used.
  13. Do you want to continue? [Y/n] y
  14. Get:1 http://packages.deepin.com/deepin unstable/main amd64 libqtav11 amd64 1:1.11.0-1 [564 kB]
  15. Fetched 564 kB in 8s (65.2 kB/s)                                       
  16. (Reading database ... 143143 files and directories currently installed.)
  17. Preparing to unpack .../libqtav11_1%3a1.11.0-1_amd64.deb ...
  18. Unpacking libqtav11:amd64 (1:1.11.0-1) ...
  19. dpkg: error processing archive /var/cache/apt/archives/libqtav11_1%3a1.11.0-1_amd64.deb (--unpack):
  20. trying to overwrite '/usr/lib/x86_64-linux-gnu/libQtAV.so.1', which is also in package libqtav19:amd64 1.9.0
  21. Processing triggers for libc-bin (2.22-9) ...
  22. Errors were encountered while processing:
  23. /var/cache/apt/archives/libqtav11_1%3a1.11.0-1_amd64.deb
  24. E: Sub-process /usr/bin/dpkg returned an error code (1)
Copy the Code
Reply View the author