mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
app-misc/Clipboard: reduced ewarn message length
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
@@ -47,8 +47,10 @@ src_configure() {
|
||||
pkg_postinst() {
|
||||
ewarn "The new history feature makes CB incompatible with how older versions stored clipboard contents."
|
||||
ewarn "If you have existing content when you upgrade, then it might not appear in CB, although it won't be deleted."
|
||||
ewarn "To fix this, take everything stored in the data folder of your existing clipboards and move them to a \"0\" subfolder within data."
|
||||
ewarn "So, if you have the file Foobar stored under data, the new setup will look like the folder 0 under data, and 0 stores the file Foobar."
|
||||
ewarn "To fix this, take everything stored in the data folder of your existing clipboards"
|
||||
ewarn "and move them to a \"0\" subfolder within data."
|
||||
ewarn "So, if you have the file Foobar stored under data, the new setup will look like the folder 0 under data,"
|
||||
ewarn "and 0 stores the file Foobar."
|
||||
ewarn "To find where CB keeps your clipboards, use the cb info command and check the line that says Stored in...."
|
||||
ewarn "If you don't already have content stored with CB, then this warning doesn't apply to you."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user