Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kupferlauncher/kupfer
kupfer, smart, quick launcher. `master' is kupfer's release branch.
https://github.com/kupferlauncher/kupfer
gplv3 launcher linux python
Last synced: 3 months ago
JSON representation
kupfer, smart, quick launcher. `master' is kupfer's release branch.
- Host: GitHub
- URL: https://github.com/kupferlauncher/kupfer
- Owner: kupferlauncher
- License: gpl-3.0
- Created: 2009-03-07T20:25:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T17:23:43.000Z (7 months ago)
- Last Synced: 2024-07-27T18:55:10.288Z (4 months ago)
- Topics: gplv3, launcher, linux, python
- Language: Python
- Homepage: http://kupferlauncher.github.io
- Size: 9.64 MB
- Stars: 364
- Watchers: 22
- Forks: 64
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
kupfer is a smart, quick launcher
+++++++++++++++++++++++++++++++++:Homepage: https://kupferlauncher.github.io/
:Credits: Copyright 2007–2023 Ulrik Sverdrup and other Kupfer authors
:Licence: GNU General Public License v3 (or any later version)Kupfer is an interface for quick and convenient access to applications
and their documents.The most typical use is to find a specific application and launch it. We
have tried to make Kupfer easy to extend with plugins so that this
quick-access paradigm can be extended to many more objects than just
applications.Installing
==========This project is configured for the Waf build system, which is included.
Run it using either ``./waf`` or ``python3 waf`` (using your python.)Installation follows the steps::
./waf configure
./wafIf configure does not find the right Python 3 executable, set ``PYTHON``
explicitly first.then::
./waf install
or ::
sudo ./waf install
You can use ``--prefix=$PREFIX`` when configuring to assign an
installation spot. By default, Kupfer is installed for all users.
Installing only for your user is possible, but the binary directory must
be in your ``$PATH``.About Waf
---------Waf is included in both the distributable tarball and the repository (so
that full source code is incuded. See the file `waf` for author and
licensing information).Waf was acquired through https://waf.io/, version 2.0.25.
The following files extracted::./waf-light -> ./waf
./waflib -> ./waflib
./ChangeLog -> ./Waf.ChangeLog./waflib/Tools/* some files excluded
./waflib/extras/* some files excludedBuild Requirements
------------------* Python 3.9+
* intltool
* optionally: rst2man (python-docutils) to install the manpage
* optionally: itstool to install mallard help pagesRuntime Requirements
--------------------Kupfer requires Python 3.9 or later, and the following important libraries:
Because the port to Python 3 and Gtk 3 is new, I don't know what the lower
boundaries of dependencies are. I've given the versions where it is
known to work.* Gtk-3.0 version 3.22
* libkeybinder-3.0 version 0.3.1
* python gir1.2
* dbus python bindings
* python-xdgOpportunistic dependencies
* If available, 'setproctitle' is used to set the process name
* If available, you can use AppIndicator3. On debian the package name
needed for the dependency is ``gir1.2-appindicator3-0.1`` (g-i bindings).Recommended dependencies
* Wnck-3.0 version 3.20 (Without this you can't focus already running
applications)
* Yelp, the help browserSome plugins will require additional python modules!
Spawning
========The program is installed as ``kupfer`` into ``$PREFIX/bin``. Only one
instance can be active for one user at a given time. Normal use of
kupfer requires an active dbus session bus.Keybinder Module
----------------Keybinder is a library for global keyboard shortcuts.
You can use kupfer without the keybinder module, for example by assigning
a window manager keybinding to the ``kupfer`` binary.If ``Keybinder`` gi bindings are installed, the library is used. If you must
disable it without uninstalling them then see the man page.Documentation
=============The user’s guide is installed as Mallard help pages, available under the
“Kupfer Help” object in the program itself; it is also on the web page.
Kupfer will use the help browser if there is a handler for the ``help:`` URI
scheme. The user’s guide’s source is under ``help/``, and it is translatable.Please read ``Documentation/`` and ``Documentation/Manpage.rst`` for
technical and contributor documentation... vim: ft=rst tw=78