Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265433 - konqueror-4.2.* ebuild is uncomplete
Summary: konqueror-4.2.* ebuild is uncomplete
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 11:52 UTC by Marco Clocchiatti
Modified: 2009-04-08 20:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Clocchiatti 2009-04-08 11:52:01 UTC
emerging konqueror without kdebase-meta, the program loses a lot of important features, such any choise in Filemanger View Mode: only "File Size View" is available, which is funny, but a bit unconfortable...

I think the ebuild should be integrated with a set of local uses, for konqueror-4.* users not running kde4.* envinronment.

Reproducible: Always

Steps to Reproduce:
1. autounmask konqueror-4.2.r1
2. emerge =konqueror-4.2.r1
3. konqueror ~/


Actual Results:  
no other than File Size View mode is available.

Expected Results:  
new uses are needed to allow adding more features.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-04-08 16:22:18 UTC
We wont add kdebase as base dep just because user might use the deps. We stated on our website that @kdebase (kdebase-meta) is minimal instalation for usage, but some users might want to use just some other wms with some kde packages, so minimal, only by dependency-wise, is kdebase-startkde.
Comment 2 Marco Clocchiatti 2009-04-08 19:28:23 UTC
Sorry, kdebase-startkde adds ksplash to the system, but does not help konqueror to work as a filemanager in a standard way.

Konqueror is a killer  application in kde suite, not a minimal one.
Konqueror is also an ebuild in portage and eix says:

~ $ eix konqueror
Description:         KDE: Web browser, file manager, ...

If you don't wont fix this bug, you should completly remove the konqueror ebuild from portage and add the program inside the kdebase-meta ebuild in a silent way.
otherways, your behaviour is uncorrect and uncomprehensible for users.
Comment 3 Marco Clocchiatti 2009-04-08 19:51:11 UTC
another possibile way to treate the problem may it be to add a new ebuild
in the same way of kde-base/konq-plugins, which adds missing features to 
konqueror principal ebuild.
Comment 4 Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2009-04-08 20:00:31 UTC
(In reply to comment #2)
> Sorry, kdebase-startkde adds ksplash to the system, but does not help konqueror
> to work as a filemanager in a standard way.
> 
> Konqueror is a killer  application in kde suite, not a minimal one.
> Konqueror is also an ebuild in portage and eix says:
> 
> ~ $ eix konqueror
> Description:         KDE: Web browser, file manager, ...
> 
> If you don't wont fix this bug, you should completly remove the konqueror
> ebuild from portage and add the program inside the kdebase-meta ebuild in a
> silent way.
> otherways, your behaviour is uncorrect and uncomprehensible for users.
> 

Sorry, but as the KDE team as been stating for a *long* time, since the KDE-3.X days, we won't add optional run-time deps to apps. Besides, if you read the postinst message, you'll be warned about this.
Here is konqueror's pkg_postinst

pkg_postinst() {
        kde4-meta_pkg_postinst

        echo
        elog "If you want to use konqueror as a filemanager, install the dolphin kpart:"
        elog "emerge -1 kde-base/dolphin:${SLOT}"
        elog
        elog "To use Java on webpages: emerge jre"
        echo
}

About the web browser / file manager issue, you should be talking to KDE as it was their choice to split it - I happen to agree with the decision, but that's just me.
So, as Thomas has already stated, WONTFIX.