


System Software by sideshow 225 comments
Wuld it be posible to communicate with Nepomuk instead of adding yet-another-FS-scanner? - May 20 2013

Plasma 4 Extensions by Mogger 20 comments
Did you write in using QML? - Jun 16 2011

Plasma 4 Extensions by toyg 3 comments
thanks. - Oct 20 2010

Amarok 2.x Scripts by jenifferhomes 2 comments

Plasma 4 Extensions by nms 27 comments

Browser by adjam 290 comments
It's not evident now how to do that... Why don't to chose a methode used in Opera? Click on the "preview", select a related site. done.
2. Use a kde-sonnet to check the spelling.
3. Current password management implementation is weak if one should store more than one account per site.
sorry for asking too much :-) - Jun 08 2010

Plasma 4 Extensions by glad 27 comments
I suggest a spell checking using a Sonnet.
Curretly, the plasmoid only checks if a verb is finished on -er,-ir,re (French).
So you can type sometchingsomethinger and it will spell it!
So I suggest adding a spell checking for the verbs typed, in a case of error, propose to user some close variants.
Probably also to verify the conjugation results using the same spell checker. - May 20 2010
with version 0.3, compiled on karmic with kde 4.3 and akonadi, placing a plasmoid to desktop hanged on all the plasma environment. after reboot plasma did not loaded. the only way to roll back was to edit manually
-HOME/.kde/share/config/plasma-desktop-appletsrc to remove the buggy plasmoid
is it a known bug? was it fixed in this version? - Nov 27 2009
[ 58%] Built target plasma_engine_todo
[ 64%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todomodel.o
[ 70%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todomodelcategorydelegate.o
[ 76%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todoview.o
/home/flying-stranger/Telechargements/todo_plasmoid/src/applet/todoview.cpp: In constructor ‘TodoView::TodoView(QWidget*)’:
/home/flying-stranger/Telechargements/todo_plasmoid/src/applet/todoview.cpp:37: error: ‘setAlternatingBlockColors’ was not declared in this scope
[ 82%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todoitemdelegate.o
make[2]: *** [src/applet/CMakeFiles/todoapplet.dir/todoview.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[1]: *** [src/applet/CMakeFiles/todoapplet.dir/all] Erreur 2
make: *** [all] Erreur 2
- Nov 27 2009

Plasma 4 Extensions by glad 27 comments
during "make" the compiller calls to cpp and h files in ~/qonjugator-0.15/qonjugatorgui
such as aboutdialog.h
but the header files generated during "make", such as ui-aboutdialog.h are located in ~/qonjugator-0.15/build/qonjugatorgui
so, "aboutdialog.h" does not find "ui_aboutdialog.h" because they are located at different folders!
the dirty-hack (but working) way to compile:
mkdir build
cd build
cmake ..
make
cp -r qonjugatorgui ..
rm -r *
cmake ..
make
sudo make install
2) I've found a bug in french conjugation. The verb "envoyer" is not conjugated correctly (envoyer and renvoyer are 2 only exclusions from rule for -oyer verbs)
the patch to fix:
add two lines (before compiling, of cource) as folows in ~/qonjugator-0.15/qonjugatorplugin_fr/qonjugator_fr.dat:65
envoyer=;;;;enverr;;;
renvoyer=;;;;renverr;;;
everything else (et least in french part) seems to conjugate correctly.
----------
anyway, thanks. The app is promissing and great itself. - Nov 09 2009

Plasma 4 Extensions by glad 27 comments
Please, don't give up in developing this prog.
This is something I was lacking for a longtime in KDE.
suggestion: I cannot try it itself as it does not compiles for me. But, regarding on your screenshot, could you try to do a multi-column table visualizing the results of spelling? not just a long uni-column list? - Nov 03 2009

Plasma 4 Extensions by glad 27 comments
bash-3.2$ mkdir build
bash-3.2$ cd build
bash-3.2$ cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.2
-- Found OpenSSL: /usr/lib/libssl.so
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
Qonjugator Library
The library will be installed in /usr/lib
The header files will be installed in /usr/include/qonjugator
-- QonjugatorLib version: 0.15
Qonjugator GUI Application
The application binary will be installed in /usr/bin
The translations will be installed in /usr/share/qonjugator
The desktop file will be installed in /usr/share/applications
The example CSS file will be installed in /usr/share/qonjugator
-- QonjugatorLib version: 0.15
Qonjugator CLI Application
The application binary will be installed in /usr/bin
The translations will be installed in /usr/share/qonjugator
-- QonjugatorLib version: 0.15
Spanish Plugin
The plugin will be installed in /usr/lib/qonjugatorplugins
The translations will be installed in /usr/share/qonjugator
-- QonjugatorLib version: 0.15
French Plugin
The plugin will be installed in /usr/lib/qonjugatorplugins
The translations will be installed in /usr/share/qonjugator
-- QonjugatorLib version: 0.15
Italian Plugin
The plugin will be installed in /usr/lib/qonjugatorplugins
The translations will be installed in /usr/share/qonjugator
-- Found Qt-Version 4.5.2 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon Version: 4.3.0
-- Found Phonon: /usr/lib/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.3 include dir: /usr/include
-- Found KDE 4.3 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- QonjugatorLib version: 0.15
Qonjugator Plasmoid
The plasmoid will be installed in /usr/lib/kde4
The desktop file will be installed in /usr/share/kde4/services
-- Configuring done
-- Generating done
-- Build files have been written to: /home/flying-stranger/Telechargement/2/qonjugator-0.15/build
bash-3.2$ make
[ 1%] Generating moc_qonjugatorcontroller.cxx
Scanning dependencies of target qonjugatorcore
[ 2%] Building CXX object qonjugatorlib/CMakeFiles/qonjugatorcore.dir/qonjugatorcontroller.cpp.o
[ 3%] Building CXX object qonjugatorlib/CMakeFiles/qonjugatorcore.dir/moc_qonjugatorcontroller.cxx.o
Linking CXX shared library libqonjugatorcore.so
[ 3%] Built target qonjugatorcore
[ 4%] Generating qonjugatorgui_fr.qm
Updating '/home/flying-stranger/Telechargement/2/qonjugator-0.15/build/qonjugatorgui/qonjugatorgui_fr.qm'...
Generated 188 translation(s) (188 finished and 0 unfinished)
[ 5%] Generating moc_aboutdialog.cxx
[ 6%] Generating moc_configappearancewidget.cxx
[ 7%] Generating moc_configdialog.cxx
[ 8%] Generating moc_configgeneralwidget.cxx
[ 10%] Generating moc_configpluginappearancedelegate.cxx
[ 11%] Generating moc_configpluginappearanceedit.cxx
[ 12%] Generating moc_lineedit.cxx
[ 13%] Generating moc_mainwindow.cxx
[ 14%] Generating moc_qonjugatorapp.cxx
[ 15%] Generating moc_qonjugatortextbrowser.cxx
[ 16%] Generating moc_qonjugatoroutputhtml.cxx
[ 17%] Generating moc_recentverbscontroller.cxx
[ 18%] Generating moc_specialcharstablewidget.cxx
[ 20%] Generating moc_specialcharswidget.cxx
[ 21%] Generating ui_aboutdialog.h
[ 22%] Generating ui_configappearancewidget.h
[ 23%] Generating ui_configdialog.h
[ 24%] Generating ui_configgeneralwidget.h
[ 25%] Generating ui_mainwindow.h
[ 26%] Generating ui_specialcharswidget.h
[ 27%] Generating qrc_qonjugator.cxx
[ 28%] Generating qonjugatorgui_es.qm
Updating '/home/flying-stranger/Telechargement/2/qonjugator-0.15/build/qonjugatorgui/qonjugatorgui_es.qm'...
Generated 175 translation(s) (175 finished and 0 unfinished)
Ignored 13 untranslated source text(s)
Scanning dependencies of target qonjugator
[ 30%] Building CXX object qonjugatorgui/CMakeFiles/qonjugator.dir/aboutdialog.cpp.o
Dans le fichier inclus à partir de /home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:23:
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.h:22:28: erreur: ui_aboutdialog.h : Aucun fichier ou dossier de ce type
In file included from /home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:23:
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.h:25: erreur: invalid use of incomplete type ‘struct QDialog’
/usr/lib/qt4/include/QtGui/qwindowdefs.h:57: erreur: forward declaration of ‘struct QDialog’
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.h:31: erreur: ‘Ui’ has not been declared
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.h:31: erreur: ISO C++ forbids declaration of ‘AboutDialog’ with no type
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.h:31: erreur: expected ‘;’ before ‘ui’
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp: In constructor ‘AboutDialog::AboutDialog(QWidget*)’:
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:26: erreur: type ‘QDialog’ is not a direct base of ‘AboutDialog’
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:28: erreur: ‘ui’ was not declared in this scope
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:30: erreur: ‘QCoreApplication’ has not been declared
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:30: erreur: ‘setWindowTitle’ was not declared in this scope
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:33: erreur: ‘QCoreApplication’ has not been declared
/home/flying-stranger/Telechargement/2/qonjugator-0.15/qonjugatorgui/aboutdialog.cpp:34: erreur: ‘QCoreApplication’ has not been declared
make[2]: *** [qonjugatorgui/CMakeFiles/qonjugator.dir/aboutdialog.cpp.o] Erreur 1
make[1]: *** [qonjugatorgui/CMakeFiles/qonjugator.dir/all] Erreur 2
make: *** [all] Erreur 2
- Nov 03 2009

Wallpaper Other by DustKiller 1 comment
- Oct 01 2009

Plasma 4 Extensions by glad 27 comments

Plasma 4 Extensions by Emdek 570 comments

Plasma 4 Extensions by Emdek 570 comments
helio's packages work without any issue, but the french translation is not complete, so I have now a semi-french - semi-english KDE. - Aug 17 2009

Plasma 4 Extensions by Emdek 570 comments
After long-time on kde 4.2 I finally upgrated to kde 4.3 (there are still no official kde 4.3 for mandriva stable grrrr 'evil') and the first thing I did is I installed new fancy tasks.
Well, great as allways. :-)
But
Is there any posibility to resize applet(make it smaller)when placed on desktop? - Aug 17 2009

Plasma 4 Extensions by thehayro 13 comments
I sujest using an SVG icon for the plasmoid and a possibility to configure icons of launchers - Jun 27 2009

Plasma 4 Extensions by giucam 175 comments

Audioplayers by DrMoriarty 18 comments
could somebody make RPM for mandriva 2009.1-i586
it does not compile :-(
Dans le fichier inclus à partir de collectionfiller.cpp:23:
main.h:25:21: erreur: fileref.h : Aucun fichier ou dossier de ce type
main.h:26:17: erreur: tag.h : Aucun fichier ou dossier de ce type
main.h:27:22: erreur: mpegfile.h : Aucun fichier ou dossier de ce type
main.h:28:22: erreur: id3v2tag.h : Aucun fichier ou dossier de ce type
main.h:29:22: erreur: id3v1tag.h : Aucun fichier ou dossier de ce type
make[1]: *** [../unix/obj/collectionfiller.o] Erreur 1
make[1]: quittant le répertoire « /home/flying-stranger/Telechargements/cuberok-0.0.10/src »
make: *** [sub-src-make_default] Erreur 2
- May 26 2009

CD/DVD Labels by megabyte 5 comments
This is the most important information but it is not so obvious to find it on the picture. - May 21 2009

Amarok Themes by chichovoto 3 comments

Utilities by phfaist 11 comments
it is stupid to run MSI under wine... but it works, yeah - May 03 2009

Plasma 4 Extensions by Emdek 570 comments
how to reproduce:
place a plasmoid into the desktop, add some icons, change the size of a plasmoid, reboot computer. - Apr 27 2009

Plasma 4 Extensions by Emdek 570 comments
my congratulations and thanks - it is really visibly faster and less buggy. Great! And a propper scaling is something I was really lacking before.
as usually, some useless criticism from me:
i'd like to see a posibility to change a background to one more transparent or at all, to remove a background "as it used to be before" because a huge long white brick in the bottom of the screen does not fit a dark default kde4.2 théme.
Next, as far as I understand a tollip preview for a task is made by making a snapshot of a window just after the program is been started. But some progs like krussader show a white window before it is completelly loaded into the memory. Result - white window on the preview
http://img411.imageshack.us/img411/3807/capturedcran3.png
http://img411.imageshack.us/img411/8606/capturedcran4.png
http://img411.imageshack.us/img411/2278/capturedcran5.png
increase a delay before making snapshot?
and finally, it would be awesome to add visual actions not only for mouse_over but also for on_click and on_relase so that icon reacts for clicking on it. It can be resizing of an icon as it is suggested for an icon plasmoid for kde 4.3
Thanks and goodluck! - Apr 16 2009

Plasma 4 Extensions by Emdek 570 comments
It would be better if the icon stays on place and just a dot under it appears.
And YES! plasma sometimes crushes when just closing a launching a program, so that the problem is possibly connected with hiding of icons.
Next, I had a problem with linking of Opera because I run opera with -notrayicon key.
Which mechanism do other applets such as STasks and Taskbar use for grouping?
Next, if you have an icon - for example 'krusader' and you run krusader not from the fancytasks trail - for example you launch it from KMenu - the 'krusader' task will not be linked with 'krusader' icon.
3 - Yes, opacity-off would be better IMHO. - Mar 31 2009

Plasma 4 Extensions by Emdek 570 comments
A kind of bugreport:
1. removing a plasmoid from desktop/taskbar very often causes plasma to crush
2. icons and tasks do not link for me (I do something wrong?)
3. Zooming icons on mouse over makes icons blurry. This bug was present in previous versions but now with adjusted icon sizes it is more evident.
4. As I can see now, the transparency is nost a best idea for highlighting mouse-over icons. I'll make a mockup tonight. - Mar 31 2009

Plasma 4 Extensions by Emdek 570 comments
add a 'mouse-over highlighting' of an icon, because sometimes it is not evident zhich icon will be clicked zhen using a parabolic effect and moving your mouse very fast.
As not everyone needs it, it can be add as an option; it would be nice if highlighting will use system colour settings too.
p.s. a release each 7 days is an awesome tradition.
tak trzymać! - Mar 24 2009

Plasma 4 Extensions by Emdek 570 comments
When can ze hope to have a nez version zith this option included? :-)
Anyway, thanks for a great plasmoid! great job! - Mar 24 2009

Plasma 4 Extensions by mbaszczewski 445 comments
it finally solved a lack of space in my widescreen display
workswithout any issues on mandriva 2009.1 - Mar 01 2009