From me at the-compiler.org Mon Mar 2 19:17:24 2020 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 2 Mar 2020 19:17:24 +0100 Subject: [qutebrowser] qutebrowser users in London? Message-ID: <20200302181724.sqfnsetcmrfircik@hooch.localdomain> Hey, I happen to be in London until Saturday. Any qutebrowser users there who'd like to meet for a cup of tea or coffee? Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From ashwin.mahantha at gmail.com Sat Mar 28 15:12:20 2020 From: ashwin.mahantha at gmail.com (Ashwin Mahantha) Date: Sat, 28 Mar 2020 19:42:20 +0530 Subject: [qutebrowser] New User: Basic Issues - Extended hint modes Message-ID: Hi All, I am a new user of Qute browser. I was looking for help with some basic issues. How to use extended hint modes? I want exact steps to be followed to use extended hint modes once a website is opened. I am following Qutebrowser cheat sheet . Regards, Ashwin -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Mon Mar 30 12:09:30 2020 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 30 Mar 2020 12:09:30 +0200 Subject: [qutebrowser] New User: Basic Issues - Extended hint modes In-Reply-To: References: Message-ID: <20200330100930.zlstsvm5dc4tkrqf@hooch.localdomain> Hey Ashwin, On Sat, Mar 28, 2020 at 07:42:20PM +0530, Ashwin Mahantha wrote: > Hi All, > I am a new user of Qute browser. I was looking for help with some basic > issues. > How to use extended hint modes? I want exact steps to be followed to use > extended hint modes once a website is opened. > I am following Qutebrowser cheat sheet > > . You press e.g. the ";" key, then the "y" key and type the letters for a link you want to yank (copy) to clipboard. Same for the other extended hint bindings. Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From contact at erazem.eu Mon Mar 30 12:26:18 2020 From: contact at erazem.eu (Erazem Kokot) Date: Mon, 30 Mar 2020 12:26:18 +0200 Subject: [qutebrowser] Using importer.py Message-ID: <1585563978.21810.0@smtp.mailbox.org> Hi, I tried to use `importer.py` to import my Firefox bookmarks (exported into bookmarks.html). Since I couldn't figure out if I can start it from inside qutebrowser, I downloaded the code from Github and ran the following command: python3 importer.py -i mozilla firefox bookmarks.html which showed the following error: > Traceback (most recent call last): > File "importer.py", line 351, in > main() > File "importer.py", line 84, in main > output_format) > File "importer.py", line 293, in import_moz_places > places = sqlite3.connect(os.path.join(profile, "places.sqlite")) > sqlite3.OperationalError: unable to open database file I also tried the -K option, but the error message was the same. After that I tried using my Firefox profile folder with the following command python3 importer.py -i mozilla ~/.mozilla/firefox/ which returned this error: > Traceback (most recent call last): > File "importer.py", line 351, in > main() > File "importer.py", line 84, in main > output_format) > File "importer.py", line 298, in import_moz_places > c.execute(place_query[typ]) > sqlite3.OperationalError: database is locked I'm guessing the cause of the 2nd error message is that the profile is somehow encrypted, but how can I unlock it or use either of the commands to import my bookmarks? Regards, Erazem Kokot From felix.vanderjeugt+qutebrowser at posteo.net Mon Mar 30 12:35:49 2020 From: felix.vanderjeugt+qutebrowser at posteo.net (Felix Van der Jeugt) Date: Mon, 30 Mar 2020 12:35:49 +0200 Subject: [qutebrowser] Using importer.py In-Reply-To: <1585563978.21810.0@smtp.mailbox.org> References: <1585563978.21810.0@smtp.mailbox.org> Message-ID: <158556454971.12999.16149154051716164368@abysm> Dear Erazem Kokot, Quoting Erazem Kokot (2020-03-30 12:26:18) > python3 importer.py -i mozilla ~/.mozilla/firefox/ > > which returned this error: > > > Traceback (most recent call last): > > File "importer.py", line 351, in > > main() > > File "importer.py", line 84, in main > > output_format) > > File "importer.py", line 298, in import_moz_places > > c.execute(place_query[typ]) > > sqlite3.OperationalError: database is locked > > I'm guessing the cause of the 2nd error message is that the profile > is somehow encrypted, but how can I unlock it or use either of the > commands to import my bookmarks? This last seems correct to me, but maybe qutebrowser is still running during execution? I'd expect qb to lock the bookmarks while it's running. I'll leave it up to experts to answer if this is not the solution. Sincerely, Felix