plasma-runner
KDE Plasma 4 Extensions
Plasma applet, which can run typed command :)
I know about one bug in plasma(maybe? if you know, how patch it, please contact me :) ) - if Runner is inserted on panel, it has problems with focus and width. On desktop is all right :D
Sorry for my english, i know it's ugly ;)
TODO:
- replace LineEdit by ComboBox with commands history
- add support for arrow keys on keyboard - up and down (history)
- allow to enter WWW adress without type "http://"
9 years ago
0.1 - first version
0.11 - new system call for running commands
- KIO support
- patch for compiling on stable KDE 4.0
0.12 - added patch for l10n. Written by Miroslav Suchí½
9 years ago
0.1 - first version
0.11 - new system call for running commands
- KIO support
- patch for compiling on stable KDE 4.0
0.12 - added patch for l10n. Written by Miroslav Suchí½
openDesktop.org :
Alchera
9 years ago
Report
malachias
9 years ago
Report
groszd
9 years ago
- Make the background color of the command line the system-wide input line background color. Now, when it is the same as the surroundings, on the panel I don't know where to click as no border appears.
- Make the width configurable. This not only matters on the panel (where it uses all the available space, so it uses half of the available space if there is a taskbar) but also on the desktop, where resizing with the plasmoid handle also modifies the height which is pointless. (The dictionary plasmoid does this well.)
Report
artemisfowl2007
9 years ago
Report
msuchy
9 years ago
Report
LordBernhard
9 years ago
maybe ask aaron aseigo about this on the panel-devel mailinglist
Report
leinir
9 years ago
Report
dos1
9 years ago
Report
leinir
9 years ago
Report
buschmann23
9 years ago
Quote:
[ 33%] Generating plasma_applet_runner_automoc.cpp
Generating plasma-runner.moc
Scanning dependencies of target plasma_applet_runner
[ 66%] Building CXX object CMakeFiles/plasma_applet_runner.dir/plasma_applet_runner_automoc.o
[100%] Building CXX object CMakeFiles/plasma_applet_runner.dir/plasma-runner.o
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp: In constructor ‘PlasmaRunner::PlasmaRunner(QObject*, const QVariantList&)’:
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp:16: error: ‘setAspectRatioMode’ was not declared in this scope
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp: In member function ‘void PlasmaRunner::ruuuun()’:
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp:36: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp: At global scope:
/usr/src/packages/BUILD/plasma-runner-0.1/plasma-runner.cpp:52: warning: unused parameter ‘option’
make[2]: *** [CMakeFiles/plasma_applet_runner.dir/plasma-runner.o] Fehler 1
make[1]: *** [CMakeFiles/plasma_applet_runner.dir/all] Fehler 2
make: *** [all] Fehler 2
This is on openSUSE 10.3 with KDE 4.0.1, Qt 4.3.3 an GCC 4.2.1
Report
dos1
9 years ago
At this moment please comment this line in plasma-runner.cpp:
Line 20:
setAspectRatioMode(Qt::IgnoreAspectRatio); // thanks to tasks plasmoid programmers
In next version I will remove it or I will make two versions - for KDE 4.0 and 4.1 :)
Report
dos1
9 years ago
I think I'm tired: it is line 16, not 20..
Report
smihael
9 years ago
But unfortunatly
I got cmake errors, but KDE from source compiles fine.
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/mihael/.kde4/share/apps;/usr/lib/kde4/share/kde4/apps
-- Configuring done
Report
dos1
9 years ago
Report
buschmann23
9 years ago
So, now you can find my packages for openSUSE 10.2 and newer under
http://software.opensuse.org/search?baseproject=ALL&p=1&q=kde4-plasmoid-runner
Report
dos1
9 years ago
Report