kupferlauncher / kupfer

kupfer, smart, quick launcher. `master' is kupfer's release branch.
http://kupferlauncher.github.io
GNU General Public License v3.0
366 stars 64 forks source link

port chromium plugin to Python 3, change UrlLeaf icon to web-browser #143

Closed emareg closed 3 years ago

emareg commented 3 years ago

Not many changes were necessary to make the plugin run on Python 3. For me the bookmark file is ~/.config/chromium/Default/Bookmarks. I just changed this path, removed the UTF-8 decode, as Python 3 is UTF-8 default and some unnecessary _ that were not accepted by Python 3.

A second change I made is to switch the icon of UrlLeaf to web-browser. For me this looks much more intuitive to open the web-browser instead of showing the html icon.