[frameworks-plasma] [Bug 374463] Plasma themes are installed to .local/share/ instead of .local/share/plasma/desktoptheme

2017-01-03 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374463

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/pla
   ||sma-framework/642db25fb9eef
   ||5913b592e5435fe3f4a6c8fc732
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Marco Martin  ---
Git commit 642db25fb9eef5913b592e5435fe3f4a6c8fc732 by Marco Martin.
Committed on 03/01/2017 at 12:25.
Pushed by mart into branch 'master'.

search/replace old hardcoded types from plasmapkg2

there is a single difference between command line
parameters of plasmapkg2 and kpackagetool5: plasmapkg2
had some hardcoded names like "theme", "plasmoid" etc.
kpackagetool5 requires the servicetype name to be
passed instead. in order to stay compatible convert
those parameter with the proper servicetype name.
it's parsing parameters by hand in order to just
pass anything else without further parsing
REVIEW:129753
Change-Id: I6adece9b3dd351331d747505c455e0f79cd0ecf7

M  +2-0src/plasma/packagestructure/plasmathemepackage.cpp
M  +58   -1src/plasmapkg/main.cpp

https://commits.kde.org/plasma-framework/642db25fb9eef5913b592e5435fe3f4a6c8fc732

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 374463] Plasma themes are installed to .local/share/ instead of .local/share/plasma/desktoptheme

2017-01-02 Thread Lucas
https://bugs.kde.org/show_bug.cgi?id=374463

--- Comment #3 from Lucas  ---
I see that  other items from kde store like color schemes and window
decorations  are also installed to .local/share/

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 374463] Plasma themes are installed to .local/share/ instead of .local/share/plasma/desktoptheme

2017-01-02 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374463

Marco Martin  changed:

   What|Removed |Added

Product|plasmashell |frameworks-plasma
  Component|general |libplasma
   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|notm...@gmail.com
Version|master  |unspecified
 CC||aleix...@gmail.com

--- Comment #2 from Marco Martin  ---
this is due to the recent change in plasma-framework
dc4474125ca85003ade1550517f602cde1b70ab8
 which delegated plasmapkg2 tool to kpackagetool5
which evidently there was some spacial casing done by plasmapkg2 which doesn't
work anymore

-- 
You are receiving this mail because:
You are watching all bug changes.