You are not logged in.
Pages: 1
Hello,
I am installing x86_64 arch and using my /home folder from ubuntu, but not any of the configs from ubuntu. So i deleted my /home/haxit folder, and installed arch. Now, when i add my user, it adds the folder but not any configs in the /home/haxit folder that arch created. Is this normal?
Thanks,
HaXiT
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
What configs do you expect to be in the newly created home directory? There should be only something like this: ".bash_profile .xsession .bashrc .xinitrc" and nothing more. Other config files are created after you run each program. Is this what you mean?
Offline
Could you be a little clearer about what you did? I don't understand if you have used the Ubuntu /home partition for your new installation or if you are sharing the partition across distributions.
Moreover: how did you add your user. What configs are you missing?
The first rule of asking for help is providing enough information for people to help.
arch(3) adj amused because you think you understand something better than other people ;P
Offline
Well, dw about the ubuntu shit, but I have 0 config files in my home folder. And I am adding the user with:
useradd -m -s /bin/bash haxit
Thanks
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
dw about the ubuntu shit
heh?
Do you have any files in your Arch /etc/skel directory?
I always used "adduser" command with no problems.
Offline
BTW: adduser > useradd.
Offline
In my /etc/skel there is .bashrc and .bash_profile
Also I installed again and used the adduser thing, still didn't work.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
I still don't get what he expects to see there.
Offline
.xsession .xinitrc
I need these so that when I install xfce i can boot up on it immidiatly.
My home folder now has .bashrc and .bash_profile. Is that all there is on a fresh install?
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
.xsession and .xinitrc will probably only show up once you've installed xorg-xinit.
Offline
I installed that, and it still didn't show up.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
.xsession .xinitrc
I need these so that when I install xfce i can boot up on it immidiatly.
My home folder now has .bashrc and .bash_profile. Is that all there is on a fresh install?
Well, a fresh (Core) install does not include X11 so obviously .xsession and .xinitrc do not exist in /etc/skel. If you create your user after you have installed the xorg group then adduser will copy across the .xinit and .xsession files. Alternatively you can copy these manually if you install xorg afer you have created your user.
Offline
Pages: 1