Chris Holland
Chris Holland
This widget uses the same search API as the the App Menu, App Dashboard, and the default App Launcher widgets. All of the default widgets have the ability to hide...
In the short term, edit: * `~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/SearchModel.qml` * https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/SearchModel.qml#L65 Comment out or remove `'baloosearch',` which I think is the file search.
Git Blame that line: * https://github.com/Zren/plasma-applet-tiledmenu/blame/master/package/contents/ui/SearchModel.qml#L68 * https://github.com/Zren/plasma-applet-tiledmenu/commit/7dc8a08777bc30e3172e36aeecf003624f44fa24 With my code, it was crashing plasmashell. I can't reproduce the crash atm in Plasma 5.18. Might as well re-enable calculator should...
Change `HoverOutlineEffect.useOutlineMask` to `false` if you want. * https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/HoverOutlineEffect.qml#L9 * `~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/HoverOutlineEffect.qml`
Install the older version v42 available for download. The more recent version v43 ported everything to Kirigami + QtQuickControls 2. https://zren.github.io/kde/versions/ Debian 10 only has Qt 5.11 with QQC2 2.4....
We run `xdg-open $(xdg-user-dir DOCUMENTS)` to "open the xdg directory" in `SidebarFavouritesView.qml`. * https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/SidebarFavouritesView.qml#L13 We also use `XdgPathsLoader.qml` to get the "Qt translated name" name for the XDG directory. This...
> At the moment there's only two settings, the preset 6 tiles, and the full screen, which is too course a control. If you hover the corner edge, there's a...
Assuming "Get Hot New Stuff" isn't working. ``` kpackagetool5 --type=Plasma/Applet --upgrade ~/Downloads/tiledmenu-v35-plasma5.12.plasmoid ``` Or ``` kpackagetool5 --type=Plasma/Applet --remove com.github.zren.tiledmenu kpackagetool5 --type=Plasma/Applet --install ~/Downloads/tiledmenu-v35-plasma5.12.plasmoid ```
kdeplasma-addons is a package containing the "extra" widgets like the "weather" widget. https://invent.kde.org/plasma/kdeplasma-addons/ Not a Discover bug as you don't use it. It's a "Get New Stuff" bug. Searching for...
Hmmm. I updated v37 in a slightly different manner this time. Instead of clicking "Update", I clicked "Add File", then deleted the old file. 