Advertisement
ponce

smaragd

Jul 31st, 2021
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. diff -Naur smaragd-0.1.1.orig/src/smaragd.desktop smaragd-0.1.1/src/smaragd.desktop
  2. --- smaragd-0.1.1.orig/src/smaragd.desktop 2017-04-19 14:55:44.340136214 +0200
  3. +++ smaragd-0.1.1/src/smaragd.desktop 2017-04-11 18:51:44.000000000 +0200
  4. @@ -31,6 +31,5 @@
  5. Name[tr]=Smaragd
  6. Name[uk]=Smaragd
  7. Name[x-test]=xxSmaragdxx
  8. -Name[zh_CN]=Smaragd
  9. Name[zh_TW]=Smaragd
  10. X-KDE-Library=kwin3_smaragd
  11. diff -Naur smaragd-0.1.1.orig/src/smaragd.json smaragd-0.1.1/src/smaragd.json
  12. --- smaragd-0.1.1.orig/src/smaragd.json 2017-04-19 14:55:44.340136214 +0200
  13. +++ smaragd-0.1.1/src/smaragd.json 2017-04-11 18:51:44.000000000 +0200
  14. @@ -1,32 +1,19 @@
  15. {
  16. "KPlugin": {
  17. + "Name": "Smaragd",
  18. "Description": "Emerald window decorations for KWin",
  19. - "Description[ca@valencia]": "Decoració de les finestres Maragda per al KWin",
  20. - "Description[ca]": "Decoració de les finestres Maragda per al KWin",
  21. - "Description[cs]": "Dekorace oken Emerald pro KWin",
  22. - "Description[es]": "Decoraciones de ventana Emerald para KWin",
  23. - "Description[gl]": "Decoracións de xanela esmeralda para KWin.",
  24. - "Description[hu]": "Emerald ablakdekorációk a KWinhez",
  25. - "Description[nl]": "Vensterdecoraties Emerald voor KWin",
  26. - "Description[pl]": "Ozdoby okienne emerald dla KWin",
  27. - "Description[pt]": "Decorações de janelas do Emerald para o KWin",
  28. - "Description[sk]": "Smaragdové dekorácie okien pre KWin",
  29. - "Description[sv]": "Smaragd fönsterdekorationer för KWin",
  30. - "Description[uk]": "Декорації вікон Emerald для KWin",
  31. - "Description[x-test]": "xxEmerald window decorations for KWinxx",
  32. "Id": "org.kde.smaragd",
  33. - "Name": "Smaragd",
  34. - "Name[pl]": "Szmaragd",
  35. - "Name[x-test]": "xxSmaragdxx",
  36. "ServiceTypes": [
  37. "org.kde.kdecoration2"
  38. ]
  39. },
  40. "org.kde.kdecoration2": {
  41. "blur": true,
  42. - "defaultTheme": "Smaragd",
  43. "kcmodule": false,
  44. +
  45. + "themes": false,
  46. "themeListKeyword": "themes",
  47. - "themes": false
  48. + "defaultTheme": "Smaragd"
  49. }
  50. }
  51. +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement