Bits gave me a procedure for creating a fresh clean /home/doug
directory. It worked then, but doesn't work now.
One step is to copy in the directory structure from /etc/skel, but in
both Mageia 7 and 8, the whole contents of /etc/skel is one empty /tmp folder.
Bits gave me a procedure for creating a fresh clean /home/doug
directory. It worked then, but doesn't work now.
One step is to copy in the directory structure from /etc/skel, but in
both Mageia 7 and 8, the whole contents of /etc/skel is one empty /tmp folder.
What has changed?
On Sun, 27 Oct 2019 13:48:56 +1100, Doug Laidlaw wrote:
Bits gave me a procedure for creating a fresh clean /home/doug
directory. It worked then, but doesn't work now.
One step is to copy in the directory structure from /etc/skel, but in
both Mageia 7 and 8, the whole contents of /etc/skel is one empty /tmp
folder.
What has changed?
Procedure used by the biological unit between the keyboard and chair.
List of files in /etc/skel after a clean install follows:
# cat /var/local/save/skel_dir.list_vinstall
.bash_completion
.bash_logout
.bash_profile
.bashrc
.mozilla
.screenrc
tmp
install snippet of code to get list of files in /etc/skel follows:
_fn=$_save_dir/skel_dir.list_vinstall
if [ ! -e $_fn ] ; then
ls -1 --almost-all /etc/skel/ > $_fn
fi
Go ahead and check yours, again, using
ls -1 --almost-all /etc/skel/
On 27/10/19 2:34 pm, Bit Twister wrote:
On Sun, 27 Oct 2019 13:48:56 +1100, Doug Laidlaw wrote:
Bits gave me a procedure for creating a fresh clean /home/doug
directory. It worked then, but doesn't work now.
One step is to copy in the directory structure from /etc/skel, but in
both Mageia 7 and 8, the whole contents of /etc/skel is one empty /tmp
folder.
What has changed?
Procedure used by the biological unit between the keyboard and chair.
List of files in /etc/skel after a clean install follows:
# cat /var/local/save/skel_dir.list_vinstall
.bash_completion
.bash_logout
.bash_profile
.bashrc
.mozilla
.screenrc
tmp
install snippet of code to get list of files in /etc/skel follows:
_fn=$_save_dir/skel_dir.list_vinstall
if [ ! -e $_fn ] ; then
ls -1 --almost-all /etc/skel/ > $_fn
fi
Go ahead and check yours, again, using
ls -1 --almost-all /etc/skel/
You are both right. So, what creates the visible structure: Downloads, Documents, etc.?
You are both right. So, what creates the visible structure: Downloads,
Documents, etc.?
Desktop Environment startup script.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 85:13:54 |
Calls: | 7,895 |
Calls today: | 1 |
Files: | 12,968 |
Messages: | 5,791,921 |