


Dolphin Service Menus by nowardev 29 comments

Plasma 5 Applets by nowardev 10 comments

Plasma 5 Applets by Zren 75 comments

Financial by kratos839 2 comments
mysql-server-5.6
if mysqò-server-core is installed it doesn't work - May 11 2015

Plasma 5 Applets by nowardev 10 comments

Plasma 5 Applets by nowardev 10 comments
for the script you mean this ?
mkdir /tmp/nowardev ; cd /tmp/nowardev ; wget https://github.com/nowardev/kde-peace-settings/raw/master/plasmoid/plasma-applet-nowardev-button_0.0.2.tar.gz ; tar xzf plasma-applet-nowardev-button_0.0.2.tar.gz ; ./installscript
if yes here it works fine , btw what does it says exactly ?
- Apr 20 2015

Plasma 5 Applets by nowardev 10 comments

Plasma 5 Applets by clearmartin 136 comments
for example open the console with this :
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.showInteractiveConsole
then add the code
http://paste.ofcode.org/qy4ap6Hy3hx7jcRhEvPybi
and click on execute it should appear a new panel with your widget but unluckly the configuration is not read so i guess you need to tweak a little bit the code
i guess youi need to read this
https://techbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Widget_Object_API
- Apr 05 2015

Plasma 5 Applets by clearmartin 136 comments
it would be handy if the yours would be loaded with javascript support - Mar 28 2015

Dolphin Service Menus by nowardev 2 comments
so check this file
/tmp/kde-service-menu-vlc-transcode-list.lst
then run the script from shell
let me know what it says
kde-service-menu-vlc-transcode - Mar 08 2015

KDE 4 Splashscreens by xiorone 1 comment

System Tools (NOT OS or ROMS) by nowardev 2 comments
sudo apt-get build-dep dolphin
on other distro i dunno but with this command in ubuntu and debian you are able to download every packages you need to compile it ... - Nov 26 2014

Dolphin Service Menus by nowardev 8 comments
[ 85%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/dialog.cpp.o
[ 88%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/aboutdialog.cpp.o
/home/shared/git/keystroke-master/gui/aboutdialog.cpp: In constructor ‘AboutDialog::AboutDialog(QWidget*)’:
/home/shared/git/keystroke-master/gui/aboutdialog.cpp:27:110: error: ‘GIT_SHA1’ was not declared in this scope
ui.lblVersion->setText(tr("Version: %1 %2\nBuild from Git: Sha %3").arg(VERSION).arg(VERSION_SUFFIX).arg(GIT_SHA1));
^
make[2]: *** [gui/CMakeFiles/keystroke-gui.dir/aboutdialog.cpp.o] Error 1
make[1]: *** [gui/CMakeFiles/keystroke-gui.dir/all] Error 2
make: *** [all] Error 2
- Feb 03 2014
solutions for secondary usb keyboard?
btw i love the penguin popup when i type window's button heheh , and thank you for the good idea and work. - Jan 31 2014
i have a laptop :D solutions ?
i love the penguin popup when i type window's button heheh - Jan 31 2014
it is running but it doesn't do the job :S
The C 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
-- The CXX compiler identification is GNU 4.8.1
-- 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 Qt4: /usr/bin/qmake (found version "4.8.4")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/shared/git/keystroke-master/bld
make -j3
[ 4%] [ 8%] Scanning dependencies of target keystroke
Generating qmlapplicationviewer/moc_qmlapplicationviewer.cxx
Generating ui_dialog.h
[ 13%] Building C object CMakeFiles/keystroke.dir/main.c.o
[ 17%] Generating moc_keygrabber.cxx
[ 21%] [ 26%] Generating moc_dialog.cxx
Generating moc_file.cxx
[ 30%] [ 34%] Building C object CMakeFiles/keystroke.dir/keymap.c.o
Generating moc_settings.cxx
[ 39%] Generating qrc_keystroke.cxx
Scanning dependencies of target keystroke-gui
Linking C executable keystroke
[ 39%] Built target keystroke
[ 43%] [ 47%] [ 52%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_keygrabber.cxx.o
Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_dialog.cxx.o
Building CXX object gui/CMakeFiles/keystroke-gui.dir/qmlapplicationviewer/moc_qmlapplicationviewer.cxx.o
[ 56%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_file.cxx.o
[ 60%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_settings.cxx.o
[ 65%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/qrc_keystroke.cxx.o
[ 69%] Building C object gui/CMakeFiles/keystroke-gui.dir/__/main.c.o
[ 73%] Building C object gui/CMakeFiles/keystroke-gui.dir/__/keymap.c.o
[ 78%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/gui.cpp.o
[ 82%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/keygrabber.cpp.o
[ 86%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/dialog.cpp.o
[ 91%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/file.cpp.o
[ 95%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/settings.cpp.o
[100%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/qmlapplicationviewer/qmlapplicationviewer.cpp.o
Linking CXX executable keystroke-gui
[100%] Built target keystroke-gui
sem@peace-SVE1512Y1ESI:/home/shared/git/keystroke-master/bld$
sudo make install
[ 8%] Built target keystroke
[100%] Built target keystroke-gui
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/keystroke
-- Installing: /usr/bin/keystroke-gui
-- Up-to-date: /usr/bin/qml/KeyStrokeOverlay.qml
-- Up-to-date: /usr/bin/qml/Key.qml
- Jan 31 2014
it is running but it doesn't do the job :S
The C 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
-- The CXX compiler identification is GNU 4.8.1
-- 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 Qt4: /usr/bin/qmake (found version "4.8.4")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/shared/git/keystroke-master/bld
make -j3
[ 4%] [ 8%] Scanning dependencies of target keystroke
Generating qmlapplicationviewer/moc_qmlapplicationviewer.cxx
Generating ui_dialog.h
[ 13%] Building C object CMakeFiles/keystroke.dir/main.c.o
[ 17%] Generating moc_keygrabber.cxx
[ 21%] [ 26%] Generating moc_dialog.cxx
Generating moc_file.cxx
[ 30%] [ 34%] Building C object CMakeFiles/keystroke.dir/keymap.c.o
Generating moc_settings.cxx
[ 39%] Generating qrc_keystroke.cxx
Scanning dependencies of target keystroke-gui
Linking C executable keystroke
[ 39%] Built target keystroke
[ 43%] [ 47%] [ 52%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_keygrabber.cxx.o
Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_dialog.cxx.o
Building CXX object gui/CMakeFiles/keystroke-gui.dir/qmlapplicationviewer/moc_qmlapplicationviewer.cxx.o
[ 56%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_file.cxx.o
[ 60%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/moc_settings.cxx.o
[ 65%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/qrc_keystroke.cxx.o
[ 69%] Building C object gui/CMakeFiles/keystroke-gui.dir/__/main.c.o
[ 73%] Building C object gui/CMakeFiles/keystroke-gui.dir/__/keymap.c.o
[ 78%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/gui.cpp.o
[ 82%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/keygrabber.cpp.o
[ 86%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/dialog.cpp.o
[ 91%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/file.cpp.o
[ 95%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/settings.cpp.o
[100%] Building CXX object gui/CMakeFiles/keystroke-gui.dir/qmlapplicationviewer/qmlapplicationviewer.cpp.o
Linking CXX executable keystroke-gui
[100%] Built target keystroke-gui
sem@peace-SVE1512Y1ESI:/home/shared/git/keystroke-master/bld$
sudo make install
[ 8%] Built target keystroke
[100%] Built target keystroke-gui
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/keystroke
-- Installing: /usr/bin/keystroke-gui
-- Up-to-date: /usr/bin/qml/KeyStrokeOverlay.qml
-- Up-to-date: /usr/bin/qml/Key.qml
- Jan 31 2014

Full Icon Themes by paudelanup 5 comments
- Oct 05 2013

System Tools (NOT OS or ROMS) by Coster 13 comments

System Tools (NOT OS or ROMS) by Coster 13 comments
why do you need to open a terminal when there an integrated terminal in dolphin :S
why do you need to select and copy the path from the terminal ? :S the most of cases you need the path of a file to paste in a terminal
- Aug 25 2013

System Tools (NOT OS or ROMS) by Coster 13 comments

System Tools (NOT OS or ROMS) by Coster 13 comments
"if you need the URL of the CURRENT visible directory"
if you need the location of a file just drag and drop in a terminal
- Aug 25 2013

System Tools (NOT OS or ROMS) by Coster 13 comments

System Tools (NOT OS or ROMS) by Coster 13 comments

System Tools (NOT OS or ROMS) by Coster 13 comments
2 have you tried to drag and drop the file into the terminal ?
mah.. - Aug 24 2013

KDE 4 Splashscreens by nowardev 4 comments

KDE 4 Splashscreens by nowardev 4 comments

Wallpaper Other by nowardev 2 comments

Plasma 4 Extensions by nowardev 17 comments

Dolphin Service Menus by nowardev 2 comments

Plasma 4 Extensions by flak37 42 comments

Icon Sub-Sets by AlessandroBompadre 22 comments
tx
- Nov 29 2012

Plasma 4 Extensions by Emdek 354 comments
http://wstaw.org/m/2012/11/26/plasma-desktopwu5011.png
or if you can't there is a shell command that works for sure , type in konsole :
qdbus org.kde.plasma-desktop /MainApplication showInteractiveConsole
there is no problem for delay cuz i have already done plasma panels collections 2 it would say i will use your widget when we will be able to script it ;) - Nov 26 2012

Plasma 4 Extensions by Emdek 354 comments
it's faster if you do because i can't undestand your way.
i have tested this : with and without the array Configuration
you could just try it out : alt f2 >> desktop console => copy and paste the code it's not a pain it just add an empty panel and it tries to add your widget with some config
var panel = new Panel
panel.location = 'bottom' //panel.location = 'top'
var applet = panel.addWidget("adjustableclock")
applet.currentConfigGroup = new Array('Configuration')
applet.writeConfig("timeFormatNames","Default 2")
applet.writeConfig("timeFormatStrings",'<html><body><div style="text-align:center; margin:5px; white-space:pre;"><span style="color:#ffffff;"><b style="font-size: 27px; "><span style="font-size: 32px; "><span style="font-family:\'Ubuntu\';">%d %x</span><span style="font-family: Ubuntu; font-size: 40px; "> </span></span><big style="font-size: 56px; "><span style="font-family:\'Ubuntu\';">%H:%M</span></big></b></span></div>')
panel.reloadConfig()
- Nov 03 2012

Plasma 4 Extensions by Emdek 354 comments
anyway i have this one (debian package)
ii plasma-widget-adjustableclock 2.6.1-1
- Nov 03 2012

Plasma 4 Extensions by Emdek 354 comments
i am unable to use your widget via javascript i have tried a lots nothing worked
var panel = new Panel
panel.location = 'bottom' //panel.location = 'top'
var applet = panel.addWidget("adjustableclock")
applet.currentConfigGroup = new Array('Configuration') // CONFIGURE DOCKERS HELPERS
applet.writeConfig("timeFormatStrings",'<html><head></head><body><div style="text-align:center; margin:5px; white-space:pre;"><font face="\'Nimbus Roman No9 L\'" color="#ffffff"><b><big>%x %H:%M </big></b></font></div>')
- Oct 21 2012

Plasma 4 Extensions by Emdek 354 comments
var applet = panel.addWidget("adjustableclock")
applet.writeConfig("announceInterval","0")
applet.writeConfig("calendarType","locale")
applet.writeConfig("clipboardFormats","%x,%f,%H:%M:%S,,%X,%F,,%c,%C,%Y-%m-%d %H:%M:%S,,%t")
applet.writeConfig("defaultTimezone","Local")
applet.writeConfig("displayEvents","true")
applet.writeConfig("displayHolidays","true")
applet.writeConfig("fastCopyFormat","%Y-%m-%d %H:%M:%S")
applet.writeConfig("holidaysRegions","us_en-us")
applet.writeConfig("holidaysRegionsDaysOff","us_en-us")
applet.writeConfig("timeFormat","<html><head></head><body><div style")
applet.writeConfig("timeFormatNames","Default 2,dbClock with reflection 2")
applet.writeConfig("timeFormatStrings",'<html><head></head><body><div style="text-align: center; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; white-space: pre; font-size: 57px; "><font color="#ffffff" face="Ubuntu"><span style="font-size: 54px; "><span style="font-size: 45px; ">%d.%m</span> </span><big style="font-size: 60px; "><b>%H:%M </b></big></font></div>,<html><head></head><body><div style="height:50px; background:none;"><div style="text-align:center; white-space:pre; font-size:25px; margin:-10px 0 5px 5px; -webkit-box-reflect:below -5px -webkit-gradient(linear\\, left top\\, left bottom\\, from(transparent)\\, color-stop(0.5\\, transparent)\\, to(white));"><span style="font-family:\'Nimbus Roman No9 L\';">%H:%M<span style="font-size:30px; position:relative; left:-8px; top:4px; z-index:-1; opacity:0.5;">%S</span></span></div></div>') - Oct 11 2012

Browser by adjam 285 comments
anyway there is no point on rekonq and i will tell you why, yea yea i know you don't care , anyway
1 has it plugins? for example to dowload and convert videos ? no
2 can you video chat ? no
3 is stable like firefox\ others ? no
4 can you install service menu like konqueror
5 is it light ? yes
so why should someone use only rekonq ? i can image a combination of firefox for good web browsing experience and rekonq when i need less ram usage but after that .... i will i use ti ? no because i use firefox all the time
i will not report bugs and crash sorry i don't seee something that work well here.
- Oct 07 2012

Plasma 4 Extensions by Camberwell 30 comments
so it didn't work
anyway autocompletion is not active for names i mean
and it seems a little buggy nice try btw - Sep 24 2012

Plasma 4 Extensions by Camberwell 30 comments
plasmoidviewer(12389)/libplasma Plasma::AuthorizationManagerPrivate::matchingRule: no matching rule
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20 (X_GetProperty)
Resource id: 0x5e000b9
- Sep 24 2012

Plasma 4 Extensions by Camberwell 30 comments

Plasma 4 Extensions by nowardev 17 comments
download
extract
run ./install
or just
use the debian package...
or install locally like you can read on the main - Sep 22 2012

Plasma 4 Extensions by nowardev 17 comments
then run in konsole
qdbus org.kde.plasma-desktop /MainApplication local.PlasmaApp.showInteractiveConsole
a window will appear in top right corner there is load button , you can load all my javascript if you have installed plasma panels collections
load the unity-panel
the javascript will appear in the text editor
locate this line
var menubar = panel.addWidget("menubar");
and put before // i mean
//var menubar = panel.addWidget("menubar");
now remove your own panels or keep them as you wish and click on execute
if you are smart you can create your own panel in few seconds taking the code from even the other panels
(you can comment line in this way select lines then press CTRL D to decomment => CTRL ALT D )
- Aug 10 2012

System Tools (NOT OS or ROMS) by kahu 5 comments

Dolphin Service Menus by nowardev 15 comments
editing the files :
~/.FFmpeg_profiles-qt_audio.lst
~/.FFmpeg_profiles-qt_device.lst
~.FFmpeg_profiles-qt_video.lst
for example here
you have just to write it correctly for example
OGG_personal ogg options_you_want_in ffmpeg
and then use your profile
of course you need to test in konsole your own personal settings... - Aug 04 2012