Announcement

Collapse
No announcement yet.

Get desktop notifications from wicd

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Get desktop notifications from wicd

    I had to install and use wicd in my laptop because of this issue but, because wicd-kde is not available anymore in 20.04, I cannot get notifications on the desktop from wicd. You know, something like "connected to network" messages and similar stuff.

    This is how I installed it:
    Code:
    mkdir -p ~/Downloads/wicd
    cd ~/Downloads/wicd
    
    wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb
    
    wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wicd/python-wicd_1.7.4+tb2-6_all.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wicd/wicd-daemon_1.7.4+tb2-6_all.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wicd/wicd-gtk_1.7.4+tb2-6_all.deb
    
    sudo apt-get install ./*.deb
    sudo apt-get install ./*.deb # second time for correct configuration
    Is there a way to get the notifications on the desktop from wicd?
Working...
X