Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/qtxdg-tools
libqtxdg user tools
https://github.com/lxqt/qtxdg-tools
Last synced: about 2 months ago
JSON representation
libqtxdg user tools
- Host: GitHub
- URL: https://github.com/lxqt/qtxdg-tools
- Owner: lxqt
- License: lgpl-2.1
- Created: 2022-04-01T14:08:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T13:40:57.000Z (9 months ago)
- Last Synced: 2024-04-14T06:08:23.589Z (9 months ago)
- Language: C++
- Size: 59.6 KB
- Stars: 2
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# qtxdg-tools
## Overview
User tools for [libqtxdg](https://github.com/lxqt/libqtxdg).
`qtxdg-tools` contains a CLI MIME tool, `qtxdg-mat`, for handling file associations and opening files with their default applications.
It is maintained by the LXQt project and needed by LXQt Session, in order to be used by `xdg-utils`. Yet it can be used independently from LXQt, too.
## Installation
### Sources
At runtime qtbase is needed. Additional build dependencies are CMake, [libqtxdg](https://github.com/lxqt/libqtxdg) and, optionally, Git to pull latest VCS checkouts.
Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
will normally have to be set to `/usr`.To build run `make`, to install `make install`, which accepts variable `DESTDIR`
as usual.