Kolibri plugin for Linux desktop app integration
Project description
Kolibri Linux desktop app integration plugin
This is a Kolibri plugin which generates Linux desktop launchers and icons for Kolibri channels. These files are created automatically in $KOLIBRI_HOME/content/xdg/share
. This plugin is intended to be used inside a Kolibri desktop application such as https://flathub.org/apps/details/org.learningequality.Kolibri.
Usage
Install the plugin from pypi:
pip install kolibri-app-desktop-xdg-plugin
Enable the plugin in Kolibri and generate launchers:
kolibri plugin enable kolibri_app_desktop_xdg_plugin
kolibri manage app_desktop_xdg_update_launchers
Additional desktop launchers will be generated automatically when channels are added or removed. For these launchers to appear on your desktop, you will need to add their location to the XDG_DATA_DIRS
environment variable. To do this in most Linux distributions, create a file named /usr/lib/systemd/user-environment-generators/61-kolibri-app-desktop-xdg-plugin
with the following contents, then log out and log in again:
#!/bin/bash
XDG_DATA_DIRS="$HOME/.kolibri/content/xdg/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
echo "XDG_DATA_DIRS=$XDG_DATA_DIRS"
You can substitute the path to Kolibri's home directory for $HOME/.kolibri
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file kolibri_app_desktop_xdg_plugin-1.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: kolibri_app_desktop_xdg_plugin-1.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ef9b92f1fcefd6525d694af75bbe363230551f0301d4bf9380b0256f838e6f7 |
|
MD5 | 83f74bc74a3bc2f50ef78cabd5832acc |
|
BLAKE2b-256 | 46b5cb586cf1feb050bb1d628d3e3d00babf51e86d64a30b9713def351ccc32c |