


Various KDE 1.-4. Improvements by blurymind 9 comments
we have something like this in Krusader. The drawback of Service-menus is that they are only accesable via the context-menu. Krusader User Actions are completely integrated in the application like the build-in actions (so you can put them in the toolbar or assign a shortcut if you like)
http://krusader.sourceforge.net/handbook/useractions.html
http://krusader.sourceforge.net/screenshotsfs.php?limit=23&next=15 - Sep 23 2006

Various KDE 1.-4. Improvements by zvonSully 34 comments
Here is my Proposal:
When the config-dlg. ist first shown, it's in simple-mode. In the bottom-line you've got the buttons:
[help] [defaults] [expert-mode] <-> [ok] [apply] [cancel]
When the user clicks the expert-mode button, all options become visible and the caption of this button changes to "simple mode".
In simple-mode only the basic options are visible, the rest is default, while in expert-mode everything is accessable. that's it.
- May 25 2005
Sure, you can set up Konqueror with two panels as well, but then you basically got two single panels in one window but not one twin-panel. The two views are totaly independent while in a twin-panel filemanager you've got allways one source- and one target-panel for every operation. see also http://en.wikipedia.org/wiki/OFM - May 07 2005
I made an gentoo-ebuild for you app based on the eclass in this bug: http://bugs.gentoo.org/show_bug.cgi?id=65114 which provied very easy installation of kommander-based applications. It has to be copied to $PORTAGE_OVERLAY/eclass in order to work.
however I get many errors like "script for @screenSize_fullscreen is empty"
====== /usr/local/portage/net-misc/krdesktop/krdesktop-0.4.ebuild ======
# Copyright 2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: $
inherit kommanderapp
IUSE=""
DESCRIPTION="KRDesktop is a GPL-ed KDE (QT3) front-end for rdesktop"
HOMEPAGE="http://krdesktop.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86"
RDEPEND="net-misc/rdesktop"
S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
cd ${S}
chmod a+r "${P}.kmdr" || die "chmod not possible"
}
======== EOF ======= - Jan 05 2005
-) auto-define r[n] as variable for the last result (so that r or r1 are standing for the result in the history-line above. r2 for the result two lines above, aso. errors are ignored):
-) dcop-interface to submit an expression/get the result (that would i.e. permit an kicker-applet: klick a little icon and a lineedit pops up -> enter the expression and send it to abakus)
-) self-defined functions:
f(x)=x^2 + 2*x - 6 => (done)
f(4) => 18
-) save history to file (txt)
-) save defined function to file:
file could look like this:
f(x) = x^2 + 5
g(x,y) = 2*x + 4*y
test = 77.2346
log(x, base=e) = ln(x) / ln(base) # just an example for default-values
-) set a list of function-sets which should be loaded automaticly on startup - Oct 06 2004

System Software by SegFault 40 comments
A button to convert normal mounts to supermount:
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
vs.
none /mnt/cdrom supermount ro,dev=/dev/cdroms/cdrom0,fs=iso9660,-- 0 0
A little button to add options with a description would also be nice.... maybe you can read the description of the file-system spesific option out of the correspondent man-pages at runtime.... - Aug 20 2004

Various KDE 1.-4. Improvements by Amibug 9 comments
http://krusader.sourceforge.net/
http://kde-apps.org/content/show.php?content=10214
You said that there are other apps doing all this but you want konqi to do it. Why? Don't get me wrong, but the message I get from you suggestion is: I want a commander-style filemanager but don't want to use one. Please implement in the explorer-style Konqueror a commander-mode...
What do you mean with "Konq integration is the key to productivity"? - Aug 14 2004
It makes an index of all ebuilds allowing a very fast search. In addition 'esync' does 'emerge sync', updates the db and displays you everythink what has changed since your last sync. very handy! - Jul 25 2004
Also You may see the word 'preview' in the version. I've never said that there are no bug in it. If you want to be sure to have Software without bugs you should use a computer anyway.
It is impossible, at least for me, to release software without bugs. Also I've put my software here that more people can test it and if problems occure I'm willing to help. - Jun 26 2004
I wrote a plugin for the windows Filemanager Total-Commander ( http://www.jonas-baehr.de/wfx_ipod.php ), but since I don't use windows anymore I don't maintain this project anymore. You may want to look at it for some feature-insperation for your IOSlave... - Apr 12 2004