Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prateekmedia/Menu11
Deprecated, here is a Not so feature rich replacement: https://github.com/adhec/OnzeMenuKDE, contact me if you are interested in maintaining this.
https://github.com/prateekmedia/Menu11
hacktoberfest kde-plasma-5 launcher plasmoid prateeksu windows11
Last synced: about 2 months ago
JSON representation
Deprecated, here is a Not so feature rich replacement: https://github.com/adhec/OnzeMenuKDE, contact me if you are interested in maintaining this.
- Host: GitHub
- URL: https://github.com/prateekmedia/Menu11
- Owner: prateekmedia
- License: gpl-2.0
- Created: 2021-06-27T07:48:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T06:25:09.000Z (over 1 year ago)
- Last Synced: 2024-11-23T01:52:07.957Z (about 2 months ago)
- Topics: hacktoberfest, kde-plasma-5, launcher, plasmoid, prateeksu, windows11
- Language: QML
- Homepage: https://store.kde.org/p/1544959/
- Size: 251 KB
- Stars: 100
- Watchers: 2
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - prateekmedia/Menu11 - Deprecated, here is a Not so feature rich replacement: https://github.com/adhec/OnzeMenuKDE, contact me if you are interested in maintaining this. (QML)
README
Menu11
A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ.
Deprecated:
- It is not maintainable and has many errors and bugs, unfortunately I am not on KDE right now so I cannot help with those
Suggested replacement: https://github.com/adhec/OnzeMenuKDEOnzeMenu is not that customizable but I hope it will continue to improve.
#### *Special Thanks to*
- [Prateek SU](https://github.com/prateekmedia) / Me for creating [Menu 11](https://github.com/prateekmedia/) by forking [Menu Z](https://store.kde.org/p/1367167/) and for continuously adding and improving features.
- [Nayam Amarshe](https://github.com/NayamAmarshe) for improving the design.
- [John Vincent](https://github.com/TenSeventy7) for improving grid view of recommended section.
- [Lupert Everett](https://github.com/LupertEverett) for adding multiple footer icons.### Frequently asked questions(FAQ)
#### How do I fix "Sorry! There was an error loading Menu 11."
This is most likely due to missing `plasma-widgets-addons` package on your system.You can install this using `sudo apt install plasma-widgets-addons` on Ubuntu / Debian Distros or `sudo pacman -S kdeplasma-addons` on Arch based distro.
If you have any other distro then please search for the package name for your distro.
#### The elements look messed up, What's wrong with this applet?
This can be due to various reasons:
- KDE version you are using is too old, we recommend at least **KDE 5.21** if you are using this applet.
- Another applet or program is causing this issue.You can [create an issue](https://github.com/prateekmedia/Menu11/issues/new) if you think it's due to a KDE update or it's not mentioned above.
Installing Manually
### Using git
```bash
git clone https://github.com/prateekmedia/Menu11.git ~/.local/share/plasma/plasmoids/menu11;
kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell;
```