1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Add missing required-key Name
Author: Andrew Lee (李健秋) <ajqlee@debian.org>
---
Origin: debian
Last-Update: 2025-03-01
--- a/autostart/lxqt-panel.desktop.in
+++ b/autostart/lxqt-panel.desktop.in
@@ -1,4 +1,5 @@
[Desktop Entry]
+Name=LXQt desktop panel
Type=Application
TryExec=lxqt-panel
Exec=lxqt-panel
--- a/autostart/lxqt-panel_wayland.desktop.in
+++ b/autostart/lxqt-panel_wayland.desktop.in
@@ -1,4 +1,5 @@
[Desktop Entry]
+Name=LXQt desktop panel
Type=Application
TryExec=lxqt-panel
NoDisplay=true
|