MenuLibre Profile Pack
The PWNCLOUDOS MenuLibre Profile Pack contains all custom .desktop launchers and category .directory files used in PWNCLOUDOS. This allows you to replicate the exact MenuLibre menu customizations, including all tools and categories.
Included in the Pack
Custom application launchers (
menulibre-*.desktopfiles)Application categories (
menulibre-*.directoryfiles)
Download the MenuLibre Profile Pack:
pwncloudos-menulibre-profile-pack.tar.gz
Files Included in the MenuLibre Profile Pack
Category |
File Location |
Purpose |
|---|---|---|
Application categories |
|
Defines menu categories in MenuLibre |
Custom launchers |
|
Custom |
How to Apply the MenuLibre Profile Pack
Download and extract the profile pack:
wget https://github.com/pwnedlabs/pwncloudos/raw/main/docs/configs/menulibre/pwncloudos-menulibre-profile-pack.tar.gz -O pwncloudos-menulibre-profile-pack.tar.gz tar -xzvf pwncloudos-menulibre-profile-pack.tar.gz -C ~/
Copy the category files to your local desktop directories folder:
mkdir -p ~/.local/share/desktop-directories/ cp menulibre-*.directory ~/.local/share/desktop-directories/
Copy the custom launchers to your local applications folder:
mkdir -p ~/.local/share/applications/ cp menulibre-*.desktop ~/.local/share/applications/
Restart your desktop environment or run
update-desktop-databaseto apply changes:update-desktop-database ~/.local/share/applications/
Reference
For more details, see the official MenuLibre and XDG desktop entry specifications:
Feel free to modify this profile pack! If you have improvements or new launchers to add, please create a pull request or open an issue to suggest changes.