Summary: | missing information in "network monitor" | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | richlv |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | lamarque |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
richlv
2011-03-15 08:44:43 UTC
Plasma NM (not the monolithic knetworkmanager) identify interface types and shows a network graph if you click on the interface at its left side. Plasmoids does not have the always on top property, so it is not possible to implement this request. Plasma NM is added to system tray, not to the desktop. thanks for that info - it did not occur to me that plasma nm popup provides that information :) si guess this request could be reduced to showing interface names for "network monitor" applet/plasmoid Right above the traffic graph in interface details tab there is some information about the network interface, inclusing its system name (eth0, wlan0, usb0, ppp0, etc). You can also change what to display about the interface at the left side of the plasmoid by clicking on the systray icon -> Manage connections -> Other -> Show network interface using. There are four options there, the default is "Type name" ("Wired ethernet" for instance). The "System name" options will show the interface system name ("eth0" for instance) instead. There is problem that to change the "Show network interface using" will have to restart plasma-desktop or logout and login. Git commit 4e508e30ed6361d6bd308e9397a132869fb395d5 by Lamarque V. Souza. Committed on 15/03/2011 at 22:37. Pushed by lvsouza into branch 'master'. Makes the plasmoid change the interfaces names when the user changes the "Show network interface using" configuration in the kcm module. CCBUG: 268536 M +3 -7 applet/interfaceitem.cpp M +5 -0 applet/nmpopup.cpp M +3 -1 libs/service/interfaces/org.kde.networkmanagement.xml M +5 -0 libs/service/sessionabstractedservice.cpp M +2 -0 libs/service/sessionabstractedservice.h M +6 -0 settings/config/managetraywidget.cpp http://commits.kde.org/networkmanagement/4e508e30ed6361d6bd308e9397a132869fb395d5 Closing this bug since Plasma NM can be configured to show interfaces names. Closing this bug since Plasma NM can be configured to show interfaces names. |