


Dolphin Service Menus by nemti 20 comments
did you know sox http://sox.sourceforge.net ? You could use sox for more audio conversion...
greetz
sarah - Oct 23 2006

Browser by MojoRisin 29 comments

System Software by yogin 134 comments

Video Apps by juergenk 179 comments

Various KDE 1.-4. Improvements by jmnx12 9 comments
nice greetz
sarah - Apr 16 2005
After solving some compile problems (I have a newer automake version (->running aclocal manualy) and correcting the path of libkpinterfaces.la in kdekdiaryplugin/Makefile [I run gentoo/kde3.3]) it works good.
Could you provide .po files for your plugin. I would translate it to german.
How can I add diary entries for other days then today? I would add diary entries that are in the past.
Is it possible that you integrate a password protection that prevents others for opening the diary?
ciao
Sarah - Oct 04 2004

Various KDE 1.-4. Improvements by Hase 6 comments

Utilities by reiter 8 comments
I wrote a very simple bash script without any "intelligence" and it works great:
#!/bin/bash
# phone.sh
BEEP=`which beep`
if [ -n $BEEP ]; then
beep -f 800
fi
echo "ATDT$1;" >> /dev/modem
sleep 1
kdialog --msgbox "After the connection is established, pick up the phone and press ok. "
echo "ATH0" >> /dev/modem
#end.
The only thing I have to do is the removal of any non numeric character in the number string. - Sep 30 2004

KDE 3.x Window Decorations by ceebx 78 comments
1) ACCEPT_KEYWORDS="~x86" emerge knemo
(if your arch is x86, BTW this method had some risks -> ask @ formums.gentoo.org)
2) change your stable system into a testing system via a var in make.conf (see docs or ask in the gentoo forum)
3) enter in /etc/portage/package.keywords knemo as testing package. Then the system excepts knemo as testing in a stable system
for mor info read the docs of the new functions of portage 2.50 - Sep 14 2004
-include an option: "show as line" - like the signal plotter in kppp
-another option: "show up/down speed" in the bottom right (those numbers shown in tooltip)
add a button for context menu entries presets. I mean it would be great if newbies could select entries for kppp, network start/stop/restart,.... I think that isn't much work, because you can "hard code" the entries. If you need some ideas for presets, I can post some...
Try to change the resizeMode of the listview (dyn. context entry list) to AllColumns - this could look nicer as it is now. - Sep 14 2004
2) I have 2 idea to avoid those problems with ifconfig
a) you can include the neccessary code from ifconfig in knemo. Then you can solve the overflow problem and it is more easier to grab the information.
b) make a stand alone version of ifconfig and modify it as you need (xml output, overflow correction,....) - Sep 03 2004
the word "IMPORTANT" means that are important informations :-)
"IMPORTANT: KNemo is not an executable but an KDED service. Therefore
it has to be started using Control Center/KDE Components/Service
Manager."
Somtimes you have to restart kde after you activate it in the Control Center. - Sep 02 2004
great that you got the algoritm for publishing knemo 0.2.3 at 23:23 :-)
Are the dynamic context entries on your todo list?
I saw some untranslated strings in the german translation, will you fix it, or should I look what I can do ;-)
BTW: I use net-tools 1.60-r7 and there are no problems
greetz
sarah - Sep 02 2004
By default all connections has the "windows-monitors". If sombody want's to tweak the icon, then he could change it by selecting another iconset for this connection. Then an automatic connection type detection/guessing isn't needed. Also the radio button "icon should indicate connection type" isn't needed, too. - Aug 16 2004
Save this e.g. as tcdial.sh in /usr/local/bin/ and add the command "tcdial.sh" into knemo as "connect" entry.
(modify the script to match your provider settings. P1=600 means "Provider 1" begins at 6:00)
#!/bin/bash
# tcdail.sh
KPPPCMD="kstart --skiptaskbar kppp -q -c "
TIME=`date +%H%M`
P1=600
P1A="freenet18"
P2=1800
P2A="freenet"
P3=2359
P3A="freenet18"
if [ $TIME -ge 0 -a $TIME -lt $P1 ]; then
$KPPPCMD $P1A
elif [ $TIME -ge $P1 -a $TIME -lt $P2 ]; then
$KPPPCMD $P2A
elif [ $TIME -ge $P2 -a $TIME -lt $P3 ]; then
$KPPPCMD $P3A
else
kdialog --error "No provider to dial."
fi - Jul 15 2004
BTW I wish to hide all entries except my customized "start/stop" entries from the context menu. Could you make it possible that I can add more than 2 commands to the context menu?
Anyway great and usefull app! Thanks for that! - Jul 13 2004
Most disadvantage of current mixers is that record and playback controls are not accessable at the same time. I think kamix could be more than a normal system mixer. (the system mixer is kmix) You could extend it to a "studio-mixer". I've made a little picture that illustrate my thoughts http://www2.hs-harz.de/~u15051/files/kamix.jpg (not realy perfect)
At the moment I start the mixer twice to get all controlls accessable.
BTW kmix handles the "switch controls" better then kamix. Look at http://www2.hs-harz.de/~u15051/files/kamix_emu10k1.jpg http://www2.hs-harz.de/~u15051/files/kmix.jpg perhaps you can improve the handling of switch controls
Perhaps you can catch some of my ideas to improve kamix.
keep up good work! - Jul 01 2004

Dolphin Service Menus by LMCBoy 8 comments
[ -e filename ]&& mv -f filename /mytrash - Jun 22 2004

System Software by sequitur 26 comments
BTW nice installer :-D - Jun 18 2004
to cooperate knemo with kppp open the config of you ppp0 device and enter this as start command:
kstart --skiptaskbar kppp -q -c account_name
and for stop command:
kppp -k -q
disable "hide icon when not connected"
in kppp set "dock to kicker when connected" to enabled. Now you can start/stop your ppp0 device from knemo systray icon - Jun 13 2004

Icon Sub-Sets by paralis 5 comments
Wich iconset do you use? - Jun 04 2004

Education Apps by wiecko 3 comments

System Software by sarahb523 8 comments
portageTool is an demonstration for the installer at the moment and that are my main focus now - the installer. If I have a good installer and project structure for kommander apps in general, I will start to make a new full featured portageTool.
I hope you understand that I can't begin in the middle of the development proccess. At first I need some basic things. - Jun 02 2004

System Software by sarahb523 8 comments
The installer would be a general tool for installing kommander apps. But there is a lot of work (I need some upcomming kommander features, that are currently in work). This thing will be distro independend.
portageTool is ONLY for gentoo! I will never add any support for other disto, because it makes no sense. If I want to make an easy installer for all distros I wouldn't name it "portageTool"
The icons errors of your output shows that your kde is misconfigured. You should see this warnings always when you start a kde app into a terminal.
The realy error is that no source directory was recognized. Why I have to look.
> Gentoo is not the easy linux.
but installing apps is in no other distri so easy. - Jun 01 2004

KDE 3.x Splash Screens by sarahb523 4 comments

KDE 3.x Splash Screens by sarahb523 4 comments

KDE 3.x Splash Screens by arcisz 17 comments
thx - May 22 2004

KDE 3 Color Schemes by sarahb523 2 comments

Various KDE Stuff by stefano 91 comments
I used the gentoo ebuild to install.
thx
sarah - May 19 2004

Various KDE 1.-4. Improvements by speleoalex 7 comments

Utilities by nickprotopapas 31 comments
K3B can copy,backup and encode DVD's. - May 17 2004