Re: Review Request 122552: warnings--

2015-02-13 Thread Marco Martin

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122552/#review75975
---

Ship it!


Ship It!

- Marco Martin


On Feb. 13, 2015, 1:49 a.m., Jeremy Whiting wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122552/
 ---
 
 (Updated Feb. 13, 2015, 1:49 a.m.)
 
 
 Review request for Bodega, kdelibs, Aaron J. Seigo, and Marco Martin.
 
 
 Repository: bodega-server
 
 
 Description
 ---
 
 warnings--
 
 
 Diffs
 -
 
   server/app.js 4217a67735218e6bf1ccb04696a4e650319bb5d0 
 
 Diff: https://git.reviewboard.kde.org/r/122552/diff/
 
 
 Testing
 ---
 
 This fixes a  few more warnings seen at runtime, with this fix browsing to 
 localhost:3000/contact (or any other url in the api) shows the 404 page.
 Without this fix it shows nothing and never responds.
 
 
 Thanks,
 
 Jeremy Whiting
 


___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Review Request 122552: warnings--

2015-02-13 Thread Marco Martin
I did some tests.
the correct url is http://localhost:3000/bodega/v1/json/route  even tough
no routes seems to match

I can't figure out why, the only thing seems to be the express module to be
broken in some way.
probably good to make some tests with simple exampl-ish express apps


On Fri, Feb 13, 2015 at 2:17 PM, Jeremy Whiting jpwhit...@kde.org wrote:

This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122552/
   This change has been marked as submitted.
   Review request for Bodega, kdelibs, Aaron J. Seigo, and Marco Martin.
 By Jeremy Whiting.

 *Updated Feb. 13, 2015, 1:17 p.m.*
  *Repository: * bodega-server
 Description

 warnings--

   Testing

 This fixes a  few more warnings seen at runtime, with this fix browsing to 
 localhost:3000/contact (or any other url in the api) shows the 404 page.
 Without this fix it shows nothing and never responds.

   Diffs

- server/app.js (4217a67735218e6bf1ccb04696a4e650319bb5d0)

 View Diff https://git.reviewboard.kde.org/r/122552/diff/

___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Simplified Chinese Input-Integration

2014-12-09 Thread Marco Martin
On Monday 08 December 2014, David Lanzendörfer wrote:
 Hello
 I was wondering if there were already any plans into integrate the stroke
 detection into Plasma-Active:
 http://tomoe.sourceforge.jp/cgi-bin/en/blog/index.rb
 It would be very usefull to have such an input method on tablets
 considering the usecase within Chinese and Japanese areas.
Hi,
This could be interesting in conjunction with on screen keyboards indeed.
since the on screen keyboard used, maliit is (partly) based upon qml, if a QML 
plugin using that library was written, it could combine it in some way in the 
on screen keyboard area i guess

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Review Request 121264: Remove call to app.use(app.router); as documented here: https://github.com/strongloop/express/wiki/Migrating-from-3.x-to-4.x

2014-11-27 Thread Marco Martin

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121264/#review71004
---

Ship it!


Ship It!

- Marco Martin


On Nov. 27, 2014, 2:14 a.m., Jeremy Whiting wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121264/
 ---
 
 (Updated Nov. 27, 2014, 2:14 a.m.)
 
 
 Review request for Bodega and Marco Martin.
 
 
 Repository: bodega-server
 
 
 Description
 ---
 
 Remove call to app.use(app.router); as documented here: 
 https://github.com/strongloop/express/wiki/Migrating-from-3.x-to-4.x
 
 
 Diffs
 -
 
   server/app.js 98eaa74bf1e58202036ee8afef2c173dbfeee08f 
 
 Diff: https://git.reviewboard.kde.org/r/121264/diff/
 
 
 Testing
 ---
 
 With this it doesn't give the error about app.router anymore. Still gives an 
 error on startup as follows though:
 
 body-parser deprecated bodyParser: use individual json/urlencoded middlewares 
 app.js:80:9
 body-parser deprecated undefined extended: provide extended option 
 node_modules/body-parser/index.js:85:29
 express-session deprecated undefined resave option; provide resave option 
 app.js:82:9
 express-session deprecated undefined saveUninitialized option; provide 
 saveUninitialized option app.js:82:9
 WARNING: Setting up server with no ssl!
 Bodega server listening on localhost:3000 in devel mode
 
 events.js:72
 throw er; // Unhandled 'error' event
   ^
 Error: connect ECONNREFUSED
 at errnoException (net.js:904:11)
 at Object.afterConnect [as oncomplete] (net.js:895:19)
 
 
 Thanks,
 
 Jeremy Whiting
 


___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: /repodata/repomd.xml not found on medium 'http://releases.nemomobile.org/...'

2014-03-31 Thread Marco Martin
On Sunday 30 March 2014, Wolfgang Romey wrote:
 
 I have this too. Also something similar with the latest iso in virtualbox.
 
 Is there any activity with PA going on in the moment?

that url seems reachable. maybe it was just server down for a while


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-02-15 Thread Marco Martin
On Saturday 25 January 2014, Aaron J. Seigo wrote:
 hi...
 
 there were some changes in kde-workspace in 4.11 that breaks the build of
 plasma-mobile. yet another person came into #active on irc tonight stumped
 by this. plasma-mobile’s master branch does build, however.
 
 i’d like to propose that we do an interim PA4 release based on what is in
 master right now so that it builds against 4.11
 
 the packages being delivered on the most recent MerOS that sports Plasma
 Desktop and SDDM have a build from master iirc, anyways?
 
 Marco, what do you think?

I invite people trying:
http://makeplaylive.com/~notmart/plasma-active-i586-latest-devel-20140215.iso

it's built from devel

if it doesn't have any particular problems (as in, regressions from pa4)

i'll move those packages to testing, then eventually to stable (with release 
iso and all)

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-01-27 Thread Marco Martin
On Saturday 25 January 2014, Aaron J. Seigo wrote:
 hi...
 
 there were some changes in kde-workspace in 4.11 that breaks the build of
 plasma-mobile. yet another person came into #active on irc tonight stumped
 by this. plasma-mobile’s master branch does build, however.
 
 i’d like to propose that we do an interim PA4 release based on what is in
 master right now so that it builds against 4.11
 
 the packages being delivered on the most recent MerOS that sports Plasma
 Desktop and SDDM have a build from master iirc, anyways?
 
 Marco, what do you think?

to try an image done against kde:devel:ux, there is
http://www.makeplaylive.com/~notmart/plasma-active-i586-latest-devel-20140127.iso

it kinda works, i can see some problems off hand 
no results in nepomuk, very slow start of virtuoso, doesn't seem to be 
possible to drag the activity switcher anymore.

all things that can eventually be fixed, as usual patches welcome btw :p

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-01-26 Thread Marco Martin
On Sunday 26 January 2014, Matthew Dawson wrote:

 
 I've started working through the build failures.  I've fixed plasma-addons
 (and submitted a change request on obs), and will move on to kdepim next.

thanks, i've accepted the requests :)

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-01-26 Thread Marco Martin
On Sunday 26 January 2014, Matthew Dawson wrote:
 On January 25, 2014 06:42:52 PM Marco Martin wrote:
  Right now there are 8 packages that doesn't build correctly against 4.11.
  you can see it there
  https://build.merproject.org/project/monitor?project=kde%3Adevel%3Aux
 
 For KAlgebra , the compile fails as the Analitza is from 4.9 and is missing
 functions relied upon in KAlgebra.  As the tarballs are automatically
 created/uploaded, it appears Analitza needs to be added back into update
 process.
 
 For now, should I just grab a new tarball for Analitza and continue from
 there?

yeah, that's fine

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-01-26 Thread Marco Martin
On Sunday 26 January 2014, Matthew Dawson wrote:
 On January 25, 2014 06:42:52 PM Marco Martin wrote:
  Right now there are 8 packages that doesn't build correctly against 4.11.
  you can see it there
  https://build.merproject.org/project/monitor?project=kde%3Adevel%3Aux
 
 For NetworkManager-kde, should this be changed to use the new repository at
 plasma-nm?  The failure is occurring as a warning that the repository is no
 longer updated.  If the old repository is correct, it is easy enough to fix
 the issue.
yeah, definitely.

since it was automatically updated, probably the jenkins job that updates it 
should be updated to the new repo as well (or disabled)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA 4 update release?

2014-01-25 Thread Marco Martin
On Saturday 25 January 2014, Aaron J. Seigo wrote:
 hi...
 
 there were some changes in kde-workspace in 4.11 that breaks the build of
 plasma-mobile. yet another person came into #active on irc tonight stumped
 by this. plasma-mobile’s master branch does build, however.
 
 i’d like to propose that we do an interim PA4 release based on what is in
 master right now so that it builds against 4.11
 
 the packages being delivered on the most recent MerOS that sports Plasma
 Desktop and SDDM have a build from master iirc, anyways?
 
 Marco, what do you think?

It would be nice.
For this I would like to try an experiment.

Right now there are 8 packages that doesn't build correctly against 4.11.
you can see it there
https://build.merproject.org/project/monitor?project=kde%3Adevel%3Aux

This really soulds like 8 Junior jobs to me.
fixing the build of a package shouldn't be an huge job and less scary than 
creating a package from scratch
Any takers?

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Problems creating image for Pandaboard

2013-12-27 Thread Marco Martin
On Friday 27 December 2013, Martin Gräßlin wrote:
 If I use yum I get a little bit better information:
 Error creator: Failed to build transaction : udisks conflicts with
 kernel- adaptation-pandaboard
 
 Creating the Nemo image from
 https://wiki.merproject.org/wiki/Community_Workspace/Omap4/Pandaboard/nemo- 
 armv7hl-pandaboard-rnd.ks works.
 
 Any ideas?

hmm, looks like stale adaptation for pandaboard..
maybe you can ask in #nemomobile? (most hardware specific stuff is maintained 
by nemo people)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: kded4 seg fault

2013-12-26 Thread Marco Martin
On Tuesday 24 December 2013, Mark Petersen wrote:
  is it still crashing even after reboot?
  if you can get in with ssh, you can try to launch individual components
  (like, kwinactive_gles, plasma-device, kdeinit4)
  and see what of those do crash?

 Yes, the crashing happens after reboot.
 
 kdeinit4 does not seem to cause a crash but kwinactive_gles and
 plasma-device show similar errors:

I'll try to replicate the process (seems that happens on i586 as well) and see 
if there are easy solutions (like a package to update manually or so)

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: kded4 seg fault

2013-12-26 Thread Marco Martin
On Tuesday 24 December 2013, Mark Petersen wrote:
  
  is it still crashing even after reboot?
  if you can get in with ssh, you can try to launch individual components
  (like, kwinactive_gles, plasma-device, kdeinit4)
  and see what of those do crash?
 
 Yes, the crashing happens after reboot.

The update process didn't correctly update the networkmanager plasmoid, now 
versions shipped are fixed.
another update should fix it.

Also, now pa4 installations in general should be safe to update, the problem 
shouldn't happen again.


Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: kded4 seg fault

2013-12-24 Thread Marco Martin
On Tuesday 24 December 2013, Mark Petersen wrote:
 Any ideas on how to troubleshoot or repair.
 
 Thanks for any help, and thanks to the plasma-active team for the work they
 have done getting kde on tablet devices.
 
 Mark

It seems that update causes problems for everyone. Since it had shipped binary 
incompatible libraries, it seems like some of them have not been updated.

is it still crashing even after reboot?
if you can get in with ssh, you can try to launch individual components (like, 
kwinactive_gles, plasma-device, kdeinit4)
and see what of those do crash?

--
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: owncloud from addons can not be installed

2013-12-23 Thread Marco Martin
On Saturday 21 December 2013, Wolfgang Romey wrote:
 I just installed the latest iso on my weTab and tried to install owncloud
 from bodega, but only got an error message. So i installed it from the
 repos and everything works fine.

An annoying thing about the obs integration has surfaced: every time a rebuild 
is being triggered on the obs repo, the rpm build number (and therefore the 
filename) changes, for bodega to find it i need to manually change all the 
descriptors on the server.
I now updated owncloud and tabletreader, both should be installable again.

I have a patch in Bodega that adresses it, but hasn't been toroughly tested 
yet, and needs so before, because is pretty invasive.
I would prefer to delay adding any new rpm in bodega before that patch tough, 
since this annoying manual update is needed right now.

 BTW, were the games removed from bodega?

The games have not been published yet, and that's fine, I want to have a more 
robust system beforehand.

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: New iso of PA4

2013-12-19 Thread Marco Martin
On Thursday 19 December 2013, Wolfgang Romey wrote:
 
 As I wrote, i tested the latest iso on virtualbox. The live-image worked,
 but after installation i had no network-connection and no wallpapers in
 the activities. When i tried to set a wallpaper PA4 crashed and made
 virtualbox crash too.
 As i got no reaction on my report and no one wrote, that the iso worked on
 the weTab, i did not try it there.
 
 So now, i will test it on my weTab, folder mer is allready safed, and, as
 there is a new version of virtualbox in debian, in virtualbox again. I will
 report.

as far i remember, network never worked on virtualbox for me, at least not 
since it was switched to Mer. I would like to know if anyboady has an idea 
why.
I guess the kernel of the official x86 hardware adaptation of nemo doesn't 
have drivers for the virtual ethernet devices supprted by virtualbox?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: New iso of PA4

2013-12-19 Thread Marco Martin
On Thursday 19 December 2013 18:42:00 Wolfgang Romey wrote:
 I have tried my luck, unfortunately with frustrating results. In virtualbox
 the iso boots fine and has network-connection, which works. After installing
 it, the network connection does not work any more. I have not tested, if it
 is still crashing.
 At thr end of the installation, i get the message, that some packages are
 missing.
 
 Installing on my weTab was not possible, as it did not find a bootable
 system on the stick. I tried to make it bootable with unetbootin, but i had
 no success.
  Do you have any ideas?

ha! right, i always forget that the wetab bios wants some magic in front of 
isos to boot them (since i have an exopc that is almost identic but has a real 
bios)

I modified that iso, now it should work.

as documented on the kickstarts readme, you can also correct your own iso with 
the command as root (with all the care a dangerous command like that implies)

printf \x9d\x2a\x44\x7b|dd of=plasma-active-i586-stable-2013-12-10.iso   
conv=notrunc bs=1 count=4 seek=440

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: New iso of PA4

2013-12-18 Thread Marco Martin
On Wednesday 18 December 2013, Wolfgang Romey wrote:
 Has anybody succeeded in updating toor installing the newest image of PA4,
 which Marco provided, on a weTab?
 
 If not, can   I expect a new iso, which works? If the 24 hours of a day are
 not enough for providing it, please take a part of the night. :-)

the current iso works correctly here when installed on a wetab, what are the 
problems you are encountering?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: notice on active builds

2013-12-10 Thread Marco Martin
On Monday 09 December 2013, talm...@onespeeddave.com wrote:
 On Dec 9, 2013 5:23 AM, Marco Martin notm...@gmail.com wrote:
  Hi all,
  
  brief communication: pa installations should be updated (with a big, big
  update) because the build flags of kdelibs changed: we ditched the
  mobile profile in favor or a more traditional build.
 
 After the update on my WeTab/ExoPC, both KDE Daemon and Plasma Workspace
 crash. It happens before wireless networking comes up, so I can't load
 debugging symbols for a useful bug report.

btw, i tested that a fresh image seems to work (will publish one shortly) so 
it suggests that somehow not all packages were updated?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: notice on active builds

2013-12-10 Thread Marco Martin
On Tuesday 10 December 2013, Wolfgang Romey wrote:
 Am Montag, 9. Dezember 2013, 16:58:51 schrieb Matthew Dawson:
  On December 9, 2013 08:41:58 PM Wolfgang Romey wrote:
   In Virtualbox i only reach the console of my linux system which runs
   virtualbox. I cannot try it on my weTab, were i will try it with the
   usb- keyboard next monday (if it is necessary then).
  
  Take a look at this:: http://blog.tordeu.com/?p=322
  
  The problem is that Xorg is intercepting the keystrokes.  There is
  usually a way around that, but it is specific to whatever software you
  are using.
 
 Thank you. Unfortunately it did not really help. I got out of PA but not in
 a usable console into which i could enter commands. Only a blank screen.
 So i have to wait for Marcos new iso.
 
 Wolfgang
try
http://makeplaylive.com/~notmart/plasma-active-i586-stable-2013-12-10.iso

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


notice on active builds

2013-12-09 Thread Marco Martin
Hi all,

brief communication: pa installations should be updated (with a big, big
update) because the build flags of kdelibs changed: we ditched the mobile
profile in favor or a more traditional build.

the only annoyance is that isn't binary compatible, but given everything
being updated, shouldn't be noticed at all.
so what changes?
*the ui won't change at all
*some random annoyances due to using a largely untested path should be
solved
*hopefully there shouldn't be more annoyances popped up by the change, but
let's find out!
* more applications available (such as a full desktop shell, that is needed
on other kind of devices.. hi improv;)


Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: notice on active builds

2013-12-09 Thread Marco Martin
On Monday 09 December 2013, Wolfgang Romey wrote:
 
 Is there a way to reach the console in virtualbox (and on the weTab), so i
 can update again or do i have to reinstall PA?
 

ctrl+alt+f2


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Fixed old problem on ARM builds

2013-11-30 Thread Marco Martin
Or i should probably say work around ;)

so far, on ARM (all of what it was tested on, nexus, archos etc) all the panel 
popups didn't have neither touch nor mouse input working (making as a 
sideeffect impossible to configure wifi access on the nexus)

TL;DR;
so, now a fix is building in kde:stable:ux, new images done after is done 
building should work.

long story:
I found the cause that is probably a Qt bug in QGraphicsView.
So, all popup contents are positioned on the QGraphicsScene at negative 
coordinates and then focus a view on it.

it did increment the negative coordinate by QWIDGETSIZE_MAXxQWIDGETSIZE_MAX 
each time, and apparently after a certain point (*one* popup always worked) 
the scene failed to map correctly the input coordinates (i guess is from ARM 
having long well.. not long enough))

so the workaround is horrible, diminishing the distance to only 2000x2000, but 
makes it work...

luckily plasma2 won't pose this problem at all anymore since each popup has 
its own scene

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Polishing PA4

2013-11-28 Thread Marco Martin
On Wednesday 27 November 2013, Wolfgang Romey wrote:
 Am Mittwoch, 27. November 2013, 17:03:51 schrieb Aaron J. Seigo:
  On Tuesday, November 26, 2013 19:40:54 Wolfgang Romey wrote:
   1.) Syncing contacts and calendar via own cloud does not work anymore
   (i filed a bug report). Both are essential for tablet users.
  
  hm. this is using the ownCloud client installed from the Add Ons client?
 
 I do not think so. The syncing client works fine. The problem occurs, when
 I configure contacts and calendar via akonadi. Which is offered.  It
 worked with some beta-versions of PA4. Unfortunately it became broken on
 the way. At what point i do not know.

that is another thing, is an akonadi agent, in the package 
libocsync-plugin-owncloud

is that one correctly installed?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: random idea about OBS packages

2013-11-12 Thread Marco Martin
an update on the direction i'm going.

At this point using invocation of the external tool osc it can fetch both the 
proper rpm filesize and correct rpm name, buiold number included.

One problem is that right now it's based on the extension of the uploaded file 
being .desc, but apart being hacky, the branch mart/obsmanager of the server 
works.

one idea was, instead of requiring a file to be uploaded is to have some data 
source concept..

The database already has the concept of externpath, so, if the user while 
creating an asset from obs does instead specify a repo and a package (like 
home:foo) the externpath becomes 
obs://build.merproject.org/home:foo/packagename

when this happens a desc file gets created (that should probably become json, 
to ensure a bit of expandibility) and it works as now in the mart/obsmanager 
branch

when the publisher approves a pending request, another external osc invokation 
happens automatically and it does a copypac of the package between home:foo 
and kde:stable:apps, so the approval procedure would be completely web based 

not sure if i explained myself clearly at all.. but, comments? ;)

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Errors when editing an already published asset

2013-11-11 Thread Marco Martin
On Sunday 10 November 2013, Bogdan Cristea wrote:
 Hi
 
 When I try to edit an already published asset (created from OBS) I have
 noticed that the selected platform is Vivaldi, even if previously I have
 published the asset for PA. This is an issue as assets for Vivaldi
 platform are rejected. Also, the fields for screenshots and application
 icons are empty even if previously I have filled this fields.

what do you mean as in platform tag? you can assign any of the two in the tag 
drag and drop thinghie (second action icon in the assets view)


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: bug reports

2013-11-11 Thread Marco Martin
On Monday 11 November 2013, Wolfgang Romey wrote:
 On my weTab with PA4 i have crashes, when I set up the syncing of contacts
 and calendar with owncloud. Obviously akonadi(?) crashes.
 
 I wanted to send a bug report, was offerd to install the debugging symbols,
 which was not succesful, because repros are missing. I ask again, what
 repros have to be activated for bug reports.

hmm, all the packages in the standard repos seems to have an accompaining 
debuginfo one


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: random idea about OBS packages

2013-11-11 Thread Marco Martin
On Monday 11 November 2013, Bogdan Cristea wrote:
 On 11/11/2013 11:17 AM, Marco Martin wrote:
  I was thinking about how to make the osc integration a bit better, since
  now is a bit clunky (starting from the fact the input fields in the
  upload form seems to be a bit confusing)
  
  another problem that surfaced is that when there is an update in plasma
  active that touches things like kdelibs, it triggers a rebuild of the
  other packages as well, changing the build number, making the packageid
  invalid (i corrected by hand the two assets interested)
  
  an idea may be:
  * the user only inputs the project (or not even that if we force all to
  be in a single repo)
  * the ackage name (again the obs package name and rpm name are the same
  in 99% of the cases)
  * the architecturei586,armv7hl (if we still want to be two different
  assets for the two architectures)
  
  then the descriptor file on the server is just a template, the actual
  packageid should be generated by a command (possibly when the asset is
  downloaded, to be really really sure is the newest one)
  
  something like
  
  osc list -b kde:stable:apps TabletReader|grep TabletReader
  
  seems a good base for the job
  
  opinions? comments?
 
 I would go for using the package name and its version number, as defined
 by the author, e.g.
 name: TabletReader
 version: 3.0.2
 then the number generated by the build system is added automatically.
 
 However, I don't see how you update the package from that single repo
 when the author makes available a new version. Should the author upload
 all the files needed to build the package on OBS ?

I think the final thing will be the author updates in his home repo, which is 
put in the upload form

then the publish phase automatically copies over the package as approval 
process
-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bodega: Uses old mail address after changing

2013-11-07 Thread Marco Martin
On Wednesday 06 November 2013 15:08:37 Sascha Manns wrote:
 Hello mates,
 
 some days ago i have changed my email address for Bodega. The problem now is
 that everytime when i'm starting Bodega it uses the old address.
 Where Bodega stores the email address? Is it possible to change it (maybe
 inside .kde) or so?

Can you update active with zypper then try again?
i patched kwallet and it seems to work correctly here, i can change my 
password and it remembers it

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bodega: Uses old mail address after changing

2013-11-06 Thread Marco Martin
On Wednesday 06 November 2013 15:08:37 Sascha Manns wrote:
 Hello mates,
 
 some days ago i have changed my email address for Bodega. The problem now is
 that everytime when i'm starting Bodega it uses the old address.
 Where Bodega stores the email address? Is it possible to change it (maybe
 inside .kde) or so?

oddly, trying the active-client on the devel machine, it works correctly, if i 
save on kwallet a wrong password next time will go again in the password 
prompt, i put the right one and the new one will get saved.

on plasma-active tough it seems to save the password only once, then it 
doesn't seem to save the new one

some bug in the kwallet version shipped? :/

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bodega: Uses old mail address after changing

2013-11-06 Thread Marco Martin
On Wednesday 06 November 2013 15:26:58 Aaron J. Seigo wrote:
 On Wednesday, November 6, 2013 15:08:37 Sascha Manns wrote:
  some days ago i have changed my email address for Bodega. The problem now
  is that everytime when i'm starting Bodega it uses the old address.
 
 You mean Active Add Ons? if so, the account to use is stored in kwallet.
 However, it *should* use the last address you successfully log in with. When
 Add Ons fails to log in, it should bring you to the log in screen where you
 can put in a different email (the new one) .. at which point is it failing?

so, seems that on device wallet-writeMap(sessionWalletKey(m_session), map) 
doesn't have any effect if a map with that key was already there. (this happens 
only on device)

it then works if i delete the makeplaylive directory in the wallet before 
saving the new value again. workaround, but seems a bit brutal..

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bodega: Uses old mail address after changing

2013-11-06 Thread Marco Martin
On Wednesday 06 November 2013 19:55:19 Sascha Manns wrote:
 Yes i meant the Add-Ons App. Sorry.
 If i'm starting Add-Ons it tries to login with my old Email Address. But
 this doesn't work. So it allows me to use another login.
 Then i'm using my new login, and it works.
 But after closing Add-Ons and a new start on another time it tries to login
 with the old login again. The new login aren't replaces the old one.

yes, i can reproduce it, but unfortunately only on active and not on 
development machines.
i have an ugly workaround for it, but i would be hapy if that's avoidable and 
have a proper fix instead

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: requests for Qt Dev Days assistance

2013-11-04 Thread Marco Martin
On Monday 04 November 2013, Carl Symons wrote:
 Hello Activistas
 
 Tomorrow I'm headed to Qt Developer Days - North America.
 
 There are a couple of things that I'd like to get some help with...
 
 1.
 The Addons app offers search by author, subject or title. Selecting any
 letter displays only the first entries. For example, there are 1943
 Authors starting with D; only ~50 are shown when D is selected. The list
 ends with Dandin, 7th cent.
 
 How can the other entries be shown?

uhm, may be a server problem of not all assets having the right tags?

it's supposed to load new entries when it's scrolled to the bottom. As it 
works correctly for instance in the titles catalogation the client seems ok

 There is no need to compile anything since the whole program is just a
 Python script. Just run it, and that's all.
 PySol requires Python 2.3 and Tcl/Tk 8.4 or better.
 
 PA4 on Mer has Python 2.7.3
 
 The PySolFC install script complains--ImportError: No module named Tkinter.
 pysol.py looks for that from pysollib/init.py.

hmm, Tk is a very, very ancient widget toolkit (not much younger than motif in 
fact) so i'm not sure is something suited for a mobile distribution..

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: requests for Qt Dev Days assistance

2013-11-04 Thread Marco Martin
On Monday 04 November 2013, Carl Symons wrote:
  
  hmm, Tk is a very, very ancient widget toolkit (not much younger than
  motif in fact) so i'm not sure is something suited for a mobile
  distribution.
 
 Thank you, Marco.
 
 So what's really needed is something Qt-esque. Not something figured out
 about Tk. Interesting. Is Patience (kpat) done with Qt?

yes, all kdegames are qt/kde based.
kpatience and some more are available in the repo btw


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: requests for Qt Dev Days assistance

2013-11-04 Thread Marco Martin
On Monday 04 November 2013, Carl Symons wrote:

 
 Hi sebas
 
 I've played that with a mouse. Attractive and nice action on the
 tablet...thank you for the reminder about the app. I just loaded it and
 killed some minutes. I'll show it at QDD.

on touch i also found myself wasting too much time with kdiamond :p


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: bodega stores - book reader

2013-11-04 Thread Marco Martin
On Monday 04 November 2013, Wolfgang Romey wrote:
  
  Yes, there is some tweaking left on the PA side to make this work
  properly. Working on it :)
 
 When trying to install the book-reader, AddOns crushed everytime I tried
 it. I tried to generate a bug report, but when trtying to install the

Luckily i could reproduce.

now after pulling the latest update should be fixed.
I suceeded to install and uninstall the tabletreader app some times and all 
went fine.
Also fixed the issue for which launch opened the desktop file instead of 
launching the application.
So testing of the install process with latest client pulled from zypper would 
be welcome ;)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Categories

2013-10-31 Thread Marco Martin
On Wednesday 30 October 2013 21:21:36 Thomas Pfeiffer wrote:
 On Wednesday 30 October 2013 19:52:53 Aaron J. Seigo wrote:
   And what is the advantage of this?
  
  a) there is no disadvantage
  b) if you switch from Active to Desktop, it matters
 
 When switching between Active and Desktop, our whole let's hide the 
folder
 hierarchy idea breaks down anyway: People want to organize their files in
 folders on the Desktop and they might not even tag them, so they won't 
want
 files to just throw everything you e.g. copy from a USB stick into ~/ and
 they want to find files via the folder hierarchy in Active as well.
 We'll have to re-think the whole concept for Plasma2, since it only worked
 as long as PA is the only thing you used on a given device.

the folders aren't going away, since that's how the underlying system works 
and yes, it just strenghten my opinion that a tag system is useful when is an 
help on the side, not when ui-wise is put as the only thing existent, because 
is simply not possible not seeing the man behind the curtain, and those 
problems are because of that..
but i know this idea is not shared, so ill go back.. behind the curtain :p

 Probably we'll have to link tags and folders somehow (like sorting files
 into folders automatically based on their tags, and assigning tags
 automatically based on parent folder, for example)

yeah, that may be a nice idea

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326657] create asset: on failure, can not re-submit

2013-10-29 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326657

Marco Martin notm...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/bode
   ||ga-webapp-manager/0bd54
   ||41c5e8dda129b2ba0095bc57bb5
   ||1958

--- Comment #2 from Marco Martin notm...@gmail.com ---
Git commit 0bd5441c5e8dda129b2ba0095bc57bb51958 by Marco Martin.
Committed on 29/10/2013 at 10:16.
Pushed by mart into branch 'master'.

file fields are not clearOnSubmit

M  +2-0views/assetforms/createAssetForm.js

http://commits.kde.org/bodega-webapp-manager/0bd5441c5e8dda129b2ba0095bc57bb51958

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326680] music album asset creator

2013-10-29 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326680

--- Comment #1 from Marco Martin notm...@gmail.com ---
so, each song is an asset, the album is a collection and the preview is
associated to the collection (and not to the assets) right?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326665] Published status in Asset list does not update immediately

2013-10-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326665

--- Comment #1 from Marco Martin notm...@gmail.com ---
Git commit 041f3d3211dc917da66fd1d8958ce8b4570fafed by Marco Martin.
Committed on 28/10/2013 at 10:27.
Pushed by mart into branch 'master'.

proxied connections are close

when doing proxy connection to the server, seems that if they are keep-alive
only one request will work, subsequent requests will get lost. Probaby is an
issue of life-span of the proxy_request and proxy_response objects

M  +8-3routes.js
M  +2-2views/assetList.jade
M  +1-2views/assetforms/createAssetForm.js

http://commits.kde.org/bodega-webapp-manager/041f3d3211dc917da66fd1d8958ce8b4570fafed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326615] Actions of icons are unclear in list. Add mouse-hover tip

2013-10-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326615

Marco Martin notm...@gmail.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/bode
   ||ga-webapp-manager/3ec8c93f4
   ||50d7f8d03c71c6fb92ef5c33a6b
   ||c42b

--- Comment #2 from Marco Martin notm...@gmail.com ---
Git commit 3ec8c93f450d7f8d03c71c6fb92ef5c33a6bc42b by Marco Martin.
Committed on 28/10/2013 at 10:49.
Pushed by mart into branch 'master'.

init the tooltip manager

M  +3-1views/accountmodify.jade
M  +2-0views/assetList.jade
M  +1-0views/assetStats.jade
M  +3-1views/assetforms/createAsset.jade
M  +2-0views/assetforms/createObsAsset.jade
M  +2-0views/assetforms/massCreateAsset.jade
M  +3-1views/home.jade
M  +1-2views/index.jade
M  +2-0views/partnerApprove.jade
M  +2-0views/partnerList.jade
M  +2-0views/publishAsset.jade
M  +3-1views/storeList.jade

http://commits.kde.org/bodega-webapp-manager/3ec8c93f450d7f8d03c71c6fb92ef5c33a6bc42b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326614] partners list shows Request even after request made

2013-10-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326614

--- Comment #1 from Marco Martin notm...@gmail.com ---
This probably needs something from the server, since in listing partners it
doesn't say if a partner has already requested publisher or distributor

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326382] unclear on error in the Single Asset creator

2013-10-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326382

--- Comment #1 from Marco Martin notm...@gmail.com ---
Git commit 9bacebf060a0dee493ffa401ce82d93f603c720b by Marco Martin.
Committed on 28/10/2013 at 14:32.
Pushed by mart into branch 'master'.

error message on empty fields

unfortunately the api doesn't tell much *why* is invalid, but we can at least
know that the client side validation failed
display error message if the form is invalid

M  +2-0views/assetforms/createAssetForm.js

http://commits.kde.org/bodega-webapp-manager/9bacebf060a0dee493ffa401ce82d93f603c720b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[Active] [Bug 326639] Installing ownCloud client through Add Ons does not work

2013-10-26 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326639

--- Comment #3 from Marco Martin notm...@gmail.com ---
gah, i corrected the file in the wrong way :/

can you try again now?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Categories

2013-10-26 Thread Marco Martin
On Saturday 26 October 2013 08:46:40 Wolfgang Romey wrote:
 I have seen that my wallpaper is in Add On, but unfortunately PA does not
 scale the wallpaper, so i uploaded a different on in the resolution for the
 Wetab.
 I wanted to change the descripton of the 4:3 file, when updating i get:
 
 Error in uploading the asset.
 ENOENT, open '/home/bodega/bodega-server-
 production/server/content/172439/038_Chalkidiki_Kassandra.jpeg'
 
 Wolfgang

to expand what Aaron said, take a look at
http://websvn.kde.org/trunk/KDE/kdeartwork/wallpapers/

for some examples
the folder like the content of 
http://websvn.kde.org/trunk/KDE/kdeartwork/wallpapers/Aghi/ should then be 
compressed in zip, having metadata.dsktop in the *root* of the archive ( ie no 
Aghi folder at the root) and the zip renamed with .wallpaper extension

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Categories

2013-10-26 Thread Marco Martin
On Saturday 26 October 2013 16:09:46 Aaron J. Seigo wrote:
  Store=WORO
 
 The id you gave the store is WRomey_store and this works for me. i can see
 your 5 pictures in Bilder; there are no assets in your Texte channel yet so
 it does not show up.

right, the store id is not displayed after store creation.. added the TODO ;)

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 326691] id of store not shown in Store List

2013-10-26 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326691

Marco Martin notm...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/bode
   ||ga-webapp-manager/5fa22fb32
   ||4d1b691686c24b37c879698c631
   ||cc8b

--- Comment #1 from Marco Martin notm...@gmail.com ---
Git commit 5fa22fb324d1b691686c24b37c879698c631cc8b by Marco Martin.
Committed on 26/10/2013 at 15:25.
Pushed by mart into branch 'master'.

display the ID of the store

M  +0-1TODO
M  +9-1views/storeList.jade

http://commits.kde.org/bodega-webapp-manager/5fa22fb324d1b691686c24b37c879698c631cc8b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Creating an asset on Bodega server

2013-10-25 Thread Marco Martin
On Friday 25 October 2013 20:51:08 Bogdan Cristea wrote:
 Hi
 When I try to create a simple image asset, I get on create the error
 PartnerInvalid. When creating an App from OBS I get no error but the
 asset is not created. Probably the two errors are related. Any advice ?
 regards
 Bogdan

are you content creator in the partner?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[Active] [Bug 326425] 10 files in /usr/share/polkit-1/actions/ are not copied with installation process

2013-10-22 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=326425

Marco Martin notm...@gmail.com changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin notm...@gmail.com ---
What hardware is it?

also, one thing that can be tried is to completely erase all the partitions on
the device and see if it reinstalld.

a problem similar to that happened in the past and seemed an issue particular
on btrfs just on some ssd disks

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Experiences during Bodega partner experience walkthrough

2013-10-22 Thread Marco Martin
On Tuesday 22 October 2013, Thomas Pfeiffer wrote:
 On Tuesday 22 October 2013 13:47:27 Aaron J. Seigo wrote:
   When sending a request for publishing for an image, there is still the
   message, that an icon is missing. There is only the possibility to
   upload a
   sreenshot, which i did, but which is not accepted as an icon.
  
  Turning screenshots into icons is not implemented; you need to provide an
  icon.
 
 Auto-creating icons from thumbnails was what Marco suggested in a previous
 thread, wasn't it (see below)?

implemented now. should arrive on the server shortly

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Experiences during Bodega partner experience walkthrough

2013-10-21 Thread Marco Martin
On Sunday 20 October 2013, Thomas Pfeiffer wrote:

 
 - Mass create: Cool feature, but I couldn't get it to work.
  - Drag  Drop worked (all files appeared in the list below the box). Yay!
  - Clicking the green tickmark simply removes a file from the list. I don't
 know exactly what I'd expect from clicking that tickmark, but this is
 definitely not it ;)
  - Clicking Review the new assets just takes me back to the Assets page
 which is still empty. I might have created a dozen entries in some database
 now or I might not, I cannot tell

it failed silently, parner combo was missing

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bodega server availability for creating assets

2013-10-19 Thread Marco Martin
On Saturday 19 October 2013, Wolfgang Romey wrote:
  Yep; you can grab, for instance, any image and upload it as a wallpaper.
 
 I tried to upload a wallpaper, which mostly worked. But when I send the
 request for publishing, i get:
 
 Error in sending your request.
 The asset needs at least one icon.
 
 I do not see a way to add an icon. There is only the possibility to add a
 screenshot.

aah, right, wallpaper assets don't have fields to upload icons.
now, we could
a) modify the client to allow upload icons (looks rather silly tough the 
concept of icon of a wallpaper)

b) modify the server in such when icons are generated, if none present, use 
the screenshot and resize it icon-sized

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Add application from mer repos to Bodega server

2013-10-10 Thread Marco Martin
On Wednesday 09 October 2013 22:23:57 Bogdan Cristea wrote:
 On Wed 09 Oct 2013 10:11:43 PM CEST, Marco Martin wrote:
  On Wednesday 09 October 2013 21:43:05 Bogdan Cristea wrote:
  Hi
  I have just added an application from mer repositories and uploaded
  several screenshots, but nothing appears under my assets tab.
  regards
  Bogdan
  
  i don't see anything in the incomingassets table.
  if you add one, you should see it appear in the assets page indeeded, in
  the review pending ones
  at least is what i see it happens with my user.
  
  did you use app from obs or uploaded directly an rpm?
  and it didn't answer with any error whatsoever?
 
 I have used app from obs, no error shown

now the form should report an error in case something goes wrong (btw, i tried 
again to upload an asset,  and it works fine here, so may depend from what 
user is doing it)

another thing you can try is to not upload any image at first, just add them 
after the asset has been created

btw, if you give me a pointer  of where is the package you want to publish on 
obs, i'll copy it in the kde:stable:apps, the repository (to put in the same 
place the apps that are in the store)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Add application from mer repos to Bodega server

2013-10-10 Thread Marco Martin
On Thursday 10 October 2013 11:35:15 you wrote:

 Here is the link to my repository
 
 http://repo.merproject.org/obs/home:/cristeab/kde_devel_ux_latest_i586/i586/
 
 The package file is: TabletReader-3.0.2-18.1.Nemo.i586.rpm
 
 However, I would like to update this package, so simply copying into
 another place might be an issue since different versions might be in
 different places.

shouldn't be an issue, since the asset on the store has to be updated anyways 
each time one wishes to offer a new version, since it changes either the 
packageid of the file (TabletReader;3.0.2-18.1.Nemo;i586;kde:stable:apps) or 
the rpm, if it has been uploaded instead

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Request in the manager

2013-10-10 Thread Marco Martin
On Thu, Oct 10, 2013 at 1:14 PM, Wolfgang Romey

  been uploaded instead
 Hallo Marco,

 is it possible to answer my request in the manager (Wolfgang Romey), or is
 there a reason, why it is not possible. As I wrote, I want to test it and
 give
 feedback (and later promote bodega)


Please still wait some days before  doing more stuff, we are still working
on it :)
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Add application from mer repos to Bodega server

2013-10-09 Thread Marco Martin
On Wednesday 09 October 2013 21:43:05 Bogdan Cristea wrote:
 Hi
 I have just added an application from mer repositories and uploaded
 several screenshots, but nothing appears under my assets tab.
 regards
 Bogdan

i don't see anything in the incomingassets table.
if you add one, you should see it appear in the assets page indeeded, in the 
review pending ones
at least is what i see it happens with my user.

did you use app from obs or uploaded directly an rpm?
and it didn't answer with any error whatsoever?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: new bodega server up

2013-10-08 Thread Marco Martin
On Saturday 28 September 2013, Aaron J. Seigo wrote:
 hi everyone ...
 
 addons.makeplaylive.com is now running an instance of the new bodega
 server. it comes with a huge number of improvements across the board, the
 most important of which is that we now also have a web app where you can
 log in and upload, edit, etc. content.

to give a little update, i did a lot of fixes today, and now should be 
possible to submit basic items correctly.
applications can be submitted via either a direct upload of the rpm or as 
package name of a package already in the repository (we have an empty 
repository in pa4, that will be filled with applications offered for download)

Today i completed the submission procedure of the owncloud client and (after 
updating pa4 with zypper) should be available and installable on an x86 pa4 
device.

rough edges are still there (and expect them) and improvements are still to be 
made, but is on the right track


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: new bodega server up

2013-10-08 Thread Marco Martin
On Tuesday 08 October 2013, Bogdan Cristea wrote:
 
 My account at http://manager.makeplaylive.com is accesible, but I don't
 see any way to submit an application. I have defined a partner and
 requested to become a publisher, but no change till now. Also, after
 submitting the request the link is the same, Request. I was expecting
 to see that link changing to something more informal, e.g. Request
 Pending. And who provides the Producer status ?

it needed the partner to be approved, which i did, now should be possible?


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: new bodega server up

2013-10-07 Thread Marco Martin
On Monday 07 October 2013, Wolfgang Romey wrote:

  We’re going through all the testing once again to cover the above .. I’ll
  update everyone tomorrow on progress on that.
 
 O.K. So i will wait.
 One thing i found: When i log in and go to account your (aaron) and not
 mine data are shown. I have not tried if i can enter a new password. But
 maybe there is something broken.
 
 Wolfgang

what data?
assets?
or the user data under the account tab?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: new bodega server up

2013-10-07 Thread Marco Martin
On Monday 07 October 2013, Wolfgang Romey wrote:
  
  what data?
  assets?
  or the user data under the account tab?
 
 the user data under the account tab.
 
 Wolfgang

so,
the last reported bugs should be fixed.
Tomorrow i'll try to death all the registration/partner/asset upload 
procedure, if someone is brave enough right now, manager and server are up to 
date to the latest status.

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: QT4.8.5 issue: multi-touch message cannot handled by close button

2013-09-13 Thread Marco Martin
On Friday 13 September 2013 06:14:09 Duan Fugang-B38611 wrote:
 Open one QT app, all multi-touch message can be processed, but the window of
 the app cannot be closed by click the X in the right-up region. I test
 GNOME destop with the same kernel,  any apps' window can be closed.
 
 So, It is strange, maybe it is KDE issue for multi-touch ?
 Any response is appreciative.

the x button of the titlebar in the window decoration?


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA on Nexus S

2013-09-06 Thread Marco Martin
On Friday 06 September 2013, Martin Graesslin wrote:
 On Friday 06 September 2013 17:14:22 Daniel Kreuter wrote:
  Hey,
  
  sure why not. All you need to do is to follow the hardware adaption [1]
  but this is no easy task.
 
 For a smartphone it might be an idea to base the work on Ubuntu phone. It's
 nothing we ever tried but could be closer for what we do. Only major
 obstacle is of course the proprietary windowing system by Canonical.

what can be salvaged of that is probably the kernel and whatever procedure 
they use to boot on the particular target device,
all the rest, i think it doesn't have much overlap so far sadly


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Last things for release

2013-09-05 Thread Marco Martin
On Thursday 05 September 2013, Carl Symons wrote:
 On Wednesday, September 04, 2013 20:09 Marco Martin wrote:
  Hi all,
  So, tomorrow is the day we should release pa4.
  * an image can be found here:
  http://makeplaylive.com/~notmart/plasma-active-4-i586.iso
 
 needs to be added to the wiki if it hasn't been already. I will do it this
 evening.

so, we have the final location, yay :)
https://share.basyskom.com/plasma-active/deployment/wetab-exopc/tablet/mer/stable/

with all checksums, package list, kickstart etc

i added links to it in the installation section of the wiki, as the first 
prominent item


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Feedback to the Dot story

2013-09-05 Thread Marco Martin
On Thursday 05 September 2013, Thomas Pfeiffer wrote:
 I know that's not the way it works in FOSS: We release early versions
 into the public to get feedback from a wide range of people. That's
 absolutely okay, but calling it a polished product instead of an early
 version still does not make sense to me.
 It's not my call, but it isn't yours, either. If the majority of the
 team feels that PA4 is a polished product (which may very well be the
 case), then I have to bow to that majority, of course.

there are two completely different things here:
obvious problems still there (like we all know the browser has its problems, 
due to technical limitations)

and the problems generated by the intuitiveness or not...
if we just copied android or iphone ui i bet we wouldn't have most of those 
problems in the testing.. but would have been the best way to go? probably 
not, and for sure not much interesting.

on the other hand, if an iphone was given to those students in 2006 or so, the 
results wouldn't have been much different (no, they wouldn't:p)

and i don't think either videos, interactive tutorials or such would help much 
(partly because nowdays many seeing a tablet have immediately a very precise 
mental model in how should work, for the good or the bad)

so is this for everybody? of course not
is perfect? of course not, as noted android 1.0 was quite utterly far from 
perfection as well
Is for who isn't afraid to try new things and stumble in unexpected stuff, but 
that doesn't mean (just) developers and deoesn't mean (just) geeks and doesn't 
mean beta testers
a guitar is also a thing not for everybody, but luckily that is not a problem.

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: What Plasma Active 4 offers

2013-09-05 Thread Marco Martin
On Thursday 05 September 2013, Carl Symons wrote:
 Hello Plasma Activists,
 
 Today is Release Day, and we are finalizing the announcement that will
 appear on The Dot (dot.kde.org)
 
 In the discussion was the following interchange:
 
 Aaron Seigo:
 what I do wish was in the article was a list of things Plasma Active
 comes with (touch-friendly groupware including email and calendaring; file
 management; etc.) so people don’t forget or people new to it understand
 what is there.
 
 Thomas Pfeiffer:
 Yes. That's also what we agreed on during the release marketing
 meeting, but somehow it turned into a what's new anyway. Maybe the
 paragraph should be renamed to What Plasma Active 4 offers and
 contain everything important and cool, regardless of when it was
 introduced.
 
 So what should be on the list of what Plasma Active 4 offers?
 
 Time is short. Please reply to the list with your suggestions for what
 should be included.

personaly.. i like already the dot page as it is :p

but, to think about how could be more descriptive, there could be a basic 
intro on:
* kontact mobile
* plasma media center
* files
* okular
* calligra

by not even nominating those by name, just an introduction on what they do 
(even just bullet points or a couple of paragraphs).

so reading document formats, local storage, tagging files, advantages of a 
client side pim app, playing media files...

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4 lastest stable image

2013-09-03 Thread Marco Martin
On Tuesday 03 September 2013, Bogdan Cristea wrote:
 Hi
 
 Where can I find the latest stable image of PA4 ? I have looked on PA4,
 but I didn't find a link pointing to the latest PA iso.
 

http://makeplaylive.com/~notmart/

https://share.basyskom.com/plasma-active/deployment/wetab-exopc/tablet/mer/devel/weekly/

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4 release date

2013-09-02 Thread Marco Martin
On Monday 02 September 2013, Carl Symons wrote:
 August 28 is history. What is the new release date?
 
 I read somewhere in the day's email deluge that something is happening
 with bodega that should be included in the PA4 release.

maybe thursday if it goes well with bodega?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4 release date

2013-09-02 Thread Marco Martin
On Monday 02 September 2013, Aaron J. Seigo wrote:
 On Monday, September 2, 2013 19:14:56 Marco Martin wrote:
  On Monday 02 September 2013, Carl Symons wrote:
   August 28 is history. What is the new release date?
   
   I read somewhere in the day's email deluge that something is happening
   with bodega that should be included in the PA4 release.
  
  maybe thursday if it goes well with bodega?
 
 +1 .. thursday works for me.
 
 any news on where we can host the image file?

I re-asked today.
on mpl.org there is a final image uploaded (and a vm to generate them) 
already, so we can always put it there if i don't receive answer.

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Cursor is not hidden in newest PA4 image

2013-08-31 Thread Marco Martin
On Saturday 31 August 2013, Thomas Pfeiffer wrote:
 I just installed the most recent PA4 image (plasma-active-i586-
 stable-2013-08-29.iso). When I bootet, I noticed that the cursor is
 visible. The option Visible cursor in settings is set to off,
 switching it on and off again does not have any effect.
 Cheers,
 Thomas

can't reproduce on a new installation on an exopc, he mouse is invisible.

the cursor is the black blocky one or the white antialiased one?

it's probably an installation not gone well or interrupted before the last 
blocks were copied


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: suggested changes to plasma-active.org

2013-08-30 Thread Marco Martin
On Friday 30 August 2013 10:40:16 Carl Symons wrote:
 The website looks quite good now.
 
 There are a few things that I'd like to suggest changing.
 
 * rename video to Plasma Active introduction.ogv; remove 3
 
 Is the following still true?
 Plasma Active is a joint project by the KDE community, basysKom and
 open-slx. How about makeplaylive/coherent theory?
 
 Is the following still true?
 The official Plasma Active image is based on Mer and is provided by
 basysKom.

done some of the trivial things.
about company names/adaptation lists, as soon we agree on a final text on 
those places I'll put it on immediately

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: suggested changes to plasma-active.org

2013-08-30 Thread Marco Martin
On Friday 30 August 2013 10:45:25 Carl Symons wrote:
 Whoops. Forgot another important thing.
 
 Remove links to reviewers guide and press kit. They don't really add
 much now. The information they contain is  available elsewhere. And
 they would have to be redone to be included appropriately in the PA4
 release activities.

done

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


archos image

2013-08-30 Thread Marco Martin
Hi all,
just carrying a message.. here is an image for archos of the current 
kde:stable* repositories:
https://share.basyskom.com/plasma-active/deployment/archos-gen9/tablet/mer/testing/basyskom-plasma-active-four-archos-gen9-omapfb-tablet-mer-release-rc.tar.bz2

wasn't tested (and i can't as well) so if someone can give it a go would be 
nice ;)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: (non)pixel based margins in kmail-mobile

2013-08-29 Thread Marco Martin
On Wednesday 28 August 2013 21:19:15 Aaron J. Seigo wrote:

 
 i think this is a question that we will only really get to a proper answer
 once we work on consistent typography in a meaningful fashion. that will
 tell us exactly what we need.
 
 so for now my suggestion would be to flag this function for later review and
 we need to schedule a typography “workshop” to deal with the topic finally.

eh, as explained yesterday, that hack didn't really work :/

i have an idea to make it work but won't be much pretty (pretty much 
constructing a qobject that mimics exactly qfont properties plus that mSize 
property added

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Recommended changes for plasma-active.org

2013-08-29 Thread Marco Martin
On Sunday 25 August 2013 13:34:23 Carl Symons wrote:
 attached
 
 Carl

I made those changes on plasma-active.org, if there is still something to 
correct, please tell :D

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Zypper up on stable PA4 image killed Maliit

2013-08-29 Thread Marco Martin
On Thu, Aug 29, 2013 at 11:00 PM, Thomas Pfeiffer colo...@autistici.orgwrote:


  think we can't do anything about it.
  images done after the name change are correct and are going to correctly
  update.
  installations older than thast, don't think can be fixed (if somebody
 with
  more packaging-fu has an idea, please do tell ;)

 I don't mind if my RC won't upgrade to the final image correctly, I can
 just
 reinstall. What we should think about is if we think we need to provide a
 working upgrade path from PA3 to PA4 or if we think that it's okay for
 those
 few who have installed PA3 on their device to do a reinstall with PA4.

 What is our approach here?


iirc pa3 still used repos on meego obs, so even the repo urls have changed

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: (non)pixel based margins in kmail-mobile

2013-08-28 Thread Marco Martin
On Tuesday 27 August 2013, you wrote:
 On Wednesday 14 August 2013, Aaron J. Seigo wrote:
  On Tuesday, August 13, 2013 13:33:36 Sebastian Kügler wrote:
   On Tuesday, August 13, 2013 12:03:31 Marco Martin wrote:
mSize is fine, or also the recent addition
   
   mSize is going to be a problem in the future, as it's gone from the API
   now.
  
  .. and replaced with?
 
 just to keep everyone up to date on this detail there:
 indeed was necessary an api change in plasmoids from
 theme.defaultFont.mSize to theme.mSize(theme.defaultFont) due how the
 implementation was changed.

ugh, sorry... aparently it's indeed not possibleunless creating huge qobjects 
that wrap all the properties of qfonts (what seems it's being done internally 
in qml)

so for now theme.mSize(theme.defaultFont) it is :/


-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: plasma-active-kickstart out of playground

2013-08-28 Thread Marco Martin
On Tuesday 27 August 2013 15:59:58 Martin Graesslin wrote:
  out of playground area.
  what is the procedure?
 
 even if it is not really useful: send a mail to kcd for the 2 week review -
 once that passed: sysadmin request

uhm, but i see projects getting moved under a kdereview area of  
projects.kde.org, so the move has to be done anyways?
https://projects.kde.org/projects/kdereview

Cheers, 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


plasma-active-kickstart out of playground

2013-08-27 Thread Marco Martin
Hi all,
 i think it's time to move
https://projects.kde.org/projects/playground/base/plasma-active-kickstart

out of playground area.
what is the procedure?

Cheers, 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Recommended changes for plasma-active.org

2013-08-27 Thread Marco Martin
On Sunday 25 August 2013, Carl Symons wrote:
 attached
 
 Carl

to me makes sense, i'll do the changes next days...
anybody has any comment on the new text?

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: (non)pixel based margins in kmail-mobile

2013-08-27 Thread Marco Martin
On Wednesday 14 August 2013, Aaron J. Seigo wrote:
 On Tuesday, August 13, 2013 13:33:36 Sebastian Kügler wrote:
  On Tuesday, August 13, 2013 12:03:31 Marco Martin wrote:
   mSize is fine, or also the recent addition
  
  mSize is going to be a problem in the future, as it's gone from the API
  now.
 
 .. and replaced with?

just to keep everyone up to date on this detail there:
indeed was necessary an api change in plasmoids from theme.defaultFont.mSize 
to theme.mSize(theme.defaultFont) due how the implementation was changed.

I now found and pushed a way to keep theme.defaultFont.mSize working, so no 
adjustment should be necessary anymore ;)

Side question: so should be theme.mSize(theme.defaultFont) api removed? (as it 
was added only for plasma2)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Moved kde-artwork-active to git

2013-08-22 Thread Marco Martin
Hi all,
Just quick notice, we still had some artwork on SVN, the package kde-artwork-
active.
since svn it's being phased out, i moved it to git, and can be found here:

https://projects.kde.org/projects/playground/artwork/kde-artwork-active

Cheers, 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Chores for release

2013-08-22 Thread Marco Martin
Hi all,
So, now the image generation is fine and does images that are testyed to
work well, and i have tarballs for ftp.kde.org (see email some days ago).

Now, what remains to do?
I would say mainly
* announcement text,
*screenshots
* new text for the plasma-active.org website
* (are the videos needed together the release?)
* forgotten something?

who is working on that at the moment? any eta?

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


url issue in bodega with ssh

2013-08-20 Thread Marco Martin
Hi all,

found a last small potential blocker for pa4:
bodega-client is now set for using ssh by default, by using as server
https://addons.makeplaylive.com:3443

but the server tells to take the images from something like
http://addons.makeplaylive.com:3443/foo

the problem is in lib/utils.js line 42
module.exports.findImagePaths
var serverUrl = 'http://' + req.header('host');

that hardcodes http (and i don't think with haproxy is possible to really know 
what it is?)

right now i changed it to https in the running server, so active-addons will 
work fine in pa4, but a proper solution must be found.

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Experiments for release tarballs

2013-08-20 Thread Marco Martin
Hi all,
here
http://notmart.org/pa4-test-tarballs/

there are some experiments for tarballs for release, if someone takes a peek 
at them before they hit ftp.kde.org would be cool ;)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


image without welcome applet

2013-08-14 Thread Marco Martin
http://makeplaylive.com/~notmart/plasma-active-i586-stable-2013-08-14.iso

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-25 Thread Marco Martin
On Thu, Jul 25, 2013 at 12:15 PM, Wolfgang Romey h...@wolfgangromey.dewrote:

 Am Donnerstag, 25. Juli 2013, 10:52:38 schrieb Marco Martin:
  On Thursday 25 July 2013 10:20:25 Wolfgang Romey wrote:
i see that seems very different if is installing over an old
 virtualbox
drive or on a new one from scratch.
it seems that the installer tries to update old installs instead of
starting from scratch
  
   I created a new harddisk and installed PA4. Now it is working.
 
  so, the problem is definitely that that installation utility doesn't wipe
  the existing data

 Seems so. But there is a new little problem. I can't get a vissible
 pointer. I
 tried to set it in Settings, which did not work. Then i tried as
 described
 in


 http://community.kde.org/Plasma/Active/Info/FAQ#How_do_I_get_a_Mouse_Cursor.3F



ok, current revision should have the possibility for mouse again, andcan be
installed on top of an existing system without blowup, same old url
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-24 Thread Marco Martin
On Mon, Jul 22, 2013 at 9:57 PM, Aaron J. Seigo ase...@kde.org wrote:

  part i'm all for simplification (especially when it can save some
 megabyte
  of ram) but I'm keeping opinions for myself so far, so let's discuss it.

 i don’t think they are features much used, so imho they can be sacrificed
 for a
 better overall experience (less clutter, fewer things that seems
 unfinished /
 not working as expected)

 i removed them from the git repos, repackaging now

--
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-24 Thread Marco Martin
On Wed, Jul 24, 2013 at 6:54 PM, Wolfgang Romey h...@wolfgangromey.dewrote:

 Am Dienstag, 23. Juli 2013, 21:33:28 schrieb Marco Martin:

  an image should be
  http://makeplaylive.com/~notmart/plasma-active-i586.iso
  (didn't try that file exactly)
 
 Hello,

 i installed the iso from today in virtualbox, but it is not working. It
 stops
 with

 configuration file /home/mer/.kde/share/config/kmixrc not writetable

  Obviously there are more alerts shown behind this message.


I heard other as well with the same problem, however with the last image
doesn't happen at all here, neither on device nor on virtualbox
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-23 Thread Marco Martin
On Tue, Jul 23, 2013 at 9:48 PM, Bogdan Cristea crist...@gmail.com wrote:


 ARM devices are not yet supported in AP4 ? I have seen that compiling an
 app on mer build (https://build.merproject.org/) for other architectures
 than x86 does not seem to work


 building on arm is just fine (maybe your c++ code has some problems on
arm, there are some things related to floating point that build fine on x86
and won't on arm, and that's always up to the programmer to make it work ;)


completely different thing is system integration, because every single arm
device is so different that will need an image adapted specifically for
that one, every single device is so different that the sentences it works
on arm or doesn't work on arm are almost meaningless

for the particular devices, like nexus7 i'll let maintainers of those
devices speak (and release when they feel ready)

--
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-23 Thread Marco Martin
On Tue, Jul 23, 2013 at 10:52 PM, Jan Grulich jgrul...@redhat.com wrote:

 Maybe the applet is already at a point where it could be used at least on
 the ARM images? I hope Lamarque can answer that.
 Cheers,
 Thomas
  Nope, my applet has the same problem like the old one on my Nexus 7. It
 looks like all the applets in the panel have some problems with touch
 input, because even battery applet doesn't work for me.


ah, the gool old input problem on arm, yes, this was always there.
one thing that could be tried is to patch popupapplet in libplasma to do
the popup fuillscreen or something like that (and no, i can't do it, i have
no way to test it whatsoever)
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: PA4

2013-07-23 Thread Marco Martin
On Tue, Jul 23, 2013 at 10:06 PM, Thomas Pfeiffer colo...@autistici.orgwrote:

 other than that, modulo proximity blindness, it looks fine for me on
 devices
 != wetab


We definitely need structured testing. With the last few RCs, I always had
 several problems (e.g. with the RC from Sunday running live from the USB
 stick on my Wetab, new files were still not being indexed (tested with a
 text file saved in KWrite), an absolute release blocker). I don't


just tried it, it doesn't work when saving files from kwrite, but works
fine when copying or creatng a new file otherwise.

seems because kwrite creates for a while a file with a temp name, then
renames it immediately, while nepomuk was trying to index the old file,
that doesn't exist anymore.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[Active] [Bug 320237] Indexing seems completely broken in RC1

2013-06-04 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=320237

--- Comment #10 from Marco Martin notm...@gmail.com ---
what i get on standard output is a flood of stuff like that:
(smells like wrong/broken desktop ontologies?)

[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:gd does not exist in the graph. In statement
(_:mg, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:gd)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:hd does not exist in the graph. In statement
(_:og, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:hd)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:id does not exist in the graph. In statement
(_:qg, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:id)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:jd does not exist in the graph. In statement
(_:sg, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:jd)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:kd does not exist in the graph. In statement
(_:ug, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:kd)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:ld does not exist in the graph. In statement
(_:wg, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:ld)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:md does not exist in the graph. In statement
(_:yg, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:md)
[/usr/bin/nepomukservicestub] nepomukfileindexer(1260)/nepomuk (strigi
service): SimpleIndexError:  _:nd does not exist in the graph. In statement
(_:ah, http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url, _:nd)


an interesting thing is that if i create a new file on an indexed directory i
immediately get one of those messages, so all the filesystem monitoring part is
correct, is the storing in the db that doesn't work

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[Active] [Bug 320237] Indexing seems completely broken in RC1

2013-06-03 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=320237

--- Comment #8 from Marco Martin notm...@gmail.com ---
i'm trying now to build newer soprano and nepomuk-core on stable.
i see that i get a lot of message of property doesn't exist messages on
output if i run nepomukserver on konsole.
Vishes, what version of nepomuk, soprano, virtuoso and
shared-desktop-ontologies should be used? (did i forgot anything? strigi pieces
still used? i don't think so?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Network Management Applet not working

2013-05-30 Thread Marco Martin
On Thursday 30 May 2013, Ruediger Gad wrote:

 Marco also suggested to create a small sample app to try different
 combinations of windows flags and how they affect the behavior.
 Unfortunately, I do not have the time to write such an app right now but
 I found something that may be useful:
 http://qt-project.org/doc/qt-4.8/widgets-windowflags.html
 This app seems to be pretty much what Marco suggested?
 
 Do you have any ideas where window flags may be set for applets in the
 top bar or the corresponding popups?
 Generally, do you have ideas on how to solve the issue?

another hack that came to mind, is patching popupapplet.cpp, and making all 
popup windows fullscreen (maximized, maybe even without alpha channel,extra 
kwin atoms and so forth)

for small screens it could even look it makes sense, so not feel as such and 
hack

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


[bodega] [Bug 318675] Store statistics

2013-05-29 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=318675

Marco Martin notm...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/bode
   ||ga-server/2cbd385a6ee1de46b
   ||bb69802a61a6277d6051632

--- Comment #1 from Marco Martin notm...@gmail.com ---
Git commit 2cbd385a6ee1de46bbb69802a61a6277d6051632 by Marco Martin.
Committed on 29/05/2013 at 17:06.
Pushed by mart into branch 'master'.

Merge branch 'stats'
Conflicts:
server/lib/db/stats.js

M  +74   -15   server/lib/db/stats.js
M  +19   -0sql/sampledata.sql

http://commits.kde.org/bodega-server/2cbd385a6ee1de46bbb69802a61a6277d6051632

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bugs(?)/Questions in current PA devel testing

2013-05-28 Thread Marco Martin
On Monday 27 May 2013 21:28:02 Maurice de la Ferté wrote:

  i don't have at the moment hardware that presents that problem, but one
  thing that could be tried is to write a small test app with a window with
  different possible sizes, different possible window flags combination, to
  see if one in particular reproduces the problem reliably
 
 Maybe someone should take a look to that patch request which is dangling
 for some weeks:
 
 https://build.merproject.org/request/show/293
 

patch seems fine, seems to be about first initialization rther that the 
accepting input problem

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bugs(?)/Questions in current PA devel testing

2013-05-27 Thread Marco Martin
On Monday 27 May 2013 15:49:41 Ruediger Gad wrote:
 I succeeded in building the latest devel version in bmo with contour.
 Attached I send you the patch.
 You can get the built version from:
 https://build.merproject.org/project/show?project=home%3Awonko%3Apa-devel-co
 ntour-hack I also attached a .ks file that uses this version.
 With these changes, the devel image boots into the ui as intended.
 
 As you can see in the patch there were also some bugs in the code
 itself. I will try to submit that patch into git if I find the time.

cool, would be appreciated if you can push it :)

 Unfortunately, there is still the issue that the network manager applet
 does not accept input.
 Do you have any hints on how to identify or even solve the problem, or
 where the problem could be located?

unfortunately i really don't know, and is a pretty important issue :/

but seems quite low in the stack..
what i think it could be from is from the touchscreen driver, depending from 
either the x11 windows flags, or the window size (like windows smaller than a 
certain size not taking inut? seems utterly weird, but i'm a bit out of ideas)

the weird thing is that happens only with those popus, not any app afaik?
so depends definitely from one of those two things

i don't have at the moment hardware that presents that problem, but one thing 
that could be tried is to write a small test app with a window with different 
possible sizes, different possible window flags combination, to see if one in 
particular reproduces the problem reliably

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Allwinnner A10 image

2013-05-26 Thread Marco Martin
On Saturday 25 May 2013 21:44:55 Jonathan Rigsby wrote:
 Hey everyone, I'm really excited about the Vivaldi tablet and Plasma
 Active, hence the reason I'm on this mailing list :D. I have an
 Allwinner A10 tablet which was, until the upgrade to dual core SoCs
you can see here
ftp://5.9.162.110/
if (either under nemo/ or plasma-active/) there is an image exactly for your 
device

otherwise you would have to adapt it a bit (starting probably from the one for 
cobi) where adapting means providing the proper u-boot and script.bin imaes 
for that tablet model
(the vivaldi specific image probably would be a bit harder since the eoma68 
boots in a slighty different manner compared to the other a10 devices)

 (congrats on that BTW :D), the same as the Vivaldi tablet. I tried
 booting Mer (in order to get Active) off an SD card, but since it was
 made for TI OMAP SoCs it didn't work. So my question is where can I go
 to get the image or source code (I want Active so much I'm willing to
 perform my first ever source code compilation) that you were using on
 the Vivaldi before the upgrade? Also I assume the dual core SoC your
 using now is the A13, is that right? Hope you can point me in the

is an A20. Luckily a10 and a20 are completely compatible kernel wise

 direction and thanks for all the hard work KDE does. :)

and thanks for your entusiasm, any help is always appreciated :)

Cheers,
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


Re: Bugs(?)/Questions in current PA devel testing

2013-05-26 Thread Marco Martin
On Sunday 26 May 2013 01:06:31 Aaron J. Seigo wrote:
 On Sunday, May 26, 2013 00:50:37 Ruediger Gad wrote:
  Another thing I found with respect to the devel image is that it is
  missing /usr/bin/contour which is present in the testing version.
  I assume contour is responsible for painting the main parts of the UI?
 
 No, plasma-device is. contourd should not be required.
the contourd executable should be provided by the plasma-moile package now

-- 
Marco Martin
___
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active


  1   2   3   4   >