https://bugs.kde.org/show_bug.cgi?id=513080
Bug ID: 513080
Summary: .desktop file could not launch
Classification: Plasma
Product: krunner
Version First 6.3.6
Reported In:
Platform: Debian stable
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: windows
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
注释行开头的desktop file文件,不会被正确启动应用
比如org.kde.kiod6.desktop
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
[Desktop Entry]
Type=Application
chmod +x org.kde.kiod6.desktop
双击不会正确启动程序
去掉注释行
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
就可以了
--
You are receiving this mail because:
You are watching all bug changes.