Easily install Redmine desktop shortcuts with icons on your Linux system. This script downloads and places the necessary .desktop files and icons in the correct directories, ensuring smooth integration with your application launcher.
- Automatically downloads and installs
.desktopshortcut files - Places icons in the appropriate directory
- Updates
.desktopfiles to use the correct icon paths - Ensures all necessary directories exist
- Provides progress messages and error handling
bash -c "$(curl -fsSL https://raw.githubusercontent.com/sibinc/redmine-desktop-files/main/setup.sh)"bash -c "$(wget -qO- https://raw.githubusercontent.com/sibinc/redmine-desktop-files/main/setup.sh)"- Shortcut Files:
~/.local/share/applications/ - Icons:
~/.local/share/icons/redmine-desktop/
- Downloads
.desktopfiles into~/.local/share/applications/ - Downloads icons into
~/.local/share/icons/redmine-desktop/ - Updates
.desktopfiles to reference the correct icon paths - Ensures proper execution permissions for the shortcuts
If you want to modify or add more shortcuts/icons, simply update the setup.sh script and the repository accordingly.
To remove the installed shortcuts and icons, run:
rm -rf ~/.local/share/applications/redmine-*.desktop
rm -rf ~/.local/share/icons/redmine-desktop/- If icons or shortcuts do not appear, try restarting your system or running:
update-desktop-database ~/.local/share/applications/ - Ensure your file manager supports
.desktopfiles and allows launching them.
This project is open-source and available under the MIT License.
Enjoy seamless Redmine access from your desktop! 🚀🔥