Bug 301038 - the publisher dialog doesn't connect to the right slot and the cmake option pollutes the package
Summary: the publisher dialog doesn't connect to the right slot and the cmake option p...
Status: RESOLVED FIXED
Alias: None
Product: Plasma SDK
Classification: Plasma
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 09:16 UTC by Giorgos Tsiapaliokas
Modified: 2012-06-02 09:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Tsiapaliokas 2012-06-02 09:16:20 UTC
Hello,

those are some issues which plasmate's publisher has

problem 1: the publisher's combobox wasn't aware for the right slot. When currentIndex was emitted both slots(doPlasmaPkg and doCMake was called.)
problem 2: publisher's cmake process was trying to install a projectName.plasmoid file and not projectPath/CMakeLists.txt. I fixed that.
problem 3: when the cmake slot is called, cmake creates the known temporary files in directory like ~/.kde4/share/apps/plasmate/projectName. 

this is the output of ls
$ ls ~/.kde4/share/apps/plasmate/test1
CMakeCache.txt  CMakeFiles  cmake_install.cmake  CMakeLists.txt  CMakeTmp  cmake_uninstall.cmake  contents  CTestTestfile.cmake  Makefile  metadata.desktop



Reproducible: Always
Comment 1 Giorgos Tsiapaliokas 2012-06-02 09:18:17 UTC
the bug has been fixed