Re: KDEReview: Nepomuk-Controller QML

2013-03-28 Thread Kevin Krammer
On Wednesday, 2013-03-27, Jörg Ehrichs wrote:
> > Assuming this setting is stored in some KConfig based file, wouldn't it
> > be possible to migrate it using kconf_update?
> 
> Good question. The config is saved in plasma-desktop-appletsrc
> 
> and I need to add:
> 
> [Containments][3][Applets][25][Configuration][Applets][36]
> geometry=0,0,24,24
> immutability=1
> plugin=nepomukcontroller-qml
> zvalue=0
> 
> it seems the old nepomuk controller did not save to this file
> instead if this program will be removed from the system it won't start.
> Have to explicitly start it via $ nepomukcontroller to start it here

I guess which icons are shown in the system tray is a setting of the system 
tray applet, no?

Cheers,
Kevin
-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring


signature.asc
Description: This is a digitally signed message part.


Re: Downtime Notification: Git and Subversion

2013-03-28 Thread Stephane MANKOWSKI

Hi,

In the file skrooge.rc of "releaseme", I changed:

   *customsrc=g...@git.kde.org:skrooge**
   *

by

   *customsrc=git://anongit.kde.org/skrooge*

and *I am now able to create the package*.
So, thank you for your help.

For fun, I tried to build some other packages (zanshin , tellico, ...) 
and all failed with the same error for the same reasons.
So, I think that _many other projects will have to do the same change in 
the corresponding .rc file_.


Regards,
Stephane

Le 27/03/2013 02:50, Ben Cooksley a écrit :

On Wed, Mar 27, 2013 at 10:33 AM, Stephane MANKOWSKI
 wrote:

Hi,

Hi Stephane,


I don't know if this is linked, but now, when I use "releaseme" to build a
tar file, I have an error during the git clone.

Example:
If I launche:

git clone --branch master --depth 1 g...@git.kde.org:skrooge

I have the following traces:

Cloning into 'skrooge'...
Enter passphrase for key '/home/s/.ssh/id_dsa':
fatal: (null) is unknown object
remote: Total 0 (delta 0), reused 0 (delta 0)
fatal: recursion detected in die handler
remote: aborting due to possible repository corruption on the remote side.
fatal: error in sideband demultiplexer

Do you know what to do to recover this situation?

Thanks for reporting this. I have verified that there are no problems
in the actual repository (at least none that a regular clone or fsck
pick up), and performing this operation against an anongit mirror does
not reproduce the issue.

A quick search for this error message leads to -
http://www.spinics.net/lists/git/msg201191.html
This indicates that it is likely a bug in the protocol exchange
between the Git client and server process, probably exposed by the
newer version of Git (1.8.1.4) we are now running on git.kde.org.

I would suggest running this against anongit.kde.org for now.

I'll also note to the author of releaseme that performing a shallow
clone is quite an expensive way to get a tarball of the sources - both
git.kde.org itself and our anongit mirrors have the archive service
enabled, which is much more efficient for completing this operation.

Shallow clones are unfortunately quite buggy depending on the version
of Git in use (aborting a shallow clone process can often cause hung
processes on the server side for instance, especially when it is done
over http) and are not recommended for use.


Regards,
Stephane

Regards,
Ben Cooksley
KDE Sysadmin


Le 23/03/2013 03:46, Ben Cooksley a écrit :

Hi all,

git.kde.org should now be online and operational again.

As the canonical copy of the repositories stored by it was corrupted
in certain parts, we have restored all repositories from another
system.
To the best of our knowledge no commits have been lost, however it is
still possible they were lost. In this case, please repush the
commits.

Please be aware that the anongit mirrors will need time to rebuild, as
will KDE Projects and Quickgit.
If you find any problems with git.kde.org, please inform us immediately.

Our apologies for the inconvenience, we will be analysing the causes
of this to avoid repeats in the future.

Regards,
Ben Cooksley
KDE Sysadmin

Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<






Re: Review Request 109748: kioslave/sftp: Show correct port number when connecting to default port

2013-03-28 Thread Andreas Hartmetz

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109748/#review3
---

Ship it!


Ship It!

- Andreas Hartmetz


On March 26, 2013, 8:18 p.m., Thomas Fischer wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/109748/
> ---
> 
> (Updated March 26, 2013, 8:18 p.m.)
> 
> 
> Review request for KDE Runtime.
> 
> 
> Description
> ---
> 
> Currently, if you make a sftp connection through the kio slave, this slave 
> shows port number 0 to the user in the status bar (and as debug output) 
> instead of the ssh port number 22. This is purely an UI issue, as internally 
> the port number is tested on >0 using the default port number as a fall back 
> if the test fails.
> The attached patch address this issue by testing for port number 0. If the 
> port number is invalid, the default port number is shown instead.
> 
> 
> Diffs
> -
> 
>   kioslave/sftp/kio_sftp.cpp f493477 
> 
> Diff: http://git.reviewboard.kde.org/r/109748/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Thomas Fischer
> 
>