Where are the Kubuntu / Plasmoid widgets located and how can I edit a widget
ID: 394
Category: Kubuntu
Added: 20th of May 2025
Views: 825
All widgets have a main.xml configuration file which you can edit, if you need to change something in the code.
Kubuntu / Plasmoid widgets are located in the following directory
/usr/share/plasma/plasmoids/
I recently added the Web Browser widget to the bottom panel in Kubuntu. I wanted to change the start up page that appeared when the widget was opened, but there was nothing in the settings to change do this, so I wanted to see if there was a something I could change in the code.
To do this I entered the following directory
/usr/share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config
I then edited and saved the
main.xml file using nano to change the website address
sudo nano main.xml