1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
falkon (3.0.0-3) unstable; urgency=medium
HOW TO RESTORE BOOKMARKS USED WITH QUPZILLA
===========================================
Falkon is a replacement for the former package Qupzilla. If you, or some
other user of this computer were using Qupzilla formerly, it is possible
to restore bookmarks which were gathered with Qupzilla, so they become
available for Falkon users.
Here is a method for user John Doe, in shell language:
# USER_HOME=/home/johnDoe;
# cp ${USER_HOME}/.config/qupzilla/profiles/default/bookmarks.json \
${USER_HOME}/.config/falkon/profiles/defaults/
Please notice that doing so will erase any previous file
${USER_HOME}/.config/falkon/profiles/defaults/bookmarks.json
-- Georges Khaznadar <georgesk@debian.org> Tue, 03 Apr 2018 18:26:55 +0200
|