some small changes to the .desktop entries

This commit is contained in:
speedie 2023-05-13 01:22:40 +02:00
parent fd67511080
commit fa051aca2a
5 changed files with 16 additions and 1 deletions

9
docs/spmenu.svg Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="640" height="480" viewBox="0 0 640 480" xml:space="preserve">
<defs>
</defs>
<g transform="matrix(1 0 0 1 270.67 156.62)" >
<path style="stroke: rgb(34,34,34); stroke-width: 10; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-265.67, -151.62)" d="M 235.33333333333331 168.66666666666666 L 267.33850098147116 168.66666666666666 L 267.33850098147116 134.57936643368234 L 307.000096079594 134.57936643368234 L 307.000096079594 153.0030174333608 L 280.9751661813104 153.0030174333608" stroke-linecap="round" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 949 B

View file

@ -6,4 +6,5 @@ GenericName=Run launcher
Comment=List out .desktop entries
Exec=spmenu_run -d
Terminal=false
Categories=Utility;System;
Type=Application

View file

@ -4,6 +4,9 @@ Name=spmenu (File manager)
Icon=spmenu
GenericName=Run launcher
Comment=List out files and directories
Exec=spmenu_run -fm
Exec=spmenu_run -fm %F
Terminal=false
Type=Application
Categories=Utility;System;FileTools;FileManager;
Keywords=File;Directory;Browse;
MimeType=inode/directory;

View file

@ -6,4 +6,5 @@ GenericName=Run launcher
Comment=List out PATH entries.
Exec=spmenu_run -x
Terminal=false
Categories=Utility;System;
Type=Application

View file

@ -90,6 +90,7 @@ install_data(sources : 'docs/spmenu.conf', install_dir : 'share/spmenu')
install_data(sources : 'docs/spmenu_run.desktop', install_dir : 'share/applications')
install_data(sources : 'docs/spmenu_desktop.desktop', install_dir : 'share/applications')
install_data(sources : 'docs/spmenu_filemanager.desktop', install_dir : 'share/applications')
install_data(sources : 'docs/spmenu.svg', install_dir : 'share/icons/hicolor/scalable/apps')
install_data(sources : 'scripts/spmenu_run', install_dir : 'bin')
install_data(sources : 'scripts/spmenu_test', install_dir : 'bin')