trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] A Standalone Konqueror

From: Bruce Dubbs <bruce.dubbs@...>
Date: Mon, 19 Dec 2011 12:28:52 -0600
Calvin Morrison wrote:
> On 19 December 2011 13:07, Keith Daniels <keithwdaniels@...> wrote:
> 
>> On Mon, Dec 19, 2011 at 1:05 PM, Calvin Morrison <mutantturkey@...>
>> wrote:
>>> Hello,
>>>
>>> I've seen many calls for a stand alone Konqueror. I have seen people who
>> do
>>> not want to use KDE3 anymore, but desperately miss their beloved
>> Konqueror
>>> asking for it. What do you all think about creating just a Konqueror
>> tarball
>>> for the releases, and push it out to package maintainers?
>>>
>>> Frankly Konqueror is the best manager around, I think we might as well
>> get
>>> people hooked on it :)
>>>
>>> Calvin Morrison
>>>
>> If you added Kate and Konsole to that I would love it.... <grin>
>>
>> I also think you are right about getting people hooked.
>>
>> Keith
>>
> 
> the old archlinux kde3 project called kdemod3 actually did this. Everything
> was modularized so you only had to install what you wanted. We are planning
> on doing this with our Arch Linux packages now. Pawel is heading up that
> front.

All I can say is that it takes a large subset of kdelibs/kdebase to do that:

$ ldd konqueror |grep trin
      libkdeinit_konqueror.so => /opt/trinity/lib/libkdeinit_konqueror.so
      libkonq.so.4 => /opt/trinity/lib/libkonq.so.4
      libkutils.so.1 => /opt/trinity/lib/libkutils.so.1
      libkparts.so.2 => /opt/trinity/lib/libkparts.so.2
      libkio.so.4 => /opt/trinity/lib/libkio.so.4
      libkdeui.so.4 => /opt/trinity/lib/libkdeui.so.4
      libkdesu.so.4 => /opt/trinity/lib/libkdesu.so.4
      libkwalletclient.so.1 => /opt/trinity/lib/libkwalletclient.so.1
      libkdecore.so.4 => /opt/trinity/lib/libkdecore.so.4
      libDCOP.so.4 => /opt/trinity/lib/libDCOP.so.4
      libkdefx.so.4 => /opt/trinity/lib/libkdefx.so.4
      libtqt.so.4 => /opt/trinity/lib/libtqt.so.4

$ ldd konsole |grep trin
      libkdeinit_konsole.so => /opt/trinity/lib/libkdeinit_konsole.so
      libkdeprint.so.4 => /opt/trinity/lib/libkdeprint.so.4
      libkio.so.4 => /opt/trinity/lib/libkio.so.4
      libkdeui.so.4 => /opt/trinity/lib/libkdeui.so.4
      libkdesu.so.4 => /opt/trinity/lib/libkdesu.so.4
      libkwalletclient.so.1 => /opt/trinity/lib/libkwalletclient.so.1
      libkdecore.so.4 => /opt/trinity/lib/libkdecore.so.4
      libDCOP.so.4 => /opt/trinity/lib/libDCOP.so.4
      libkdefx.so.4 => /opt/trinity/lib/libkdefx.so.4
      libtqt.so.4 => /opt/trinity/lib/libtqt.so.4

All I can say is that it is not a simple proposition.  One person wants 
konqueror, another wants konsole and kate, yet another will want 
something else.  Disk space is pretty cheap.  It seems like a lot of 
work for little advantage.

   -- Bruce