
kded-appmenu (upstream => KDE 4.10)
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
kded-appmenu is a kded module able:
- To display your application menubar at top screen
- To display your application menu using a title bar button (used by kde-workspace patch)
- To enable krunner-appmenu to works using kded-appmenu (as this)
To build it:
$ tar xvzf kded-appmenu-*.*.tar.gz
$ cd kded-appmenu-*.*
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
$ make
$ sudo make install
You can activate menubar with:
$ kwriteconfig --group "Menubar style" --key "MenuBarStyle" "TopHorizontal"
You can activate menu export for krunner-appmenu with:
$ kwriteconfig --group "Menubar style" --key "MenuBarStyle" "Others"
To reload kded conf:
$ qdbus org.kde.kded /modules/appmenu org.kde.kded.reconfigure
Just enable kded module at login with:
$ qdbus org.kde.kded /kded org.kde.kded.setModuleAutoloading appmenu 1
Then run kded module:
$ qdbus org.kde.kded /kded org.kde.kded.loadModule appmenu
You can also use systemsettings to configure kded-appmenu but you need to patch kde-workspace with appmenu.diff
If you want menu button in title bar, you also need to patch kde-workspace with appmenu.diff available here:
https://aur.archlinux.org/packages/kd/kdebase-workspace-appmenu/kdebase-workspace-appmenu.tar.gz
To build it:
$ tar xvzf kde-workspace-*.*.tar.gz
$ cd kde-workspace-*.*
$ patch -p1 < appmenu.diff
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
$ cd kcontrol/style
$ make
$ sudo make install
$ cd ../../kwin
$ make
$ sudo make install
8 years ago
0.9.20:
- Fix kpart applications (kontact, konqueror, ...)
8 years ago
0.9.20:
- Fix kpart applications (kontact, konqueror, ...)
alezflute
8 years ago
Report
dimitarpopov
8 years ago
Report
gnumdk
8 years ago
$ qdbus org.kde.kded /modules/appmenu org.kde.kded.reconfigure
Report
dimitarpopov
8 years ago
Report
gcala
8 years ago
Since this is a common situation, or there is a limit in plasma that prevents a full plasma appmenu or all appmenu* developers are reimplementing the same code, with little new touches.
So, thanking you for your work, can I ask if you plan to work on a full plasma themed appmenu?
Report
gnumdk
8 years ago
Having a 100% plasma menu is an idea, but after KDE integration (hope for 4.10) and IMO, plasma menu are a pain to use.
Report
avlas
8 years ago
Report
gnumdk
8 years ago
Report
avlas
8 years ago
Report