You are not logged in.
Hi,
nm-applet crashes 'almost' every-damn-first-time-after-boot when clicked on it. The problem doesn't occur when launched the second time after crash.
I know this isn't bunsenlabs sepcific issue; rather nm-applet specific or any package/s it depends upon. But I faced this problem on many occurrences in various distros and desktop environments. And I think some of you guys, if not all of you, may have faced the same issue. If so, then what's the workaround? How did you solve this problem?
Thanks.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
Need more information. What type of connection? Wired? WiFi?
I'm on a 'wired' connection and went from 'nm-applet' to 'wicd' to 'ceni' to nothing. NetworkConfiguration But that's not going to help you if you
a. want to use nm-applet
b. have a WiFi connection
However maybe: DNS configuration for NetworkManager
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I have never faced this issue.
Looking at your posts, you've had several issues already. Can I ask how you installed BunsenLabs (RC1 32 bit or 64 bit, netinstall script or some other way) and what hardware you use?
I don't care what you do at home. Would you care to explain?
Offline
Also, try to run nm-applet from terminal the first time and see if you can capture any error output. Uncomment it in your ~/.config/openbox/autostart then run it once you are booted up. You could also check ~/.xsession-errors also and see if any errors are getting logged into it. If it is crashing, it should be throwing an exception somewhere, assuming it was coded correctly.
Offline
Uncomment it Comment it out in your ~/.config/openbox/autostart then run it once you are booted up.
FIFY
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Offline
Need more information. What type of connection? Wired? WiFi?
I'm on a 'wired' connection and went from 'nm-applet' to 'wicd' to 'ceni' to nothing. NetworkConfiguration But that's not going to help you if you
a. want to use nm-applet
b. have a WiFi connectionHowever maybe: DNS configuration for NetworkManager
I'm currently using 'Mobile Broadband;. So yeah, it's neither Wired, nor WiFi.
I don't care what utility it is as long as that works for me: connects to Internet using mobile broadband, and additionally offer to create WiFi hotspot. It could be nm-applet, wicd, or ceni. But I didn't have previous exposure to neither wicd, nor ceni. But I'd love to give them a try if they offer anything better than nm-applet. Even I wouldn't bother about using either of them, if I can do what I need ( stated earlier) using only plain text file.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
I have never faced this issue.
Looking at your posts, you've had several issues already. Can I ask how you installed BunsenLabs (RC1 32 bit or 64 bit, netinstall script or some other way) and what hardware you use?
I'm not using bunsenlabs as of yet. I was an #! user and then moved on to something else being an avid distrohopper. Then I thought of settling with a distro to do some 'real' work other than hopping various distros. I thought of CrunchBang descendants BunsenLabs. But again, I thought why not try vanilla Debian with openbox and tint2 and others that I can tweak by my hand and possibly can learn the way ahead. So here I am with Debian+openbox+tint2 and other stuffs!
I always found you people to be of ardent help, and bunch of great tinkerers around. That's why I seek help.
As for the hardware, I'm using HP EliteBook 8460p laptop. But this isn't a hardware specific issue, I guess for I've faced this issue in another laptop.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
Also, try to run nm-applet from terminal the first time and see if you can capture any error output. Uncomment it in your ~/.config/openbox/autostart then run it once you are booted up. You could also check ~/.xsession-errors also and see if any errors are getting logged into it. If it is crashing, it should be throwing an exception somewhere, assuming it was coded correctly.
I don't have nm-applet in my autostart script but nm-applet starts automatically, anyway!
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
I don't have nm-applet in my autostart script but nm-applet starts automatically, anyway!
It's started from /etc/xdg/autostart
Open a terminal and run this command:
journalctl -xf
Then click on the icon & make it crash and post any new output that shows up in the terminal window.
Offline
I grepped into .xsession-errors and .xsession-errors.old files and got the following output:
For
$ cat .xsession-errors | grep 'nm-applet'
I got
(nm-applet:1114): libnm-glib-CRITICAL **: nm_secret_agent_register: assertion 'priv->registered == FALSE' failed
And for
$ cat .xsession-errors.old | grep 'nm-applet'
I got
(nm-applet:1118): nm-applet-WARNING **: Cannot grab information for modem at /org/freedesktop/ModemManager1/Modem/0: No ModemManager support
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
^ I get the `libnm-glib-CRITICAL` error as well, but I think you can safely ignore that one. Do you get crashes with other gtk themes?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I'm not using bunsenlabs as of yet.
NP, but I'm moving this to Help & SUpport (Other) as it's not a BL issue.
I don't care what you do at home. Would you care to explain?
Offline
You need to install modemmanager first of all:
sudo apt-get install modemmanager
Offline
OH. RE: Mobile Broadband
No hands on experience to I'm in deep water here.
/read mode on
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
You need to install modemmanager first of all
We'd briefly discussed adding this in our private conversations, I'll make sure to raise the issue again.
I don't care what you do at home. Would you care to explain?
Offline
Ahh wasn't specifically aiming that at the dev team Anyway, hopefully that will get him on the right track.
Offline
You need to install modemmanager first of all:
sudo apt-get install modemmanager
It's already installed. I think NetworkManager pulls it in. Anyway, I saw in the man page for modemmanager that, it's not meant to be used directly in the command line.And I didn't see any option to use it from the command line in it's man page.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
Has the modemmanager service been started? I `think` the service name is...
systemctl status ModemManager.service
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Open a terminal and run this command:
journalctl -xf
Then click on the icon & make it crash and post any new output that shows up in the terminal window.
Offline