https://github.com/rpm-outpost/xmind
RPM Package for xmind
https://github.com/rpm-outpost/xmind
fedora rpm rpm-packages xmind
Last synced: 4 months ago
JSON representation
RPM Package for xmind
- Host: GitHub
- URL: https://github.com/rpm-outpost/xmind
- Owner: RPM-Outpost
- License: mit
- Created: 2016-11-05T12:56:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T14:36:00.000Z (over 5 years ago)
- Last Synced: 2025-04-24T06:36:06.234Z (6 months ago)
- Topics: fedora, rpm, rpm-packages, xmind
- Language: Shell
- Size: 48.8 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# XMind rpm
Unofficial script to create an RPM package for XMind.
## How to use
Open a terminal in the project repository and run `./create-package.sh`## Features
This rpm package has a lot of advantages over a manual XMind installation:
- Much easier removal: Run `sudo dnf remove xmind` and that's it!
- Sets XMind as the default application for `.xmind` files.
- Adds XMind to the applications' list with a nice HD icon
- Configures XMind properly: The xmind fonts are installed and a configuration directory is created for each user.
- Tested on Fedora 31 (may work on other distributions)## More informations
### Warning - no accents
The path where you run the script must **not** contain any special character like é, ü, etc. This is a limitation of the rpm tools.
### How to update
When a new version of xmind is released:
1. Download the updated script from github.
2. Run the script to get the updated version.### Requirements
The `rpmdevtools` package is required to build RPM packages and use the script. If it not installed the script will offer to install it.### Root privileges
Building an RPM package with root privileges is dangerous, see http://serverfault.com/questions/10027/why-is-it-bad-to-build-rpms-as-root.### Download speed
Downloading XMind is notoriously slow because of the XMind's servers, not because of my script.