
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a replacement or improvement for the KMenu system, this makes it more task oriented.
Currently tasks have to be edited by hand they are located in ~/.kde/share/apps/kicker/
They need to be in RC files with full path to the desktop files that are in your tasks. I know that this is a little crazy to have to figure out but here is my programing task called programingrc
[General]
Icon=kdevelop
Name=Programing Work
NumTasks=2
[Task0]
Name=KDevelop KDE/C++
DesktopFile=kdevelop_kde_cpp.desktop
[Task1]
Name=KDevelop Designer
DesktopFile=kdevdesigner.desktop
15 years ago
Fixed compile error.
Added the task rc files that are currently showing in the screenshots. The current installation will install those and the destinations file. However you may have to edit them to your liking until I can come up with a Task Editor which I should have done by next weekend
15 years ago
Fixed compile error.
Added the task rc files that are currently showing in the screenshots. The current installation will install those and the destinations file. However you may have to edit them to your liking until I can come up with a Task Editor which I should have done by next weekend
astroboy2
15 years ago
In file included from k_mnu.cpp:55:
konqbookmarkmanager.h:6:28: libkonq_export.h: No such file or directory
In file included from k_mnu.cpp:55:
konqbookmarkmanager.h:9: error: invalid function declaration
k_mnu.cpp: In member function `virtual void PanelKMenu::initialize()':
k_mnu.cpp:195: error: `KonqBookmarkManager' has not been declared
k_mnu.cpp:195: error: `self' undeclared (first use this function)
k_mnu.cpp:195: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[1]: *** [k_mnu.lo] Erreur 1
make[1]: Leaving directory `/home/pgauvin/Desktop/invokemenu-0.3beta/src'
make: *** [install-recursive] Erreur 1
Report
dbojan
15 years ago
Report
cbg
15 years ago
I'm looking forward to seeing future versions.
Report
youssouf
15 years ago
I'm using KDE 3.4.0 on Kubuntu Hoary.
Report
why
15 years ago
Report
kwr2k
15 years ago
Just one suggestion: Have you looked at the menu in SuSE 10 beta3+ ? It has a search field that automatically greys out menu choices that do not match your search string. Add that feature to this menu and we have something unique on the Linux desktop, IMO.
Report
livelinux
15 years ago
sean@1[invokemenu-0.2beta]$ ./configure --prefix='kde-config --prefix'
bash: ./configure: Permission denied
Report
why
15 years ago
Report
why
15 years ago
[General]
Name=Destinations
Icon=home
NumTasks=2
[Task1]
Name=Adjust Settings
DesktopFile=/usr/share/applications/kde/KControl.desktop
[Task1]
Name=Browse My Files
DesktopFile=/usr/share/applications/kde/Home.desktop
File: /usr/share/apps/kicker/invokemenu/multimediarc
[General]
Icon=multimedia
Name=Listen to Music
NumTasks=2
[Task0]
Name=Play Music
DesktopFile=/usr/share/applications/kde/noatun.desktop
[Task1]
Name=Play a CD
DesktopFile=/usr/share/applications/kde/kscd.desktop
File: /usr/share/apps/kicker/invokemenu/productivityrc
[General]
Icon=kwrite
Name=Productivity
NumTasks=4
[Task0]
Name=Word Processing
DesktopFile=/usr/share/applications/openoffice.org-1.9-writer.desktop
[Task1]
Name=Spreadsheets
DesktopFile=/usr/share/applications/openoffice.org-1.9-calc.desktop
[Task2]
Name=Presentations
DesktopFile=/usr/share/applications/openoffice.org-1.9-impress.desktop
[Task3]
Name=Contact Management
DesktopFile=/usr/share/applications/kde/Kontact.desktop
File: /usr/share/apps/kicker/invokemenu/developrc
[General]
Icon=kdevelop
Name=Programing Work
NumTasks=2
[Task0]
Name=KDevelop KDE/C++
DesktopFile=/usr/share/applications/kde/kdevelop_kde_cpp.desktop
[Task1]
Name=KDevelop Designer
DesktopFile=/usr/share/applications/kde/kdevdesigner.desktop
Report
why
15 years ago
kmenutiles_DATA=kside.png kside_title.png
kmenu_tilesdir=$(kde_datadir)/kicker/pics
This should fix it.
Report
maarizwan
15 years ago
good work. keep it up :)
Report
why
15 years ago
Report
ciasa
15 years ago
/usr/share/qt3/bin/moc ./nonKDEButtonSettings.h -o nonKDEButtonSettings.moc.cpp
make[2]: *** No rule to make target `kside_title.png', needed by `all-am'. Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/ciasa/downloads/invokemenu-0.1beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ciasa/downloads/invokemenu-0.1beta'
make: *** [all] Error 2
ciasa@raven:~/downloads/invokemenu-0.1beta$
Report
why
15 years ago
Report
Chris12349
15 years ago
I'm running Ubuntu Hoary (KDE 3.4.2)
Chris
Report