From m2habert at gmail.com Tue Oct 4 05:21:20 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Tue, 4 Oct 2016 00:21:20 -0300 Subject: [qutebrowser] userscript dir for MacOS Message-ID: Hi there: ?Where the userscript is supposed to be under the Mac OS? ~/.local/share/qutebrowser/userscript or ~/Library/Application Support/qutebrowser/userscripts or ~/Library/Preferences/qutebrowser/userscripts ?? Thanks Maur?cio -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Tue Oct 4 06:55:29 2016 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 4 Oct 2016 06:55:29 +0200 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: References: Message-ID: <20161004045529.qx3e7mwdxmbfqjpf@tonks> Hey Maur?cio, * Maur?cio Habert [2016-10-04 00:21:20 -0300]: > ?Where the userscript is supposed to be under the Mac OS? The next qutebrowser release will show you the paths in the version output, but I'd expect it to be ~/Library/Application Support/qutebrowser/userscripts. Note that you can also just spawn an userscript with a full path and put it anywhere. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From m2habert at gmail.com Tue Oct 4 14:55:45 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Tue, 4 Oct 2016 09:55:45 -0300 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: <20161004045529.qx3e7mwdxmbfqjpf@tonks> References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> Message-ID: Thanks, Florian... I was trying to "go by the book" because the umpv script is returning "Userscript exited with status 1" (it works fine thru the iTerm shell) ?Where can I find the log file for more details? Thanks again (I don't want to abuse: ?Is this really the proper channel? I searched google + Git, didn't find confimation, then clicked on the email cause it was on the help file/page. Thanks again) -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Tue Oct 4 17:58:56 2016 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 4 Oct 2016 17:58:56 +0200 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> Message-ID: <20161004155856.uvclo52u2dgzxpyg@tonks> Hey Mauricio, * Maur?cio Habert [2016-10-04 09:55:45 -0300]: > I was trying to "go by the book" because the umpv script is returning > "Userscript exited with status 1" (it works fine thru the iTerm shell) That means the script was found, but exited with that status. > ?Where can I find the log file for more details? You can see it in the terminal if you run qutebrowser from there, or you can do :messages inside qutebrowser. > (I don't want to abuse: ?Is this really the proper channel? I searched > google + Git, didn't find confimation, then clicked on the email cause it > was on the help file/page. Thanks again) This is fine - other possible ways to get help (or at least the ones I monitor) is the IRC channel (#qutebrowser on freenode, or [1]), /r/qutebrowser on reddit, or a GitHub issue (though I'd rather use those for actual bugs/feature requests). Florian [1] https://webchat.freenode.net/?channels=#qutebrowser -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From m2habert at gmail.com Wed Oct 5 18:35:49 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Wed, 5 Oct 2016 13:35:49 -0300 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: <20161004155856.uvclo52u2dgzxpyg@tonks> References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> <20161004155856.uvclo52u2dgzxpyg@tonks> Message-ID: > That means the script was found, but exited with that status. The "umpv" script works fine when called from the terminal. But, from within QB, :messages print out a bunch of error from Mac OS's phython 2 framewors: --- Process stderr: Traceback (most recent call last): File "/Users/m2habert/?bin/umpv", line 91, in subprocess.check_call(opts) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 535, in check_call retcode = call(*popenargs, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child os.close(errpipe_read) OSError: [Errno 9] Bad file descriptor Traceback (most recent call last): File "/Users/m2habert/?bin/umpv", line 91, in subprocess.check_call(opts) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 535, in check_call retcode = call(*popenargs, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1334, in _execute_child child_exception = pickle.loads(data) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1382, in loads return Unpickler(file).load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load dispatch[key](self) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string raise ValueError, "insecure string pickle" ValueError: insecure string pickle --- I, you probably guessed, followed the easiest path and installed QB thru the mac ".dmg" package. Only now I went back to see all that huge list of dependecies. So, I figure, "gotta macport the newest Python" (which I don't know shit about, of course). I've just used your macport direction (' sudo port install python34 py34-jinja2 asciidoc py34-pygments py34-pyqt5 '); problem / error log still persists. ?Should I re-install QB thru macport? (' sudo pip3.4 install qutebrowser ' ) ?? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Wed Oct 5 21:05:13 2016 From: me at the-compiler.org (Florian Bruhin) Date: Wed, 5 Oct 2016 21:05:13 +0200 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> <20161004155856.uvclo52u2dgzxpyg@tonks> Message-ID: <20161005190513.mwyl5tmx422h33z7@tonks> Hey Maur?cio, * Maur?cio Habert [2016-10-05 13:35:49 -0300]: > > That means the script was found, but exited with that status. > > The "umpv" script works fine when called from the terminal. But, from > within QB, :messages print out a bunch of error from Mac OS's phython 2 > framewors: > > [...] > Process stderr: > Traceback (most recent call last): > File "/Users/m2habert/?bin/umpv", line 91, in > subprocess.check_call(opts) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 535, in check_call > retcode = call(*popenargs, **kwargs) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 522, in call > return Popen(*popenargs, **kwargs).wait() > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ > errread, errwrite) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child > os.close(errpipe_read) > OSError: [Errno 9] Bad file descriptor That's very odd! It looks like umpv does *something* different when invoked from qutebrowser, and fails. Could you please open an issue in the bugtracker? https://github.com/The-Compiler/qutebrowser/issues Then we can try to track this down there - though I'm not sure yet whether that's a qutebrowser, a Python or a umpv bug. > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string > raise ValueError, "insecure string pickle" > ValueError: insecure string pickle That seems to be unrelated: http://bugs.python.org/issue26083 Also, I just need to leave http://imgur.com/To3DQ6J here :D > I, you probably guessed, followed the easiest path and installed QB > thru the mac ".dmg" package. Only now I went back to see all that huge list > of dependecies. That should be fine. The .dmg contains all needed dependencies. > So, I figure, "gotta macport the newest Python" (which I don't know > shit about, of course). > > I've just used your macport direction (' sudo port install python34 > py34-jinja2 asciidoc py34-pygments py34-pyqt5 '); problem / error log still > persists. > > ?Should I re-install QB thru macport? (' sudo pip3.4 install > qutebrowser ' ) ?? It'd be interesting for the bug report to know if it happens when installed like that as well. When you use the .dmg with the dependencies installed, the .dmg is still going to use the bundled ones. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From m2habert at gmail.com Thu Oct 6 01:23:07 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Wed, 5 Oct 2016 20:23:07 -0300 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: <20161005190513.mwyl5tmx422h33z7@tonks> References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> <20161004155856.uvclo52u2dgzxpyg@tonks> <20161005190513.mwyl5tmx422h33z7@tonks> Message-ID: > That's very odd! It looks like umpv does *something* different when > invoked from qutebrowser, and fails. But I can't be the first to use it under OS X, can I? (as I understand every QB user wants to activate videol thru hints, and the playlist is a nifty idea too) I did the port install ( ' sudo pip3.4 install qutebrowser ' did not work, "command not foun", so I went with ' port select --set pip pip34 ' + 'pip install qutebrowser ', which worked fine), buuuuuuut... Major newbie alert: I haven't the faintest where qutebrowser is!! pip printouts "all is fine", but don't report where. (see pic : https://dl.dropboxusercontent.com/u/14395194/pip%20qb.png ) When I type ' qutebrowser' : "command not found" I guess there is a regular output directory for python... Checked /opt/local/bin and /usr/local/bin, it's not there. Thanks, M On Wed, Oct 5, 2016 at 4:05 PM, Florian Bruhin wrote: > Hey Maur?cio, > > * Maur?cio Habert [2016-10-05 13:35:49 -0300]: > > > That means the script was found, but exited with that status. > > > > The "umpv" script works fine when called from the terminal. But, from > > within QB, :messages print out a bunch of error from Mac OS's phython 2 > > framewors: > > > > [...] > > Process stderr: > > Traceback (most recent call last): > > File "/Users/m2habert/?bin/umpv", line 91, in > > subprocess.check_call(opts) > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 535, in check_call > > retcode = call(*popenargs, **kwargs) > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 522, in call > > return Popen(*popenargs, **kwargs).wait() > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 710, in __init__ > > errread, errwrite) > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", > line 1326, in _execute_child > > os.close(errpipe_read) > > OSError: [Errno 9] Bad file descriptor > > That's very odd! It looks like umpv does *something* different when > invoked from qutebrowser, and fails. > > Could you please open an issue in the bugtracker? > https://github.com/The-Compiler/qutebrowser/issues > > Then we can try to track this down there - though I'm not sure yet > whether that's a qutebrowser, a Python or a umpv bug. > > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", > line 966, in load_string > > raise ValueError, "insecure string pickle" > > ValueError: insecure string pickle > > That seems to be unrelated: http://bugs.python.org/issue26083 > > Also, I just need to leave http://imgur.com/To3DQ6J here :D > > > I, you probably guessed, followed the easiest path and installed QB > > thru the mac ".dmg" package. Only now I went back to see all that huge > list > > of dependecies. > > That should be fine. The .dmg contains all needed dependencies. > > > So, I figure, "gotta macport the newest Python" (which I don't know > > shit about, of course). > > > > I've just used your macport direction (' sudo port install python34 > > py34-jinja2 asciidoc py34-pygments py34-pyqt5 '); problem / error log > still > > persists. > > > > ?Should I re-install QB thru macport? (' sudo pip3.4 install > > qutebrowser ' ) ?? > > It'd be interesting for the bug report to know if it happens when > installed like that as well. > > When you use the .dmg with the dependencies installed, the .dmg is > still going to use the bundled ones. > > Florian > > -- > http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) > GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc > I love long mails! | http://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Thu Oct 6 08:39:39 2016 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 6 Oct 2016 08:39:39 +0200 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> <20161004155856.uvclo52u2dgzxpyg@tonks> <20161005190513.mwyl5tmx422h33z7@tonks> Message-ID: <20161006063939.42us6djyvxuchsjg@tonks> * Maur?cio Habert [2016-10-05 20:23:07 -0300]: > > That's very odd! It looks like umpv does *something* different when > > invoked from qutebrowser, and fails. > > But I can't be the first to use it under OS X, can I? > (as I understand every QB user wants to activate videol thru hints, and the > playlist is a nifty idea too) No idea. You might well be (I only know of a dozen of people or so using qutebrowser on OS X FWIW). Or maybe it's something specific to your setup *somehow* - but again, let's find out the specifics in a GitHub issue ;) > I did the port install ( ' sudo pip3.4 install qutebrowser ' > did not work, "command not foun", so I went with ' port select --set pip > pip34 ' + 'pip install qutebrowser ', which worked fine), buuuuuuut... > > Major newbie alert: I haven't the faintest where qutebrowser is!! pip > printouts "all is fine", but don't report where. (see pic : > https://dl.dropboxusercontent.com/u/14395194/pip%20qb.png ) > > When I type ' qutebrowser' : "command not found" > > I guess there is a regular output directory for python... Checked > /opt/local/bin and /usr/local/bin, it's not there. I have no idea, it depends on what MacPorts does - since the libraries are installed to /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib, maybe there's a /bin there too? Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From m2habert at gmail.com Thu Oct 6 20:09:22 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Thu, 6 Oct 2016 15:09:22 -0300 Subject: [qutebrowser] userscript dir for MacOS In-Reply-To: <20161006063939.42us6djyvxuchsjg@tonks> References: <20161004045529.qx3e7mwdxmbfqjpf@tonks> <20161004155856.uvclo52u2dgzxpyg@tonks> <20161005190513.mwyl5tmx422h33z7@tonks> <20161006063939.42us6djyvxuchsjg@tonks> Message-ID: Sorry for the delay, but sorting out all trials was a bit confusing: https://github.com/The-Compiler/qutebrowser/issues/2015 On Thu, Oct 6, 2016 at 3:39 AM, Florian Bruhin wrote: > * Maur?cio Habert [2016-10-05 20:23:07 -0300]: > > > That's very odd! It looks like umpv does *something* different when > > > invoked from qutebrowser, and fails. > > > > But I can't be the first to use it under OS X, can I? > > (as I understand every QB user wants to activate videol thru hints, and > the > > playlist is a nifty idea too) > > No idea. You might well be (I only know of a dozen of people or so > using qutebrowser on OS X FWIW). > > Or maybe it's something specific to your setup *somehow* - but again, > let's find out the specifics in a GitHub issue ;) > > > I did the port install ( ' sudo pip3.4 install qutebrowser ' > > did not work, "command not foun", so I went with ' port select --set pip > > pip34 ' + 'pip install qutebrowser ', which worked fine), buuuuuuut... > > > > Major newbie alert: I haven't the faintest where qutebrowser is!! pip > > printouts "all is fine", but don't report where. (see pic : > > https://dl.dropboxusercontent.com/u/14395194/pip%20qb.png ) > > > > When I type ' qutebrowser' : "command not found" > > > > I guess there is a regular output directory for python... Checked > > /opt/local/bin and /usr/local/bin, it's not there. > > I have no idea, it depends on what MacPorts does - since the libraries > are installed to > /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib, maybe > there's a /bin there too? > > Florian > > -- > http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) > GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc > I love long mails! | http://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From m2habert at gmail.com Fri Oct 7 01:30:29 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Thu, 6 Oct 2016 20:30:29 -0300 Subject: [qutebrowser] =?utf-8?q?=C2=BFProspects_for_=C2=B7_Issue_=2322_?= =?utf-8?q?=C2=B7_=28Set_as_default_browser=29=3F?= Message-ID: ?Is the issue #22 (Set as default browser) the type of thing that is going to be easier to attend with the migration to the QtWebEngine? Or is it totally unrelated? I really miss the funcionality: I have a dozen of OS based launcher / scripts that prevent me of leaving Firefox and adopting QB as the main browser... (Thanks again, Florian, for this great software. Please don't take this as a downer, I only ask as I'm begginin to notice that there's so few Mac users on board (and I bet the Ubuntu crowd has more tools to circumvent this basic bump) and, not knowing all the many variables in such a huge project, I'd like to try to adjust accordingly...) -------------- next part -------------- An HTML attachment was scrubbed... URL: From taeer at necsi.edu Fri Oct 7 06:01:41 2016 From: taeer at necsi.edu (Taeer Bar-Yam) Date: Fri, 07 Oct 2016 04:01:41 +0000 Subject: [qutebrowser] =?iso-8859-1?q?=BFProspects_for_=B7_Issue_=2322_=B7?= =?iso-8859-1?q?_=28Set_as_default_browser=29=3F?= In-Reply-To: References: Message-ID: <1475812552-astroid-0-s1ws3nwy0g-7842@rebel> Depending on your system configuration, you can do it manually yourself. For example, I have set $HOME/.local/share/applications/mimeapps.list to have: ``` [Default Applications] text/html=qutebrowser.desktop x-scheme-handler/http=qutebrowser.desktop x-scheme-handler/https=qutebrowser.desktop x-scheme-handler/ftp=qutebrowser.desktop x-scheme-handler/chrome=qutebrowser.desktop application/x-extension-htm=qutebrowser.desktop application/x-extension-html=qutebrowser.desktop application/x-extension-shtml=qutebrowser.desktop application/xhtml+xml=qutebrowser.desktop application/x-extension-xhtml=qutebrowser.desktop application/x-extension-xht=qutebrowser.desktop ``` and then I have in the same folder qutebrowser.desktop has ``` [Desktop Entry] Name=Qutebrowser Exec=qutebrowser Type=Application ``` This causes xdg-open to use qutebrowser in the applicable times (for example when opening links from an email) This works with the applications I use and my system configuration. I don't know if it would work for you. Hope this helps! --Taeer Excerpts from Maur?cio Habert's message of October 6, 2016 7:30 pm: > ?Is the issue #22 (Set as default browser) the type of thing that is going > to be easier to attend with the migration to the QtWebEngine? Or is it > totally unrelated? > > I really miss the funcionality: I have a dozen of OS based launcher / > scripts that prevent me of leaving Firefox and adopting QB as the main > browser... > > (Thanks again, Florian, for this great software. Please don't take this as > a downer, I only ask as I'm begginin to notice that there's so few Mac > users on board (and I bet the Ubuntu crowd has more tools to circumvent > this basic bump) and, not knowing all the many variables in such a huge > project, I'd like to try to adjust accordingly...) > From me at the-compiler.org Fri Oct 7 06:32:43 2016 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 7 Oct 2016 06:32:43 +0200 Subject: [qutebrowser] =?iso-8859-15?q?=BFProspects_for_=B7_Issue_=2322_?= =?iso-8859-15?q?=B7_=28Set_as_default_browser=29=3F?= In-Reply-To: References: Message-ID: <20161007043243.iogqd7v2vllrgozr@tonks> Hi, First of all, let's keep questions about an issue in that issue please, that makes things easier for me and other people ;) * Maur?cio Habert [2016-10-06 20:30:29 -0300]: > ?Is the issue #22 (Set as default browser) the type of thing that is going > to be easier to attend with the migration to the QtWebEngine? Or is it > totally unrelated? It's unrelated. > I really miss the funcionality: I have a dozen of OS based launcher / > scripts that prevent me of leaving Firefox and adopting QB as the main > browser... That issue is mainly relevant on Windows and OS X. For OS X, there was a workaround posted (which didn't work for you according to your comment on the issue? Maybe someone else will know why...). I don't use OS X (or Windows, for that matter), so those issues usually take longer or I hope someone other than me looks at them. For that one, that could be you? ;) There's probably no qutebrowser code at all involved, but you'd need to modify the PyInstaller config to use an Info.plist which registers qutebrowser as a web browser I think. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From me at the-compiler.org Fri Oct 7 06:48:42 2016 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 7 Oct 2016 06:48:42 +0200 Subject: [qutebrowser] Announcing the qutebrowser-announce mailinglist (hah!) Message-ID: <20161007044842.bri3pn63f6jypxoa@tonks> Hey, since there are more discussions on this mailinglist recently than there used to be, I decided to create a separate mailinglist where only annoucements will be posted - you can find it here: https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce Anything I send there will also be sent to this mailinglist, but if you prefer a mailinglist with less traffic on it, unsubscribe here and subscribe there instead ;) Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From m2habert at gmail.com Fri Oct 7 07:39:50 2016 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Fri, 7 Oct 2016 02:39:50 -0300 Subject: [qutebrowser] =?utf-8?q?=C2=BFProspects_for_=C2=B7_Issue_=2322_?= =?utf-8?q?=C2=B7_=28Set_as_default_browser=29=3F?= In-Reply-To: <20161007043243.iogqd7v2vllrgozr@tonks> References: <20161007043243.iogqd7v2vllrgozr@tonks> Message-ID: On Fri, Oct 7, 2016 at 1:32 AM, Florian Bruhin wrote: > Hi, > > First of all, let's keep questions about an issue in that issue > please, that makes things easier for me and other people ;) > > Sorry, I thought that my post lacked any substance so it was better to leave the issue for more objetive info. Sorry. > > I don't use OS X (or Windows, for that matter), so those issues > usually take longer or I hope someone other than me looks at them. > > For that one, that could be you? ;) There's probably no qutebrowser > code at all involved, but you'd need to modify the PyInstaller config > to use an Info.plist which registers qutebrowser as a web browser I > think. > > I could try. I've already searched, but didn't find anything clear and concise yet. > Florian > > -- > http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) > GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc > I love long mails! | http://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: