Skip to content

marco-mania/kf6-servicemenus-flacconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KDE Service Menus for PDF File Processing

Enhance your PDF file management with KDE service menus, designed for seamless processing.

This project is based on kde-service-menu-pdf Version 2.3,
Copyright (C) 2018-2019 Giuseppe Benigno [email protected], GPL-3.0+.


Prerequisites

Ensure the following tools are installed to use these service menus:


Installation (Plasma 6)

Install Dependencies (Arch Linux)

Run the following command to install the required software:

sudo pacman -S ghostscript texlive-bin poppler pdftk texlive-binextra texlive-latexrecommended

System-Wide Installation

Copy the files to the system directories:

sudo cp servicemenus/* /usr/share/kio/servicemenus/
sudo cp bin/* /usr/local/bin/

Per-User Installation

For a user-specific setup, copy the files as follows:

cp servicemenus/* ~/.local/share/kio/servicemenus/
cp bin/* ~/.local/bin

Ensure the ~/.local/bin directory is included in your $PATH environment variable.
Additionally, make the .desktop files executable:

chmod +x ~/.local/share/kio/servicemenus/pdf-tools*.desktop

Finally, restart your Plasma session or execute the following command:

kbuildsycoca6

Uninstallation

System-Wide Uninstallation

Remove the installed files:

sudo rm /usr/share/kio/servicemenus/pdf-tools*.desktop
sudo rm /usr/local/bin/pdf-tools-*-kdialog

Per-User Uninstallation

Delete the corresponding files:

rm ~/.local/share/kio/servicemenus/pdf-tools*.desktop
rm ~/.local/bin/pdf-tools-*-kdialog

Contributing

Contributions are welcome! Please follow these guidelines:

  • For major changes, open an issue first to discuss your ideas.
  • Ensure that any required tests are updated as appropriate.

We look forward to your pull requests!


License

This project is licensed under GPL-3.0+.

About

KDE service menus for flac file converting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages