


System Software by LinuxDooM 41 comments
I don't feel the need to update.
Thanks any way. Keep up the good work! :) - Mar 13 2008

System Software by LinuxDooM 41 comments
Python-qt4 v4.0.1-5
No luck starting without root. kdesu pops up and asks for a password. After password entry a splash window opens for about 1/2 second and closes. - Mar 13 2008

System Software by LinuxDooM 41 comments
kdesu mm
kdesu (kdelibs): WARNING: No X authentication info set for display :0.0
kdesu (kdelibs): WARNING: No X authentication info set for display :0.0
kdesu (kdelibs): WARNING: No X authentication info set for display :0.0
It fails to start.
If I switch to a root konsole and try to run it I get
mm
Traceback (most recent call last):
File "/usr/lib/mm/src/Main.py", line 28, in ?
mountmanager = MountManager()
File "/usr/lib/mm/src/Main.py", line 21, in __init__
self.main_window = MainWindow.MainWindow(self.splash,self.splash_alignment)
File "/usr/lib/mm/src/MainWindow.py", line 14, in __init__
self.checkBlockFile()
File "/usr/lib/mm/src/MainWindow.py", line 180, in checkBlockFile
ok_button = message_box.addButton(self.tr("Ok"),Qt.QMessageBox.ActionRole)
AttributeError: addButton
It fails to start. - Mar 12 2008

Dolphin Service Menus by 454casull 7 comments
> by laluz
>can you please just add a step by step >instruction on how to install your script?
Dont take this the wrong way....But,...Did you even read the information provided on this web page let alone the README-FIRST file included in the download?
I think it explains it very well.
- Feb 09 2008

Video Converters by almatic 69 comments
video codec select custom and type in either
h264
or
xvid
for audio try
custom
aac
or
mp3 - Jan 21 2008

Video Converters by almatic 69 comments
Try something like this.
@switch(@exec(ffmpeg -formats 2>&1 | grep -o "enable-libx264" || ffmpeg -formats 2>&1 | grep -o "enable-x264"))
@case(enable-x264)
@setGlobal(h264, h264)
@case(enable-libx264)
@setGlobal(aac, libfaac)
@setGlobal(h264, libx264)
@case(*)
@setGlobal(h264, libx264)
@Message.error(It appears that the ffmpeg h264 codec support is not installed. You will not be able to encode your videos with the h264 options. Recompile ffmpeg with h264 support. Also if you feel this error is incorrect file a bug report and it will be resolved quicker.
Setting the h264 codec to default libx264. Try it out anyway, h264)
@end
@#-----------------------------------------------------------------------------------------------
@switch(@exec(ffmpeg -formats 2>&1 | grep -o "enable-libxvid" || ffmpeg -formats 2>&1 | grep -o "enable-xvid"))
@case(enable-xvid)
@setGlobal(xvid, xvid)
@setGlobal(aac, aac)
@case(enable-libxvid)
@setGlobal(aac, libfaac)
@setGlobal(xvid, libxvid)
@case(*)
@setGlobal(xvid, libxvid)
@Message.error(It appears that the ffmpeg Xvid codec support is not installed. You will not be able to encode your videos (including PSP) with the Xvid options. Recompile ffmpeg with xvid support. Also if you feel this error is incorrect file a bug report and it will be resolved quicker.
Setting the Xvid codec to default libxvid. Try it out anyway, xvid)
@end
@#-----------------------------------------------------------------------------------------------
@switch(@exec(ffmpeg -formats 2>&1 | grep -o "enable-libfaac"))
@case(enable-libfaac)
@exec(echo nothing >/dev/null)
@case(*)
@setGlobal(aac, libfaac)
@Message.error(It appears ffmpeg aac audio codec support is not installed. You will not be able to encode your videos without it. Due to the many different versions of ffmpeg this error may or may not be correct.
Setting the aac codec to default libfaac. Try it out anyway., aac)
@end - Jan 21 2008

Dolphin Service Menus by frugo3000 4 comments
One suggestion.
Add some sort of detection to see if ffmpeg is older or newer.
On the command line for codecs
Old uses h264 xvid and aac
New uses libx264 libxvid and libfaac
Good job! A nice QUICK solution for encoding PSP videos. - Jan 19 2008

Various KDE 1.-4. Improvements by seankelly101 4 comments
- Dec 03 2007
I have very little trouble compiling and installing other applications.
Like I said "not worth the effort" , but thank you for yours.
No need to get snippy but feel free to "ignore me" on this post too. - Nov 23 2007
I think I will just stick to clicking on a par2 file and having it automatically open in a konsole and do the repair. All with a single click and no typing. Even thats only in the odd chance that hellanzb cant do it for me.
Thanks for the effort.
:)
- Nov 21 2007
CMake Error: libpar2_DIR is not set. It must be set to the directory containing libpar2Config.cmake in order to use libpar2.
-- Configuring done
libpar2 was installed with synaptic - Nov 20 2007
<sktop/k3b-1.0/k3b_1.0-1_amd64.deb' ;echo RESULT=$?
Selecting previously deselected package k3b.
(Reading database ... 108407 files and directories currently installed.)
Unpacking k3b (from .../k3b-1.0/k3b_1.0-1_amd64.deb) ...
dpkg: error processing ///home/opertcc/k3b-1.0/k3b_1.0-1_amd64.deb (--install):
trying to overwrite `/usr/lib/kde3/libk3balsaoutputplugin.la', which is also in package libk3b2
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
///home/opertcc/k3b-1.0/k3b_1.0-1_amd64.deb
RESULT=1 - Mar 17 2007

Network by jofko 4 comments

Utilities by spiros2907 40 comments
THANKS!!
BTW
This looks and feels better than Krename.
I like the right click function from Konqueror and the fact it works for any file type.
- Mar 07 2007