You are not logged in.

#126 2011-09-18 13:49:07

fawn
Member
Registered: 2010-06-19
Posts: 9

Re: KDEMod3 Rebuild

elvaka wrote:
fawn wrote:

Hi, Elvaka. I have installed new release and everything work great except one thing.

I have problem with Klauncher, that stops working so its not possible to start any app via kde panel.
I only figured out how to reproduce error:

1. Klauncher is working normally, I can see his process in ProcessTable - started by local user.
2. I started some app nedded root rights via KdeSU, KUser for example
3. Klauncher started by local user sthutdowns and new one is started by user root .

Normally you start app with root rights and second instance of Klauncher will start.

Was this happening with the previous release? Maybe I changed something that I shouldn't tongue
And also, are you using the i686 or the x86_64 packages?

Finally I found solution of Klauncher problem. It seems that trinity version of KdeSU doesnt work properly with su but works with sudo. So this bug is reported in distributions like Arch or Fedora but not in Ubuntu.

Solution of this problem is: install sudo and configure it properly and tell kdesu to use sudo instead of su.

Step by step:

  1. Install sudo if necessary.

  2. Edit /etc/sudoers  - give root rights to wheel group, as usual. Uncomment this line:

    ## Uncomment to allow members of group wheel to execute any command
    %wheel ALL=(ALL) ALL
  3. Next add your user to wheel group.

  4. Edit /.kdemod3/share/config/kdesurc - append or change this line, so Kdesu will use sudo:

    [super-user-command]
    super-user-command=sudo
  5. Reboot.

Now you can run any app via KdeSU - enter your password instead of root password because KdeSU is using sudo. If you want sudo working with root password only, you can append this line to sudoers:

Defaults targetpw

2 Elvaka, You should consider this:

  • add sudo as depency of kdemod3-kdebase package

  • change default configuration of kdesurc respectively

  • display some info about sudoers configuration during instalation of kdemod3-kdebase package

Offline

#127 2011-09-18 18:34:48

elvaka
Member
Registered: 2010-05-02
Posts: 28

Re: KDEMod3 Rebuild

Thank you all for reporting those bugs, and also very big thanks for looking for solutions. I will be busy until next week, but I will try to fix the packages as soon as possible after that. Thank you again! Without you I would be using Gnome right now tongue

Offline

#128 2011-09-24 12:56:03

elvaka
Member
Registered: 2010-05-02
Posts: 28

Re: KDEMod3 Rebuild

I've just updated the repos:
*Now kdebase use sudo as default
*Added the dbus-qt3 package.

Offline

#129 2011-09-24 17:00:57

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

thanks for the update
been redoing my kdemod3 last few days
updated today theres a kcontrol problem again
kcontrol>desktop>Panels    is empty
                            >Taskbar     there was several tabs before now very limited things to change  ,  the ones I'm looking for are transparent taskbar & resize


not that I'm complaining just pointing what I find

thanks for all your work in this effort


if it werent for this I'd probably use xfce4

Offline

#130 2011-09-24 18:19:23

elvaka
Member
Registered: 2010-05-02
Posts: 28

Re: KDEMod3 Rebuild

Was this happening before the update? 32bits or 64?

Offline

#131 2011-09-24 18:40:12

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

the issues I mentioned did work before update
I am having issues with other stuff  mostly ktorrent crashing
am in the middle of reinstalling
I'll let you know how that goes

I am x86_64

I was still running kdemod3 from chakra till last week  I finally gave up the fight & went with trinity on my box

Offline

#132 2011-09-24 20:09:59

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

ok
from clean install 
hal is not in repo & is a dependencie

kcontrol is all better must have been an issue on my end
ktorrent seems ok got all my torrents loaded & no crash

this time I wont try to dump all my old config's in here at once

thanks again for all you efforts in keeping kde3.5 alive
that is till kde4 can come close to what it once was

edit
I seem to be unable to get evolution to keep my password
although it has not alot to do with kdemod3

Last edited by rayjgu3 (2011-09-25 01:02:48)

Offline

#133 2011-09-25 10:13:20

fawn
Member
Registered: 2010-06-19
Posts: 9

Re: KDEMod3 Rebuild

Thanks Elvaka! After upgrade su works. I tested kcontrol, krusader via alt+k, kuser - ok. Only one little bug remains: to invoke date&time settings from clock applet leads to su error. But its not very important.

Little off-toppic note: kdemod3-kaffeine doesnt work with latest xine-lib (xine-lib-1.1.19-5) but works with xine-lib-1.1.19-3. It's not serious bug but compatibility issue only. Sometimes we run into compatibility issue, so maybe kdemod-trinity should have own wiki page with installation howto and sharing tips, solutions and workarounds. For me kdemod-trinity is going to be perfect desktop from now. Thanks.

Offline

#134 2011-09-25 18:58:00

l0ner
Member
Registered: 2011-09-25
Posts: 13
Website

Re: KDEMod3 Rebuild

elvaka wrote:

*Added the dbus-qt3 package.

Could you upload it to the x86_64 repo too? Or provide PKGBUILD for manual compilation? I get 404 error when I try to install it on x86_64 and I can't find it manually on the mirrors.

TL;DR: dbus-qt not in the x86_64 repo. Please upload or provide PKGBUILD.

Offline

#135 2011-09-26 00:27:44

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

l0ner wrote:
elvaka wrote:

*Added the dbus-qt3 package.

Could you upload it to the x86_64 repo too? Or provide PKGBUILD for manual compilation? I get 404 error when I try to install it on x86_64 and I can't find it manually on the mirrors.

TL;DR: dbus-qt not in the x86_64 repo. Please upload or provide PKGBUILD.

you can find older packges here if needed
http://arm.konnichi.com/
select year month & date

Offline

#136 2011-09-26 07:13:01

elvaka
Member
Registered: 2010-05-02
Posts: 28

Re: KDEMod3 Rebuild

rayjgu3 wrote:

thanks for the update
been redoing my kdemod3 last few days
updated today theres a kcontrol problem again
kcontrol>desktop>Panels    is empty
                            >Taskbar     there was several tabs before now very limited things to change  ,  the ones I'm looking for are transparent taskbar & resize

I can see all the tabs, maybe there is a problem with your settings? Have you tried right-clicking the panel -> "Configure Panel"?

l0ner wrote:
elvaka wrote:

*Added the dbus-qt3 package.

Could you upload it to the x86_64 repo too? Or provide PKGBUILD for manual compilation? I get 404 error when I try to install it on x86_64 and I can't find it manually on the mirrors.

TL;DR: dbus-qt not in the x86_64 repo. Please upload or provide PKGBUILD.

Sorry, for some reason it was not uploaded to x86_64 repos. Fixed.

Offline

#137 2011-09-26 21:52:19

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

elvaka wrote:
rayjgu3 wrote:

thanks for the update
been redoing my kdemod3 last few days
updated today theres a kcontrol problem again
kcontrol>desktop>Panels    is empty
                            >Taskbar     there was several tabs before now very limited things to change  ,  the ones I'm looking for are transparent taskbar & resize

all is good with that just having issues with ktorrent
heres the backtrace if anyone has suggestions

[Thread debugging using libthread_db enabled]
[New Thread 0x7ff12e495700 (LWP 1612)]
[New Thread 0x7ff12ec96700 (LWP 1611)]
[New Thread 0x7ff133bda700 (LWP 1596)]
[New Thread 0x7ff1343db700 (LWP 1595)]
[New Thread 0x7ff13602a700 (LWP 1594)]
[New Thread 0x7ff135028700 (LWP 1593)]
[New Thread 0x7ff135829700 (LWP 1592)]
[KCrash handler]
#5  0x00007ff12f9e6730 in kt::PeerViewItem::PeerViewItem(kt::PeerView*, kt::PeerInterface*) () from /opt/kde3/lib/kde3/ktinfowidgetplugin.so
#6  0x00007ff12f9e7a68 in kt::PeerView::addPeer(kt::PeerInterface*) () from /opt/kde3/lib/kde3/ktinfowidgetplugin.so
#7  0x00007ff13e2044cd in bt::TorrentControl::qt_invoke(int, QUObject*) () from /opt/kde3/lib/libktorrent-2.2.6.so
#8  0x00007ff13c6677fe in QObject::activate_signal(QConnectionList*, QUObject*) () from /opt/qt/lib/libqt-mt.so.3
#9  0x00007ff13e1ecd72 in bt::PeerManager::newPeer(bt::Peer*) () from /opt/kde3/lib/libktorrent-2.2.6.so
#10 0x00007ff13e1ee4a8 in bt::PeerManager::createPeer(mse::StreamSocket*, bt::PeerID const&, unsigned int, bool) () from /opt/kde3/lib/libktorrent-2.2.6.so
#11 0x00007ff13e1ee699 in bt::PeerManager::peerAuthenticated(bt::Authenticate*, bool) () from /opt/kde3/lib/libktorrent-2.2.6.so
#12 0x00007ff13e1bfa0f in bt::Authenticate::handshakeRecieved(bool) () from /opt/kde3/lib/libktorrent-2.2.6.so
#13 0x00007ff13e1c092c in bt::AuthenticationMonitor::handleData() () from /opt/kde3/lib/libktorrent-2.2.6.so
#14 0x00007ff13e1c09ce in bt::AuthenticationMonitor::update() () from /opt/kde3/lib/libktorrent-2.2.6.so
#15 0x00000000004362cc in ?? ()
#16 0x000000000043ac08 in ?? ()
#17 0x00007ff13c66787f in QObject::activate_signal(QConnectionList*, QUObject*) () from /opt/qt/lib/libqt-mt.so.3
#18 0x00007ff13c667957 in QObject::activate_signal(int) () from /opt/qt/lib/libqt-mt.so.3
#19 0x00007ff13c680e5e in QTimer::event(QEvent*) () from /opt/qt/lib/libqt-mt.so.3
#20 0x00007ff13c61615d in QApplication::internalNotify(QObject*, QEvent*) () from /opt/qt/lib/libqt-mt.so.3
#21 0x00007ff13c6163e6 in QApplication::notify(QObject*, QEvent*) () from /opt/qt/lib/libqt-mt.so.3
#22 0x00007ff13d01a039 in KApplication::notify(QObject*, QEvent*) () from /opt/kde3/lib/libkdecore.so.4
#23 0x00007ff13c60cb2e in QEventLoop::activateTimers() () from /opt/qt/lib/libqt-mt.so.3
#24 0x00007ff13c5d10b0 in QEventLoop::processEvents(unsigned int) () from /opt/qt/lib/libqt-mt.so.3
#25 0x00007ff13c627759 in QEventLoop::enterLoop() () from /opt/qt/lib/libqt-mt.so.3
#26 0x00007ff13c6276e2 in QEventLoop::exec() () from /opt/qt/lib/libqt-mt.so.3
#27 0x000000000042941f in ?? ()
#28 0x00007ff13b88713d in __libc_start_main () from /lib/libc.so.6
#29 0x0000000000429ba5 in ?? ()
#30 0x00007fffa0fabd88 in ?? ()
#31 0x00000000ffffffff in ?? ()
#32 0x0000000000000007 in ?? ()
#33 0x00007fffa0fac941 in ?? ()
#34 0x00007fffa0fac94a in ?? ()
#35 0x00007fffa0fac950 in ?? ()
#36 0x00007fffa0fac959 in ?? ()
#37 0x00007fffa0fac963 in ?? ()
#38 0x00007fffa0fac96c in ?? ()
#39 0x00007fffa0fac975 in ?? ()
#40 0x0000000000000000 in ?? ()

I havent imported any old torrents just dropped a few new ones in

Offline

#138 2011-10-01 20:16:48

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

well near as I could figure out it was geoip problem

I just wrote my own PKGBUILD for to create my own ktorrent working ok now

Offline

#139 2011-10-02 11:34:03

fawn
Member
Registered: 2010-06-19
Posts: 9

Re: KDEMod3 Rebuild

rayjgu3 wrote:

well near as I could figure out it was geoip problem

I just wrote my own PKGBUILD for to create my own ktorrent working ok now

I can confirm this bug. Can you share you PKBUILD in AUR? Something like kdemod3-ktorrent?

Offline

#140 2011-10-02 17:14:28

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

not exactly in proper format  but here is the PKGBUILD

# Maintainer: 
# based on "ktorrent" package

pkgname=kdemod3-ktorrent
pkgver=2.2.8
pkgrel=1
pkgdesc="A BitTorrent program for KDE"
arch=('i686' 'x86_64')
url="http://ktorrent.org"
license=('GPL2')
depends=('kdemod3-kdebase' 'taglib')
makedepends=('make' 'boost')
provides=(ktorrent)
conflicts=()
source=("http://ktorrent.org/downloads/${pkgver}/ktorrent-${pkgver}.tar.bz2")
#install=ktorrent.install
options=('libtool')

md5sums=('c0bd753b27bbc3e404b6c59ceafb5f91')

build() {

  cd $startdir/src/ktorrent-${pkgver}
  ./configure --prefix=/opt/kde3   KDEHOME='~/.kdemod3'
  make || return 1
  make DESTDIR=$startdir/pkg install
  }

Offline

#141 2011-10-07 20:00:12

l0ner
Member
Registered: 2011-09-25
Posts: 13
Website

Re: KDEMod3 Rebuild

I installed whole kdemod3 (version 3.5.12). When i try to configure my panels I don't have options allowing configuration of size, position color ecc. Pretty much I cannot configure them at all. What I should reinstall/upgrade? Any ideas what could went wrong?

Offline

#142 2011-10-07 20:31:57

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

l0ner wrote:

I installed whole kdemod3 (version 3.5.12). When i try to configure my panels I don't have options allowing configuration of size, position color ecc. Pretty much I cannot configure them at all. What I should reinstall/upgrade? Any ideas what could went wrong?

K(kicker/start) >Settings>Control Center> Desktop>Panels

is where I find it, is this where you are looking?
did you do

pacman -Sy kdemod3-complete 
or 
pacman -Sy kdemod3

the owner of kcontrol is

pacman -Qo /opt/kde3/bin/kcontrol
/opt/kde3/bin/kcontrol is owned by kdemod3-kdebase 3.5.12-3

Offline

#143 2011-10-07 21:22:33

slot
Member
Registered: 2008-09-08
Posts: 65

Re: KDEMod3 Rebuild

I upgraded my kdemod3 in spring succesfully. Now I realized that there were new upgrades, updated the repo and upgraded, and kdm3 fails to start, with errors in .xsession-errors:

xset: bad fontpath element ... incorrect font server address or syntax
QGLContext::makeCurent(): Failed

I notice that almost all configuration files in /opt/kde/share/config are gone - including those in kdm except two.

Upgrading went smooth - running Fluxbox now, however.

How can I proceed?

Offline

#144 2011-10-07 21:27:12

l0ner
Member
Registered: 2011-09-25
Posts: 13
Website

Re: KDEMod3 Rebuild

rayjgu3 wrote:
K(kicker/start) >Settings>Control Center> Desktop>Panels

is where I find it, is this where you are looking?

If I do this empty window is evoken (screenshot)

rayjgu3 wrote:

did you do

pacman -Sy kdemod3-complete 
or 
pacman -Sy kdemod3

I did pacman -Sy kdemod3, not helped.

rayjgu3 wrote:

the owner of kcontrol is

pacman -Qo /opt/kde3/bin/kcontrol
/opt/kde3/bin/kcontrol is owned by kdemod3-kdebase 3.5.12-3

It seems that I have problem with kcmshell module called panel. kcmshell is member of kdemod3-kdelibs, which I tried to reinstall but nothing happened.

Offline

#145 2011-10-07 22:08:17

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: KDEMod3 Rebuild

to both l0ner & slot

I would try uninstalling

pacman -R kdemod3(-complete if you chose that when in stalling)
rm -R /opt/kde3
-----------
as user
mv -R  ~/.kdemod3   ~/.kdemod3-BACKUP
--------
pacman -Sy kdemod3-complete

this should give you a clean install with no problems
I would also make sure there is no ~/.kde  or ~/.kde4  just to be safe
I had several issues with a clean install of kdemod3 recently after which I uninstalled & reinstalled only to find I could not use my old .kdemod3 files which were from The Chakra Project
now all issues ironed out with exception of kdemod3-ktorrent
I would recommend using the PKGBUILD I posted here in this thread  post #140

if all goes well you can then try moving some of your old ~/.kdemod3 files over

Offline

#146 2011-10-08 10:18:38

slot
Member
Registered: 2008-09-08
Posts: 65

Re: KDEMod3 Rebuild

It seems one reason why it does not work is that the old kdemod installation from ~6 months ago resides in /opt/kde while packages updated yesterday seem to go into /opt/kde3

Offline

#147 2011-10-08 10:34:06

l0ner
Member
Registered: 2011-09-25
Posts: 13
Website

Re: KDEMod3 Rebuild

rayjgu3 wrote:

to both l0ner & slot

I would try uninstalling

pacman -R kdemod3(-complete if you chose that when in stalling)
rm -R /opt/kde3
-----------
as user
mv -R  ~/.kdemod3   ~/.kdemod3-BACKUP
--------
pacman -Sy kdemod3-complete

this should give you a clean install with no problems
I would also make sure there is no ~/.kde  or ~/.kde4  just to be safe
I had several issues with a clean install of kdemod3 recently after which I uninstalled & reinstalled only to find I could not use my old .kdemod3 files which were from The Chakra Project
now all issues ironed out with exception of kdemod3-ktorrent
I would recommend using the PKGBUILD I posted here in this thread  post #140

if all goes well you can then try moving some of your old ~/.kdemod3 files over

Did all this. Not helped.

Offline

#148 2011-10-08 12:14:09

slot
Member
Registered: 2008-09-08
Posts: 65

Re: KDEMod3 Rebuild

Confirmed:

slot wrote:

It seems one reason why it does not work is that the old kdemod installation from ~6 months ago resides in /opt/kde while packages updated yesterday seem to go into /opt/kde3

Merged directories so everything is in both places and now everything seems to work - Konqueror can show web-pages again :-D

'was starting to like Fluxbox - has improved konsiderably since ~4 years ago ;-)

Edit: From timestamps it seems it is the kde3 directory now being used

Last edited by slot (2011-10-08 12:18:30)

Offline

#149 2011-10-12 07:50:40

azu
Member
Registered: 2008-07-23
Posts: 10

Re: KDEMod3 Rebuild

Hi2all, respects to elvaka...

I'd like to request kdepim-base with changed "makedepends":  cyrus-sasl-plugins pkg was replaced by cyrus-sasl-gssapi

http://mailman.archlinux.org/pipermail/ … 21192.html

and now

#pacman -Syu

has
"
:: kdemod3-kdepim-base: requires cyrus-sasl-plugins
"
as a result, while cyrus-sasl-gssapi update

I've temporary added cyrus-sasl-gssapi  and libsasl into IgnorePkg session to perfom other updates...

------------------

another way is to make dirty hack for libsasl and cyrus-sasl PKGBUILD's files from abs (drop "conflicts" and "replace" sections, add "provides" section with "cyrus-sasl-plugins"). It works but it became a bit trouble whle next libsasl+ update.

Last edited by azu (2011-10-12 08:20:09)

Offline

#150 2011-10-20 21:07:10

elvaka
Member
Registered: 2010-05-02
Posts: 28

Re: KDEMod3 Rebuild

I have fixed some simple bugs:

kdepim -> Changed cyrus-sasl dependency
ktorrent -> Rebuilt to fix crash
kdebase -> Fixed "su returned with an error" when changing the system time

I have little time to fix all the bugs you reported here, so I will wait for people from Trinity to fix them, and then provide updated packages.

Offline

Board footer

Powered by FluxBB