Tuesday, September 26, 2023
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 157588  / 1 Year ago, mon, august 29, 2022, 5:31:57

I just wanted to install a theme for the start up screen and I have to copy some files over here to /usr/share/kde4/apps/ksplash/Themes/.



But the answer I get is:




Access denied. Could not write to /usr/share/kde4/apps/ksplash/Themes/




What do I have to do? I am a new user.


More From » filesystem

 Answers
1

Mallik is right. You don't own this directory, since it is a system-directory and not a user-directory, like /home/Username, where you can copy/paste files as you wish!



Please don't change the root permission of any system-directory permanently, since your system manages on its own and you can only break it that way. Instead open Terminal and use sudo before your command to copy cp, or move mv files/folders.



Put the folder you want to copy (I call it myNewTheme) on your desktop!



Your command should be as followed: (you need to replace the path/dir and name of the folder you want to copy/move):



sudo cp -r /home/Username/Desktop/myNewTheme /usr/share/kde4/apps/ksplash/Themes/


The -r stands for recursive, since it is a folder (parent), with sub-folders/files (children) and therefore recursion is mandatory!!


[#40030] Tuesday, August 30, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oargrou

Total Points: 336
Total Questions: 105
Total Answers: 113

Location: Vietnam
Member since Sun, Oct 18, 2020
3 Years ago
oargrou questions
Thu, May 13, 21, 16:38, 2 Years ago
Wed, Jul 21, 21, 01:38, 2 Years ago
Sat, May 15, 21, 17:39, 2 Years ago
Tue, May 24, 22, 14:58, 1 Year ago
Sat, Mar 19, 22, 05:22, 2 Years ago
;