Skip to content

Commit 36f594d

Browse files
wineeejustforlxz
authored andcommitted
fix(ddelaunchpad): make it work at kf6
Log: move matedata form desktop to json
1 parent b2c437d commit 36f594d

3 files changed

Lines changed: 21 additions & 18 deletions

File tree

File renamed without changes.

scripts/ddelaunchpad/metadata.desktop

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/ddelaunchpad/metadata.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"KPackageStructure": "KWin/Script",
3+
"KPlugin": {
4+
"Authors": [
5+
{
6+
"Name": "justforlxz",
7+
"Email": "lxz@mkacg.com"
8+
}
9+
],
10+
"Description": "Force the dde-launchpad window keep in screen area",
11+
"EnabledByDefault": true,
12+
"Icon": "preferences-system-windows-script-test",
13+
"Id": "ddelaunchpad",
14+
"License": "GPL",
15+
"Name": "ddelaunchpad",
16+
"Version": "1.0"
17+
},
18+
"X-KDE-PluginKeyword": "ddelaunchpad",
19+
"X-Plasma-API": "javascript",
20+
"X-Plasma-MainScript": "code/main.js"
21+
}

0 commit comments

Comments
 (0)