


Plasma 5 Calendars by Zren 594 comments
Removing it fixed the problem. I hope for a solution, since I like it! - Nov 17 2018

Plasma 5 Calendars by Zren 594 comments
ng! Very nice plasmoid. Finally a calendar without akonadi! - Jan 02 2017

Plasma 5 Calendars by Zren 594 comments
- Dec 31 2016

Various KDE 1.-4. Improvements by sergeidanilov 40 comments

Various KDE 1.-4. Improvements by sergeidanilov 40 comments
A disconnecting of the phone with blueman leaves the directory visible (and its contents) at /temp/<address of the phone>.
I must fusermount -u /temp/<address of the phone> manually.
Is there a way to fix this? - Sep 21 2009

Video Apps by pdamsten 52 comments
After I have copied the file to my computer, but kmediafactory is complaining about that: "you can only select local file" - Apr 14 2009

Dolphin Service Menus by atilla 2 comments

Utilities by Multimedia4Linux 19 comments
----------------------
KDVD-RAM Tools 0.5 Beta installer
The hal package is required, but not yet installed.
cat: /etc/lsb-release: No such file or directory
Please use the software installer of your distribution, then restart this installer.
-----------------------
However, hal is installed....an also udftools and dvd+rw-tools - May 18 2008

Utilities by Multimedia4Linux 19 comments
1) The installer is not working in debian: "Please use the software installer of your distribution, then restart this installer."
---
So, after installing almost manually, I have these problems:
2) Disc-Format is not working, after about 1 second I receive a message that all is done...
3) Eject is not working: this, I think, is a problem of udftools, I had it before. If I select eject the disk will unmount but not eject. What is strange is that, after trying to mount another time and receiving a message that the disc cannot be mounted, if I press manually the button of the tray, the disk will come out!
4) In extended properties Medium Access Permission is greyed out. The same with Mount Point permissions.
5) It is not clear to me if the suggestions for kubuntu should be applied to debian (see readme about 40-permissions.rules etc...). In any case I have tried to apply the rules (file names are different in debian), but the result is the same as leaving the files untouched.
5) I think you should clarify how to install packet writing in Linux. For example, udftools was complaining about missing device at boot. At last my configuration is this:
---->/etc/fstab:
/dev/cdrom /media/cdrom udf,iso9660 user,noauto 0 0
# packet writing
/dev/scd0 /media/dvdram udf noatime,noauto,owner,user,rw 0 0
---->/etc/default/udftools
DEVICES="/dev/scd0"
-----> I have also made a
pktsetup devpktcdvd0 /dev/scd0
Something wrong? All dvd writers must be registered manually with pktsetup? - May 13 2008
1) Cannot make mp4. Remeber that I am trying her to encode directly from DVD.
Error messages:
*****
/bin/sh: k9copy: command not found
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.
******
2) Error message about DVD author ( I have version 6.13, but is not working also with 6.11)
*****
configDlg::setProperty( "modal", value ) failed: property invalid, read-only or does not exist
configDlg::setProperty( "sizeGripEnabled", value ) failed: property invalid, read-only or does not exist
*****
3) Impossible make a debian package.Varios errors about Q*** I have installed now with make & make install. Why the debian respository is down?
- Feb 13 2007

Audio Extractors/Converters by HessiJames 608 comments
Piero
- Nov 07 2006
Audio Extractors/Converters by viron 79 comments
***
pacpl --cdtom4a --all --noinput
***
but what I receive is for example
***
Perl Audio Converter - v3.2.4
Ripping Track: 15 -> Alicia Keys - Fallin'.m4a
***
but nothing is ripped or converted.
cdtomp3 is working. Faac is installed.
The conversion is made if I use the mouse right button context menu with a file
???
Piero - Oct 13 2006
Audio Extractors/Converters by viron 79 comments
- Jun 12 2006
Audio Extractors/Converters by viron 79 comments
There was an error loading: Audio::APETags.
Install the module or set the tagging option to 0 in conf file.
If I use the context menu for converting nothing happens.
???
Piero - Jun 11 2006

Education Apps by timcharper 1 comment
------------------------------
Making all in src
make[3]: Entering directory `/home/olmeda/Downloads/Anagram/anagram-01/src'
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/sha
re/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-
long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE
=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-secu
rity -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT m
ain.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"
; exit 1; fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/sha
re/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-
long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE
=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-secu
rity -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT a nagram.o -MD -MP -MF ".deps/anagram.Tpo" -c -o anagram.o anagram.cpp; \
then mv -f ".deps/anagram.Tpo" ".deps/anagram.Po"; else rm -f ".deps/ana gram.Tpo"; exit 1; fi
In file included from anagram.cpp:26:
anagramwidget.h:25:31: error: anagramwidgetbase.h: No such file or directory
anagram.cpp:38:23: error: anagram.moc: No such file or directory
anagramwidget.h:28: error: expected class-name before '{' token
anagramwidget.h:32: error: 'WFlags' has not been declared
anagramwidget.h:28: warning: 'class anagramWidget' has virtual functions but non -virtual destructor
anagram.cpp: In constructor 'anagram::anagram()':
anagram.cpp:31: error: no matching function for call to 'anagram::setCentralWidg et(anagramWidget*)'
/usr/share/qt3/include/qmainwindow.h:78: note: candidates are: virtual void QMai nWindow::setCentralWidget(QWidget*)
make[3]: *** [anagram.o] Error 1
make[3]: Leaving directory `/home/olmeda/Downloads/Anagram/anagram-01/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/olmeda/Downloads/Anagram/anagram-01'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/olmeda/Downloads/Anagram/anagram-01'
make: *** [build-stamp] Error 2
----------------------------
Some hints?
Piero - May 04 2006