[Feedback on issues] how to copy the "bloom-origin" folder as administrator to folder?
Tofloor
poster avatar
s***2@aol.com
deepin
2025-07-12 03:59
Author

This post follows a previous publication

https://bbs.deepin.org/post/223230?id=223230&limit=20&offset=0&postId=1731989

how to copy the "bloom-origin" folder as administrator to /usr/share/icons?

Reply Favorite View the author
All Replies
寂静的羽夏
deepin
2025-07-12 10:27
#1

If you can easily handle with terminal, you can run sudo cp -r /path/to/bloom-origin /usr/share/icons to copy the folder, also, you can use pkexec to replace sudo for inputing password in a GUI way.

Not easy with command line? you can run the file manager as root and copy the folder as your ways you using before. But I think it would be easier to intergrate run as root context menu in file manger for beginners.

Reply View the author
pzm9012
Moderator
2025-07-12 11:47
#2
寂静的羽夏

If you can easily handle with terminal, you can run sudo cp -r /path/to/bloom-origin /usr/share/icons to copy the folder, also, you can use pkexec to replace sudo for inputing password in a GUI way.

Not easy with command line? you can run the file manager as root and copy the folder as your ways you using before. But I think it would be easier to intergrate run as root context menu in file manger for beginners.

Actually deepin file manager has "Open as administrator" in the right-click menu.
Screenshot_dde-file-manager_20250712114323.png

Reply View the author
s***2@aol.com
deepin
2025-07-12 16:46
#3
寂静的羽夏

If you can easily handle with terminal, you can run sudo cp -r /path/to/bloom-origin /usr/share/icons to copy the folder, also, you can use pkexec to replace sudo for inputing password in a GUI way.

Not easy with command line? you can run the file manager as root and copy the folder as your ways you using before. But I think it would be easier to intergrate run as root context menu in file manger for beginners.

I will try thank you very much

Reply View the author
s***2@aol.com
deepin
2025-07-13 00:16
#4
寂静的羽夏

If you can easily handle with terminal, you can run sudo cp -r /path/to/bloom-origin /usr/share/icons to copy the folder, also, you can use pkexec to replace sudo for inputing password in a GUI way.

Not easy with command line? you can run the file manager as root and copy the folder as your ways you using before. But I think it would be easier to intergrate run as root context menu in file manger for beginners.

doesn't work, it tells me the folder is read-only

Reply View the author
s***2@aol.com
deepin
2025-07-13 00:16
#5
pzm9012

Actually deepin file manager has "Open as administrator" in the right-click menu.
Screenshot_dde-file-manager_20250712114323.png

doesn't work, it tells me the folder is read-only.....

Reply View the author
pzm9012
Moderator
2025-07-13 00:45
#6
s***2@aol.com

doesn't work, it tells me the folder is read-only.....

Refer to this article: https://bbs.deepin.org/post/286633

deepin V25 is a immutable distribution, so you need to disable read-only protection. Run sudo deepin-immutable-writable enable -d /usr and reboot to disable. sudo deepin-immutable-writable disable to enable again, and it's recommended to enable it for smooth system updates.

Reply View the author
s***2@aol.com
deepin
2025-07-13 02:17
#7
pzm9012

Refer to this article: https://bbs.deepin.org/post/286633

deepin V25 is a immutable distribution, so you need to disable read-only protection. Run sudo deepin-immutable-writable enable -d /usr and reboot to disable. sudo deepin-immutable-writable disable to enable again, and it's recommended to enable it for smooth system updates.

thanks

Reply View the author
s***2@aol.com
deepin
2025-07-13 02:29
#8
pzm9012

Refer to this article: https://bbs.deepin.org/post/286633

deepin V25 is a immutable distribution, so you need to disable read-only protection. Run sudo deepin-immutable-writable enable -d /usr and reboot to disable. sudo deepin-immutable-writable disable to enable again, and it's recommended to enable it for smooth system updates.

it worked great.

Reply View the author