PWNCLOUDOS

Contents:

  • Introduction to PWNCLOUDOS
  • Installing
  • Using PWNCLOUDOS
  • Tools and Packages Overview
  • Assets: Background and Icons
  • Shell Configuration Files
  • Tool Launcher Scripts
  • XFCE4 Profile Pack
  • MenuLibre Profile Pack
    • Included in the Pack
    • Files Included in the MenuLibre Profile Pack
    • How to Apply the MenuLibre Profile Pack
    • Reference
  • Release Notes
PWNCLOUDOS
  • MenuLibre Profile Pack
  • View page source

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-*.desktop files)

  • Application categories (menulibre-*.directory files)

Download the MenuLibre Profile Pack:
pwncloudos-menulibre-profile-pack.tar.gz


Files Included in the MenuLibre Profile Pack

Category

File Location

Purpose

Application categories

~/.local/share/desktop-directories/menulibre-*.directory

Defines menu categories in MenuLibre

Custom launchers

~/.local/share/applications/menulibre-*.desktop

Custom .desktop app launchers


How to Apply the MenuLibre Profile Pack

  1. 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 ~/
    
  2. Copy the category files to your local desktop directories folder:

    mkdir -p ~/.local/share/desktop-directories/
    cp menulibre-*.directory ~/.local/share/desktop-directories/
    
  3. Copy the custom launchers to your local applications folder:

    mkdir -p ~/.local/share/applications/
    cp menulibre-*.desktop ~/.local/share/applications/
    
  4. Restart your desktop environment or run update-desktop-database to apply changes:

    update-desktop-database ~/.local/share/applications/
    

Reference

For more details, see the official MenuLibre and XDG desktop entry specifications:

  • MenuLibre Project

  • XDG Desktop Entry Specification


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.

Previous Next

© Copyright 2025, Pwned Labs.

Built with Sphinx using a theme provided by Read the Docs.