PINE64
How to create a new user - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: How to create a new user (/showthread.php?tid=8460)

Pages: 1 2


RE: How to create a new user - Nathe - 01-14-2020

blueman-services did not work

Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused

(blueman-services:1211): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
Traceback (most recent call last):
   File "/usr/bin/blueman-services", line 30, in <module>
       setup_icon_path()
   File "/usr/lib/python3/dist-packages/blueman/Functions.py", line 178, in setup_icon_path
       ic.prepend_search_path(ICON_PATH)
AttributeError: 'NoneType' object hass no attribute 'prepend_search_path'


Solved
https://wiki.pine64.org/index.php/Pinebook_Pro#Initial_user_changes.2C_password.2C_name.2C_etc...
Once the machine reboots press Alt-Ctrl-F1 to bring up a text terminal
After root logout. Log into the text terminal as yourself to fix login error: "Configured directory for incoming files does not exist"; <--- wrong
Should be...
"Press Alt-Ctrl-F7 to go back to the login screen and then login as the normal user"
Then use terminal
blueman-services
Select "Transfer" tab and set "Incoming Folder" to myself


RE: How to create a new user - Arwen - 01-14-2020

@Nathe, Thank you, Wiki section updated. Please review and let us know of any improvements that could done.


RE: How to create a new user - Nathe - 01-14-2020

(01-14-2020, 08:29 PM)Arwen Wrote: @Nathe, Thank you, Wiki section updated. Please review and let us know of any improvements that could done.

Looks good. Happy to help and most welcome! Smile


RE: How to create a new user - B34N - 03-07-2020

I'm looking to add a new user for my spouse.

I'm all set with updating root and changing rock users. The Wiki was very helpful there. I expected to see an option under Administration to set up users but nothing is there. I did "sudo adduser" at the command line and I was able to add her. Unfortunately, her user doesn't have all the same functionality as the changed "rock" users does. Also, the keyboard isn't mapped right for her. What's the "right" way to add a user?


RE: How to create a new user - wdt - 03-07-2020

>What's the "right" way to add a user?
More than 1 way to skin a cat
adduser can also add a group ,,, adduser $USER sudo ,, etc, etc (1group per cmd)
type id, shows what groups your login is in, OR id $USER for user's groups
(all as root or sudo)