jove
Member
I know very little UNIX but I was thinking...
Many hard working hackers have determined what resources can be altered to change colors, icons, and behaviors. Most of the changes need to be done by root because the mods are global.
Having a different theme per user would be nice.
I know you can create a UNIX soft link to a resource extending outside the package. Aliases do not work. In other words:
a) Copy desired resource file to a user directory
b) Make desired changes to copy
c) Rename original file to anything
c) Create a link with the original name in the package to the new modified copy.
Is it then possible to have this link change per user? Can the link use the global variable called USER? Can login/out scripts be used to modify that link? The login script would recreate the link. The logout script would alter the link to the original resource file.
If anybody knows UNIX enough to see how this could or could not work - let me know.
Many hard working hackers have determined what resources can be altered to change colors, icons, and behaviors. Most of the changes need to be done by root because the mods are global.
Having a different theme per user would be nice.
I know you can create a UNIX soft link to a resource extending outside the package. Aliases do not work. In other words:
a) Copy desired resource file to a user directory
b) Make desired changes to copy
c) Rename original file to anything
c) Create a link with the original name in the package to the new modified copy.
Is it then possible to have this link change per user? Can the link use the global variable called USER? Can login/out scripts be used to modify that link? The login script would recreate the link. The logout script would alter the link to the original resource file.
If anybody knows UNIX enough to see how this could or could not work - let me know.