Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Bjoern Franke
Hi,

> 
> I didn't have any problems with my upgrade, but I switch to smoothtasks as
> my task manager. You guys should give that a try.

I'm running icontasks as taskmanager and had no problems with it, but my 
systray crashed every time. If I started the systray with plasmoidviewer, it 
was displayed fine, so I think the crashes are not related to taskmanager or 
systray, but to the panel itself. 

regards
Bjoern
-- 
jabber: b...@schafweide.org
bjo.nord-west.org | nord-west.org | freifunk-ol.de


Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Jeffrey Lynn Parke Jr.
On Sat, Nov 5, 2011 at 10:44 PM, Bjoern Franke  wrote:

> Hi,
>
> Am Samstag, 5. November 2011, 18:06:41 schrieb Lorenzo Bandieri:
>
> > Any workaround?
>
> Do you see in .xsession-errors why the panel is crashing?
>
> regards
> Bjoern
>
> --
> jabber: b...@schafweide.org
> bjo.nord-west.org | nord-west.org | freifunk-ol.de
>

I didn't have any problems with my upgrade, but I switch to smoothtasks as
my task manager. You guys should give that a try.

-- 
"Breathe Deeply and Dream"


Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Bjoern Franke
Hi,

Am Samstag, 5. November 2011, 18:06:41 schrieb Lorenzo Bandieri:

> Any workaround?

Do you see in .xsession-errors why the panel is crashing?

regards
Bjoern

-- 
jabber: b...@schafweide.org
bjo.nord-west.org | nord-west.org | freifunk-ol.de


Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Alessio 'Blaster' Biancalana
Hi Lorenzo,
I updated today my KDE desktop and transparency in the panel is gone.
Less troubles than you but... :P

Tomorrow I should try to move my settings directory to a backup location
and try in a clean environment.

--
Bl@ster / dottorblaster


Re: [arch-general] Problem automatically importing key for signed package.

2011-11-05 Thread Thomas Bächler
Am 06.11.2011 00:40, schrieb Peter Lewis:
> error: choqok: key "22AD5874F39D989F" is unknown
> error: failed to commit transaction (invalid or corrupted package (PGP 
> signature))
> Errors occurred, no packages were upgraded.

I don't know, maybe it uses a broken keyserver.

Note that this is not the final solution. In the near future, Arch users
will automatically have all the keys of developers and TUs set up with
trust levels configured, without having to import them from keyservers.
I hope this is done soon.



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Problem automatically importing key for signed package.

2011-11-05 Thread Myra Nelson
On Sat, Nov 5, 2011 at 18:40, Peter Lewis  wrote:

> Hi,
>
> I've been trying to get to grips with the package signing stuff, and have
> just
> added my first signed package (choqok) to [community], but am having a
> problem
> installing it from the repo, when pacman doesn't already know about my
> key. I'm
> probably missing a step somewhere, or maybe I've found a bug, not sure.
>
> I followed the instructions on the wiki, with the slight difference that I
> already had a key, so just used that one.
>
> Here's the problem. After successfully building in a chroot and submitting
> and
> signing the package, all using devtools, I get this:
>
> % sudo pacman -S choqok
>
> ...
>
> error: choqok: key "22AD5874F39D989F" is unknown
> error: failed to commit transaction (invalid or corrupted package (PGP
> signature))
> Errors occurred, no packages were upgraded.
>
> I tried the obvious cache clearing and -Syy'ing, just to be sure, but that
> didn't fix it.
>
> For other people's packages, after the "key XXX unknown" message, I get the
> option to get it from the keyserver and add it to pacman's keyring. But I
> don't
> get that option for my own key.
>
> But:
>
> % gpg --homedir gpg-temp --keyserver pgp.mit.edu --recv-keys
> 22AD5874F39D989F
> gpg: requesting key F39D989F from hkp server pgp.mit.edu
> gpg: key E19DAA50: public key "Peter Richard Lewis "
> imported
> gpg: no ultimately trusted keys found
> gpg: Total number processed: 1
> gpg:   imported: 1
>
> And just to be sure, in my build directory:
>
> % gpg --verify choqok-1.2-2-x86_64.pkg.tar.xz.sig
> gpg: Signature made Sat 05 Nov 2011 05:27:56 PM GMT using RSA key ID
> F39D989F
> gpg: Good signature from "Peter Richard Lewis "
> gpg: aka "Peter Richard Lewis "
> gpg: aka "Peter Richard Lewis "
> gpg: aka "Peter Richard Lewis "
>
>
> At first I thought that maybe pacman wouldn't support multiple UIDs, but
> then
> pacman-key -l shows up that several devs and TUs have this.
>
> Did I miss something that I should have done?
>
> Thanks,
>
> Pete.
>

Pete:

You need to import your key into the pacman-key database with sudo
pacman-key --keysever pgp.mit.edu -r 22AD5874F39D989F, then everything
shoud work fine.

You can also put keyserver hkp://pgp.mit.edu in
/etc/pacman.d/gnupg/gnupg.conf and pacman-key will use pgp.mit.eduautomatically.

Myra

-- 
Life's fun when your sick and psychotic!


[arch-general] Problem automatically importing key for signed package.

2011-11-05 Thread Peter Lewis
Hi,

I've been trying to get to grips with the package signing stuff, and have just
added my first signed package (choqok) to [community], but am having a problem
installing it from the repo, when pacman doesn't already know about my key. I'm
probably missing a step somewhere, or maybe I've found a bug, not sure.

I followed the instructions on the wiki, with the slight difference that I
already had a key, so just used that one.

Here's the problem. After successfully building in a chroot and submitting and
signing the package, all using devtools, I get this:

% sudo pacman -S choqok

...

error: choqok: key "22AD5874F39D989F" is unknown
error: failed to commit transaction (invalid or corrupted package (PGP 
signature))
Errors occurred, no packages were upgraded.

I tried the obvious cache clearing and -Syy'ing, just to be sure, but that
didn't fix it.

For other people's packages, after the "key XXX unknown" message, I get the
option to get it from the keyserver and add it to pacman's keyring. But I don't
get that option for my own key.

But:

% gpg --homedir gpg-temp --keyserver pgp.mit.edu --recv-keys 22AD5874F39D989F
gpg: requesting key F39D989F from hkp server pgp.mit.edu
gpg: key E19DAA50: public key "Peter Richard Lewis " 
imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:   imported: 1

And just to be sure, in my build directory:

% gpg --verify choqok-1.2-2-x86_64.pkg.tar.xz.sig
gpg: Signature made Sat 05 Nov 2011 05:27:56 PM GMT using RSA key ID F39D989F
gpg: Good signature from "Peter Richard Lewis "
gpg: aka "Peter Richard Lewis "
gpg: aka "Peter Richard Lewis "
gpg: aka "Peter Richard Lewis "


At first I thought that maybe pacman wouldn't support multiple UIDs, but then
pacman-key -l shows up that several devs and TUs have this.

Did I miss something that I should have done?

Thanks,

Pete.


Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Ray Rashif
On 6 November 2011 01:06, Lorenzo Bandieri  wrote:
> Hello archers,
>
> Last massive KDE upgrade broke my KDE desktop. In particular, after
> the reboot, the panel was gone. I tried to "Add Panel": Default Panel
> crashes Plasma Shell;  Empty panel works. Then I added one by one the
> widget I had in my original panel (which was pretty standard). I
> determined that the "culprit" is task manager: when I try to add this
> widget, KDE crashes.

I confirm as I faced this yesterday, but concluded that my systray was
the culprit. Possibly there is something common there.

> Any workaround?

I moved ~/.kde4/share/config, added the default panel, and moved back
the config. As such, I have a default panel now but at least I have a
task manager and a system tray to view my apps. This also means the
issue is with the configs somewhere. I have not done anything else
since I'm a little busy with stuff and I cannot deal with this kind of
breakage ATM.


--
GPG/PGP ID: 8AADBB10


Re: [arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Nicolás Adamo
Is deleting  ̃/.kde4 an option? Be careful if you have many KDE
applications settings, i.e. KTorrent.
It will restore all KDE settings, maybe that works...

Filling reports for KDE bugs under arch is kind of useless... traces
are not useful for kde debuggers because the lack of debug packages.

Does anybody know which packages are necessary to make good bug
reports for KDE ?


2011/11/5 Lorenzo Bandieri 
>
> Hello archers,
>
> Last massive KDE upgrade broke my KDE desktop. In particular, after
> the reboot, the panel was gone. I tried to "Add Panel": Default Panel
> crashes Plasma Shell;  Empty panel works. Then I added one by one the
> widget I had in my original panel (which was pretty standard). I
> determined that the "culprit" is task manager: when I try to add this
> widget, KDE crashes.
>
> Any workaround?
>
> Thanks,
>
> Lorenzo


[arch-general] KDE panel broken after last upgrade

2011-11-05 Thread Lorenzo Bandieri
Hello archers,

Last massive KDE upgrade broke my KDE desktop. In particular, after
the reboot, the panel was gone. I tried to "Add Panel": Default Panel
crashes Plasma Shell;  Empty panel works. Then I added one by one the
widget I had in my original panel (which was pretty standard). I
determined that the "culprit" is task manager: when I try to add this
widget, KDE crashes.

Any workaround?

Thanks,

Lorenzo