From kde-core-devel Tue Jun 27 17:57:37 2000 From: Geert Jansen Date: Tue, 27 Jun 2000 17:57:37 +0000 To: kde-core-devel Subject: Annoying lib interdependency X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96212865508739 Hi! While adding app start notification to kdesu, I encountered an annoying library interdependency. To implement this, I need the method "KRun::libmapnotify()" from libkio, and I need it in libkdesu. But, libkio depends on libkdesu (it needs KDEsuClient), so we have a circularity.. What is the preferred way to solve this? Move libmapnotify() to kdecore (like launcher())? Move KDEsuClient somewhere? Other solutions? Greetings, Geert