[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue. due to unreadable icon file

2015-08-25 Thread dino99
This version has expired

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/126987

Title:
  The NetworkManager applet could not find some required resources.  It
  cannot continue. due to unreadable icon file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/126987/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2012-08-08 Thread Thomas Hood
** Tags added: intrepid maverick

** Tags added: lucid

** Summary changed:

- The NetworkManager applet could not find some required resources.  It cannot 
continue.
+ The NetworkManager applet could not find some required resources.  It cannot 
continue. due to unreadable icon file

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/126987

Title:
  The NetworkManager applet could not find some required resources.  It
  cannot continue. due to unreadable icon file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/126987/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2011-06-04 Thread Alan Pope
Amusingly I got this on a clean boot of Ubuntu 10.10 64 bit live cd
before unity started.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/126987

Title:
  The NetworkManager applet could not find some required resources.  It
  cannot continue.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2010-06-19 Thread Alan Pope
This hit me on an upgrade from 9.10 to 10.04. mpt requested I file a
bug, but this one seems close enough. See related bug 281524

** Attachment added: nmlucidupgrade.png
   http://launchpadlibrarian.net/50588027/nmlucidupgrade.png

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-12-04 Thread Khaled Khalil
i had the same issue when i set the icon them to Elementary Xubuntu.
so i reinstalled xubuntu-artwork package and everything went right.
i hope that may help if anyone still gets the issue.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-10-21 Thread edoceo
I'm also seeing this on a Jaunty to Karmic upgrade.
I've ran the icon-cache update tool, that I read from Google searches, no 
change.
Once I click the 'OK' on the prompt (I get three prompts) then my network 
connectivity stops.

If I run `nm-applet` from the command line I see this:
---
** (nm-applet:2246): WARNING **: Icon nm-signal-00 missing: Error opening file: 
No such file or directory
---
From strace I've learned this:

lstat64(/usr/share/icons/elementaryXubuntu/apps/48/nm-signal-00.svg, 
{st_mode=S_IFLNK|0777, st_size=15, ...}) = 0
stat64(/usr/share/icons/elementaryXubuntu/apps/48/nm-signal-00.svg, 
0xbfdcd36c) = -1 ENOENT (No such file or directory)
readlink(/usr/share/icons/elementaryXubuntu/apps/48/nm-signal-00.svg, 
nm-signal-0.svg, 256) = 15
open(/usr/share/icons/elementaryXubuntu/apps/48/nm-signal-00.svg, 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
** (nm-applet:2632): WARNING **: Icon nm-signal-00 missing: Error opening file: 
No such file or directory

And if I look for those files, I can see their links are broken

r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ls -alh nm*
lrwxrwxrwx 1 root root 15 2009-10-16 22:13 nm-signal-00.svg - nm-signal-0.svg
lrwxrwxrwx 1 root root 54 2009-10-16 22:13 nm-signal-0.svg - 
../../status/48/notification-network-wireless-none.svg
lrwxrwxrwx 1 root root 54 2009-10-16 22:13 nm-signal-100.svg - 
../../status/48/notification-network-wireless-full.svg
lrwxrwxrwx 1 root root 53 2009-10-16 22:13 nm-signal-25.svg - 
../../status/48/notification-network-wireless-low.svg
lrwxrwxrwx 1 root root 56 2009-10-16 22:13 nm-signal-50.svg - 
../../status/48/notification-network-wireless-medium.svg
lrwxrwxrwx 1 root root 54 2009-10-16 22:13 nm-signal-75.svg - 
../../status/48/notification-network-wireless-high.svg

So then I did this:
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-00.svg ./nm-signal-0.svg
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-00.svg ./nm-signal-00.svg
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-25.svg ./nm-signal-25.svg
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-50.svg ./nm-signal-50.svg
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-75.svg ./nm-signal-75.svg
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ln -s 
../../status/48/nm-signal-100.svg ./nm-signal-100.svg

To get this:
r...@fluorine:/usr/share/icons/elementaryXubuntu/apps/48# ls -alh nm-*
lrwxrwxrwx 1 root root 32 2009-10-21 09:03 nm-signal-00.svg - 
../../status/48/nm-signal-00.svg
lrwxrwxrwx 1 root root 32 2009-10-21 09:03 nm-signal-0.svg - 
../../status/48/nm-signal-00.svg
lrwxrwxrwx 1 root root 33 2009-10-21 09:03 nm-signal-100.svg - 
../../status/48/nm-signal-100.svg
lrwxrwxrwx 1 root root 32 2009-10-21 09:03 nm-signal-25.svg - 
../../status/48/nm-signal-25.svg
lrwxrwxrwx 1 root root 32 2009-10-21 09:03 nm-signal-50.svg - 
../../status/48/nm-signal-50.svg
lrwxrwxrwx 1 root root 32 2009-10-21 09:03 nm-signal-75.svg - 
../../status/48/nm-signal-75.svg


Now NetworkManager/nm-applet runs as expected and their is no more error
messages.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-10-21 Thread Paul Kishimoto
In my case, it turned out that the *one* icon giving an error (nm-
active-device) was in fact a corrupted PNG file on my system; that is,
eog and other programs could not open it. This must have been due to a
filesystem error or an interrupted upgrade.

Since other people seem to be experiencing the error, I leave it
Confirmed.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-10-13 Thread Paul Kishimoto
Also experiencing this in the Kamic beta. I only see the notice once on
my Acer Aspire One. If I later start nm-applet from the command line, i
see:

$ nm-applet

** (nm-applet:15287): WARNING **: Icon nm-active-device missing:
Unrecognized image file format

...I also note that there has been another minor version change (0.7 to
0.8) since the last time this cropped up; not sure if that is relevant.

# apt-cache policy network-manager
network-manager:
  Installed: 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2
  Candidate: 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2
  Version table:
 *** 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status


** Changed in: network-manager-applet (Ubuntu)
   Status: Fix Released = Confirmed

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-10-07 Thread Daniel Asarnow
I'm getting this error in Karmic.  I should note that the error message
window actually pops up several times at once (so that one must click
OK several times) and that it does not affect network functionality
(obviously).

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-05-10 Thread submachine0
An idea: (I'm on Jaunty) ... this error came up when i installed the
wicd network manager to use for other window manager sessions. anyway,
it's pretty obvious why i received this error... but maybe it will help
others in solving their problem.

as a solution to whatever that problem is, a workaround could be
installing a different manager such as wicd.

i am now wondering, however, what if i want to re-enable my previous
network manager and drop this one? would it be automatic after removing
wicd or would i have to do something to enable the default one?

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2009-02-09 Thread Alexander Sack
this bug probably was due to missing images during major version
upgrades. we triaged that for the 0.6-0.7 update round for
hardy-intrepid and fixed this. Here the changelog:

network-manager-applet (0.7~~svn20081015t194645-0ubuntu1) intrepid;
urgency=low

  * new upstream snapshot Wed 2008-10-15 19:46:45 + (rev 809)
  * fix LP: #277084 - nm-applet confused by icon name changes during
hardy-intrepid upgrade; we ship icons used by NM 0.6 in the NM 0.7
to prevent this behaviour
- update debian/rules

 -- Alexander Sack  a...@ubuntu.com   Thu, 16 Oct 2008 00:42:34 +0200

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed = Fix Released

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-10-10 Thread Alaak
Also had the same problem during installation and afterwards nm-applet
does not start automatically.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-10-06 Thread Chris Fleming
This came up for me during the installation phase. Not sure if this is a
bug with the actual upgrade process or with nm-applet.

Either way it makes it look like something has gone wrong during the
install.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-10-04 Thread Shaun Crampton
I'm currently upgrading to Intrepid beta and I keep seeing this error.
Will see if it goes away after the upgrade completes.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-10-04 Thread Shaun Crampton
After reboot, I haven't seen the error but nm-applet didn't start
automatically after the reboot: bug 278147.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-10-03 Thread Jacqui
I've had this problem in the beta of Intrepid.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2008-01-20 Thread Greg Grossmeier
Since the last comment on this bug was in September, before the release of 
Gutsy:
have you seen this issue in Gutsy (or Hardy)?

Thanks!

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2007-10-07 Thread Alexander Sack
** Changed in: network-manager-applet (Ubuntu)
Sourcepackagename: network-manager = network-manager-applet
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126987] Re: The NetworkManager applet could not find some required resources. It cannot continue.

2007-09-06 Thread Paul Sladen
ogra sladen, bug 126987 sounds like the return of the broken icon cache (i 
think dholbach fixed that once in former releases)
dholbach sladen: running it under  strace -e open,stat  could help to find 
out what's wrong
dholbach but yeah, it could be the icon cache
ogra in bug 137760 it reports some detail at least, i wonder why it doesnt do 
that with other stuff
dholbach although it should use dh_icons now - debian/rules looks fine

Haven't seen the message for a couple of weeks, but I'll keep an eye out
if/when I do.

-- 
The NetworkManager applet could not find some required resources.  It cannot 
continue.
https://bugs.launchpad.net/bugs/126987
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs