dfaust / plasma-applet-netspeed-widget

Plasma 5 widget that displays the currently used network bandwidth
GNU General Public License v2.0
121 stars 17 forks source link

Support Plasma 6 (Port to KF6) #43

Open debnath-d opened 8 months ago

debnath-d commented 8 months ago

Please port this widget to KDE Framework 6. The guidelines are here.

giostark commented 5 months ago

Is a very useful tool that allow to have a quick feedback on the net transfer status ... Hope that will be maintained :-) Edit: For the ones that are using plasma 6 , here the porting (that work): Source: https://forum.archlinux.de/d/35150-netspeed-widget-plasma-6 Download: plasma-applet-netspeed-widget-plasma6.zip

simondvt commented 5 months ago

Is a very useful tool that allow to have a quick feedback on the net transfer status ... Hope that will be maintained :-) Edit: For the ones that are using plasma 6 , here the porting (that work): Source: forum.archlinux.de/d/35150-netspeed-widget-plasma-6 Download: plasma-applet-netspeed-widget-plasma6.zip

I'm running KDE 6.0.1 and I get this error installing the widget in the zip:

file:///home/user/.local/share/plasma/plasmoids/org.kde.netspeedWidget/contents/ui/main.qml:52:5: PlasmaCore.DataSource is not a type

giostark commented 5 months ago

Hi , I don't know ... $ yay -Qss plasma-workspace local/plasma-workspace 6.0.1-1 (plasma) I'm under arch linux and it worked.
Do you have the plasma-systemmonitor installed? Seems that this widget make a call of what the system monitor gather from the system. The PlasmaCore.DataSource share info so that multiple app do not work for gather from the system the same information already available. https://www.reddit.com/r/kde/comments/gqfs9u/widgets_development_plasmacoredatasource_what_is/

dfaust commented 5 months ago

I released the kf6 version. Try this: https://www.pling.com/p/2136505/

simondvt commented 5 months ago

I released the kf6 version. Try this: pling.com/p/2136505

This worked, thanks!

@giostark I do have plasma-workspace 6.0.1-1 and plasma-systemmonitor 6.0.1-1.

dfaust commented 5 months ago

To be clear. Since version 2.0, netspeed-widget doesn't need any additional plasma package. /proc/net/dev is used as data source.

giostark commented 5 months ago

Thanks dfaust for your time and work :-)

giostark commented 4 months ago

Hi all , Today I tried to download and install this widget to my laptop but it end with this issue : file:///home/ios/.local/share/plasma/plasmoids/org.kde.netspeedWidget/contents/ui/main.qml:52:5: PlasmaCore.DataSource is not a type The "install" from https://www.opendesktop.org/p/2136505/ via install report : invalid OCS URL The old zip linked above do not work either. Installing it from source report the same first issue.

Suggestions ? Thanks :-)