


SDDM Login Themes by chepioq 5 comments
But I did not know which category to use.
May be in artwork ? - Apr 09 2016

Plasma 5 Applets by Musikolo 30 comments
Move your mice on this window and click on "-" if you don't like and "+" if you like. - Mar 30 2016

Plasma 5 Applets by Musikolo 30 comments
I test your new version (1.2.0) and for me all work fine.
French translation is complete.
Thank, good job. - Mar 14 2016

Plasma 5 Applets by Musikolo 30 comments
I clean-up the code for messages.sh in /src/po/ directory.
Here the link :
http://sd-1.archive-host.com/membres/up/138795649635992281/messagessh.zip
Now there are no warning or error when you launch .messages.sh - Mar 09 2016

Plasma 5 Applets by Musikolo 30 comments
I test your 1.10 version and that work fine for me.
I made french translation and update the .pot file.
Here the link for this new version :
http://sd-1.archive-host.com/membres/up/138795649635992281/plasma5-applets-system-panel-110.zip - Mar 07 2016

Plasma 5 Applets by Musikolo 30 comments
I just copy and adapt the localization code from plasmoid Distro Watcher : http://kde-look.org/content/show.php/Distro+Watcher+?content=157314
I await version 1.10 and I will tell you what to change in the translation. - Mar 05 2016

Plasma 5 Applets by Musikolo 30 comments
I upload the good .zip
Sorry - Mar 05 2016

Plasma 5 Applets by Musikolo 30 comments
I test your plasma5 applet and it work fine for me.
In the TODO file I see you want doing localization.
I make your applet with localization, I test for french and that work.
It is here : http://www.archive-host.com/lt/jhfga73oavu8/plasma5-applets-system-panel-100.zip
If that help you - Mar 05 2016

Plasma 4 Extensions by dridk 284 comments
I use this usefull plasmoid all the days with Fedora 21, but the next release (Fedora 22) use kde5 and plasma5. - Mar 27 2015

Plasma 4 Extensions by PlasmaFactory 1198 comments

Plasma 5 Clocks by niceway 65 comments
Just an observation :
you name the first field "Week"
I think "Day" is more appropriate.
- Sep 08 2013

Plasma 5 Clocks by niceway 65 comments

Plasma 5 Clocks by niceway 65 comments
- Sep 06 2013

Plasma 5 Clocks by niceway 65 comments
Quote:Impossible de créer cet objet pour la raison suivante:
file://home/dominique/.kde/share/apps/plasma/plasmoids/timekeeper/contents/main.qml:340:5: Type Config indisponible
file://home/dominique/.kde/share/apps/plasma/plasmoids/timekeeper/contents/Config.qml:3:1: «usr/lib/kde4/imports/org/kde/plasma/components/ » : aucun dossier
the Time Keeper 0.4 worked fine - Sep 05 2013
Quote:[dominique@host build]$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:98 (message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/dominique/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:8 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
What is the problem ? - Sep 04 2013
I open port 6600, but what I do with Host(or local socket) and password field ?
password is my user password or root password ?
And Host ?
When I click on connect button I have this error message :
Connection to "Default" (localhost:6600) failed.
- Aug 17 2013

Email by mhogomchungu 36 comments
system settings->workspace appearance and behavior->default application->text>html and put firefox on top of list.
- Aug 13 2013

Email by mhogomchungu 36 comments
But I want that open with firefox.
Is it possible ? - Aug 13 2013

Plasma 4 Extensions by niceway 10 comments

Plasma 5 Clocks by niceway 65 comments

Plasma 5 Clocks by niceway 65 comments
new version solved problem, the hour is good now. - Jun 27 2013

Plasma 5 Clocks by niceway 65 comments
But I have problem.
I live in France, and the hours is not good (e.g. it's 7.00 on my PC, but the clock say 9.00 ).
Why ? - Jun 27 2013

Email by mhogomchungu 36 comments
install ( SCRIPT "${CMAKE_SOURCE_DIR}/PostInstall.cmake" )
in your CMakeLists.txt.
- Jun 22 2013

Email by mhogomchungu 36 comments
The problem is not in your CMakeLists.txt file, but in the PostInstall.cmake file in your directory. It includes :
#
# at install time create "zulucrypt-write" and "zulucrypt-read" groups
#
EXEC_PROGRAM( /usr/sbin/groupadd ARGS -f zulucrypt OUTPUT_VARIABLE foo RETURN_VALUE bar )
EXEC_PROGRAM( /usr/sbin/groupadd ARGS -f zulumount OUTPUT_VARIABLE foo RETURN_VALUE bar )
EXEC_PROGRAM( /usr/sbin/groupadd ARGS -f zulucrypt-write OUTPUT_VARIABLE foo RETURN_VALUE bar )
If it's not important, please remove this file. - Jun 22 2013

Email by mhogomchungu 36 comments
At install time, qCheckGMail create 3 new groups :
zulucrypt , zulumount and zulucrypt.
Why ? - Jun 22 2013

Email by mhogomchungu 36 comments
I add to line 29, and make is complete:
TARGET_LINK_LIBRARIES( qCheckGMail -L${KDE4_LIB_DIR} -L${QT_LIBRARY_DIR} -lkdeui -lkwalletbackend /lib64/libkdecore.so.5 /lib64/libQtGui.so.4 /lib64/libQtNetwork.so.4 /lib64/libQtCore.so.4 )
I do "make install", and that work.
I also translate in french, if you want send me an email by MP, and I send you french_FR.ts and french_FR.qm
- Jun 20 2013

Email by mhogomchungu 36 comments
Linking CXX executable qCheckGMail
/usr/bin/ld: CMakeFiles/qCheckGMail.dir/main.o: référence au symbole non défini «_ZN10KAboutDataC1ERK10QByteArrayS2_RK16KLocalizedStringS2_S5_NS_10LicenseKeyES5_S5_S2_S2_»
/usr/bin/ld: note: «_ZN10KAboutDataC1ERK10QByteArrayS2_RK16KLocalizedStringS2_S5_NS_10LicenseKeyES5_S5_S2_S2_» est défini dans le DSO /lib64/libkdecore.so.5 donc essayez de l'ajouter à la ligne de commande du lieur
/lib64/libkdecore.so.5: could not read symbols: Opération invalide
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[2]: *** [qCheckGMail] Erreur 1
make[1]: *** [CMakeFiles/qCheckGMail.dir/all] Erreur 2
make: *** [all] Erreur 2
[dominique@host build]$
- Jun 19 2013

Email by mhogomchungu 36 comments
[root@host ~]# locate *kwalletbackend*
/usr/lib64/libkwalletbackend.so.4
/usr/lib64/libkwalletbackend.so.4.10.4
[root@host ~]# - Jun 19 2013

Email by mhogomchungu 36 comments
Linking CXX executable qCheckGMail
/usr/bin/ld: ne peut trouver -lkwalletbackend
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[2]: *** [qCheckGMail] Erreur 1
make[1]: *** [CMakeFiles/qCheckGMail.dir/all] Erreur 2
make: *** [all] Erreur 2
I use Fedora and no package provides lkwalletbackend - Jun 19 2013

Plasma 4 Extensions by mjmccans 397 comments
In gmail-plasmoid 0.7.20 the version for feedparser.py is 5.0.1, and the last version is 5.1.3.
I found at : https://pypi.python.org/pypi/feedparser/ , I replace in gmail-plasmoid-0.7.20/contents/code/feedparser, reinstall and now all work fine.
If that help you. - Jun 19 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
In french all are not translate.
To solve I just launch the extract_messages.sh in /trunk/po directory, and after building all are translate.
It's just for info
Thank - Mar 24 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
Version of KDE : 4.10.1-1.fc18 - Mar 21 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
I test 563 revision, and now all work fine without any error in "make install", and all .mo files are installed (I have yawp in french).
Thank a lot...
- Feb 26 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
there is no build/install_manifest.txt file and uninstall want it.
There is another problem, yawp stay in english, "make" or "make install" don't install the .mo file in usr/share/locale...
- Feb 26 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
there is no build/install_manifest.txt file and uninstall want it.
There is another problem, yawp stay in english, "make" or "make install" don't install the .mo file in usr/share/locale...
- Feb 26 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
I clean build directory with "make clean", after I do "make" and "make install", yawp compile, I have same error, but yawp is installed and work well...
But if I want uninstall yawp, it's not possible (error message)... - Feb 26 2013

Plasma 4 Extensions by PlasmaFactory 1198 comments
Quote:Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Release"
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/copyright
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/README.gz
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/changelog.gz
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/changelog.Debian.gz
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/TODO
-- Up-to-date: /usr/share/doc/plasma-applet-yawp/AUTHORS
-- Up-to-date: /usr/lib64/kde4/plasma_applet_yawp.so
-- Up-to-date: /usr/share/kde4/services/plasma-applet-yawp.desktop
-- Up-to-date: /usr/share/kde4/apps/desktoptheme/default/widgets/yawp_theme15.svg
-- Up-to-date: /usr/lib64/kde4/plasma_applet_yawp.so
-- Up-to-date: /usr/share/kde4/services/plasma-applet-yawp.desktop
-- Up-to-date: /usr/share/kde4/apps/desktoptheme/default/widgets/yawp_theme15.svg
-- Up-to-date: /usr/lib64/kde4/ion_accuweather.so
-- Up-to-date: /usr/share/kde4/services/ion-accuweather.desktop
-- Up-to-date: /usr/lib64/kde4/ion_wunderground.so
CMake Error at ions/cmake_install.cmake:108 (FILE):
file INSTALL cannot find
"/home/dominique/Téléchargements/yawp-trunk/trunk/ions/ion-wunderground.desktop".
Call Stack (most recent call first):
cmake_install.cmake:68 (INCLUDE)
make: *** [install] Erreur 1
Where is the error ? - Feb 24 2013

Plasma 4 Extensions by mjmccans 397 comments
I have an 5 mn update interval, I use kde mecanisme (python freeze my desktop).
When I press update button, nothing appear, I can refresh mail with gmail-plasmoid Settings and apply "Ok" button.
Where is the problem ? - Nov 14 2012

Plasma 4 Extensions by mjmccans 397 comments
I have an 5 mn update interval, I use kde mecanisme (python freeze my desktop).
When I press update button, nothing appear, I can refresh mail with gmail-plasmoid Settings and apply "Ok" button.
Where is the problem ? - Nov 14 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments
Just one detail, I don't name this option with that, but rather "Forecast text color" ( I translate by Couleur texte prévisions in french.
- Aug 20 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments
I test your 549 release (after update *.po and pot file with extract_messages.sh), but there is no option "Feature color" in config dialog page "Theme".
There are :
-Use custom font colors
-Main color:
-Alternative color:
-Shadow color:
- Aug 20 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments
Personally I prefer a seperate color selection option for forecast text, I think it would be a good improvement for yaWP. - Aug 17 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments
But there is a little problem : text in the middle of yaWP is black, and with my background, which is dark, it's not very visible (see the snapshot here http://pix.toile-libre.org/upload/original/1345094106.jpg )
Can you add an option to change the color of this text ? - Aug 16 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments

Various KDE 1.-4. Improvements by nihui 21 comments

Plasma 4 Extensions by PlasmaFactory 1198 comments
I test trunk revision 535 and that work fine for me.
Good job, thank... - Jan 15 2012

Plasma 4 Extensions by PlasmaFactory 1198 comments
And if I don't see the real feel temp in my previous post, it's because my background is blue, exactly the same color of fonts... - Jan 14 2012