Question mark icon instead of wifi icon The 2019 Stack Overflow Developer Survey Results Are InWhy is there a question mark on the LAN icon in Gnome panel?Ubuntu 12.04LTS - Dash home application question mark iconWifi Icon MissingFix Pale Moon launcher iconFixing application icon question mark when locking to launcherwifi icon is missingNetwork/WiFi icon not appearingWhy is there a question mark on the LAN icon in Gnome panel?Ubuntu 18.04 - Launching Chrome shows under the VSCode icon insteadFirefox nightly Icon missing18.04 - How to enable right click dock icon to see windows open without having to click 'all windows'?
Is bread bad for ducks?
How much of the clove should I use when using big garlic heads?
What do these terms in Caesar's Gallic wars mean?
How to charge AirPods to keep battery healthy?
What's the name of these plastic connectors
Does HR tell a hiring manager about salary negotiations?
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Why “相同意思的词” is called “同义词” instead of "同意词"?
What is this sharp, curved notch on my knife for?
What do I do when my TA workload is more than expected?
Can there be female White Walkers?
What do hard-Brexiteers want with respect to the Irish border?
Why not take a picture of a closer black hole?
Why can't devices on different VLANs, but on the same subnet, communicate?
Straighten subgroup lattice
A word that means fill it to the required quantity
Button changing its text & action. Good or terrible?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
The phrase "to the numbers born"?
Question mark icon instead of wifi icon
The 2019 Stack Overflow Developer Survey Results Are InWhy is there a question mark on the LAN icon in Gnome panel?Ubuntu 12.04LTS - Dash home application question mark iconWifi Icon MissingFix Pale Moon launcher iconFixing application icon question mark when locking to launcherwifi icon is missingNetwork/WiFi icon not appearingWhy is there a question mark on the LAN icon in Gnome panel?Ubuntu 18.04 - Launching Chrome shows under the VSCode icon insteadFirefox nightly Icon missing18.04 - How to enable right click dock icon to see windows open without having to click 'all windows'?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I installed Ubuntu 18.04 right now and after connecting to the internet instead of a network icon there is a question mark. There is no network issues, but that question mark is annoying.

icons 18.04
add a comment |
I installed Ubuntu 18.04 right now and after connecting to the internet instead of a network icon there is a question mark. There is no network issues, but that question mark is annoying.

icons 18.04
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34
add a comment |
I installed Ubuntu 18.04 right now and after connecting to the internet instead of a network icon there is a question mark. There is no network issues, but that question mark is annoying.

icons 18.04
I installed Ubuntu 18.04 right now and after connecting to the internet instead of a network icon there is a question mark. There is no network issues, but that question mark is annoying.

icons 18.04
icons 18.04
edited Apr 28 '18 at 19:49
Dante
asked Apr 28 '18 at 19:05
DanteDante
77531224
77531224
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34
add a comment |
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34
add a comment |
4 Answers
4
active
oldest
votes
Settings > Privacy > Connectivity Checking
Set it OFF. (Then, restart your WiFi connection, thanks to @Dante's comment below).
This is the same fiasco as Microsoft's NCSI (Network Connectivity Status Indicator), a God damn false negative to try ruin your mood.
And, yeah, it would be checking some URL like that one: http://www.msftncsi.com/ncsi.txt
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
add a comment |
I've had that issue with other versions of Ubuntu. I had similar Theme issues after upgrading to 18.04.
Change the icon theme. You can do this with Gnome Tweaks.
It's not installed by default. Install it with:
$ apt install gnome-tweak
From there click on Appearance -> (click) Icons. Then select a different theme.
I've seen occasions where changing to a different theme and changing back sometimes resolved a glitch that was happening with the current preferred theme.
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
Thegnome-tweaktool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme:gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme'I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command:ls /usr/share/themes
– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
|
show 3 more comments
I had this issue, along with a very slow internet connection - due to the fact that I had used expressvpn, and I recently uninstalled it.
The problem was that uninstalling with apt remove expressvpn didn't clean up after it completely, so I still had a broken expressvpn service trying to run in systemd.
After I ran apt purge expressvpn, everything started working nicely, and the questionmark over my WiFi icon is gone.
add a comment |
I have the exact same problem, but it is sporadic: The icon is fine most of the time, except after some events, e.g. installing updates, it turns into a question mark, while the connection is still fine.
Rebooting works, sure, but I don't have the patience for that. OTOH, restarting the network manager seems to do the trick in most cases:
sudo service network-manager restart
Hope this helps to someone!
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029361%2fquestion-mark-icon-instead-of-wifi-icon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Settings > Privacy > Connectivity Checking
Set it OFF. (Then, restart your WiFi connection, thanks to @Dante's comment below).
This is the same fiasco as Microsoft's NCSI (Network Connectivity Status Indicator), a God damn false negative to try ruin your mood.
And, yeah, it would be checking some URL like that one: http://www.msftncsi.com/ncsi.txt
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
add a comment |
Settings > Privacy > Connectivity Checking
Set it OFF. (Then, restart your WiFi connection, thanks to @Dante's comment below).
This is the same fiasco as Microsoft's NCSI (Network Connectivity Status Indicator), a God damn false negative to try ruin your mood.
And, yeah, it would be checking some URL like that one: http://www.msftncsi.com/ncsi.txt
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
add a comment |
Settings > Privacy > Connectivity Checking
Set it OFF. (Then, restart your WiFi connection, thanks to @Dante's comment below).
This is the same fiasco as Microsoft's NCSI (Network Connectivity Status Indicator), a God damn false negative to try ruin your mood.
And, yeah, it would be checking some URL like that one: http://www.msftncsi.com/ncsi.txt
Settings > Privacy > Connectivity Checking
Set it OFF. (Then, restart your WiFi connection, thanks to @Dante's comment below).
This is the same fiasco as Microsoft's NCSI (Network Connectivity Status Indicator), a God damn false negative to try ruin your mood.
And, yeah, it would be checking some URL like that one: http://www.msftncsi.com/ncsi.txt
edited Aug 25 '18 at 8:13
MAChitgarha
124112
124112
answered Apr 28 '18 at 21:00
M KM K
7851515
7851515
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
add a comment |
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
Thanks but it didn't work.
– Dante
Apr 28 '18 at 21:05
4
4
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
Hey wait a minute. After disconnecting and connecting again it solved the problem!
– Dante
Apr 28 '18 at 21:09
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@dante is the answer the solution, or was it disconnect and reconnecting? The seem very different and if so, this should not be accepted answer (although can upvote since it helped you find the answer)
– Oliver
Jul 23 '18 at 18:07
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
@Oliver This answer is the solution but this change requires that you restart your computer.
– Dante
Jul 24 '18 at 7:49
add a comment |
I've had that issue with other versions of Ubuntu. I had similar Theme issues after upgrading to 18.04.
Change the icon theme. You can do this with Gnome Tweaks.
It's not installed by default. Install it with:
$ apt install gnome-tweak
From there click on Appearance -> (click) Icons. Then select a different theme.
I've seen occasions where changing to a different theme and changing back sometimes resolved a glitch that was happening with the current preferred theme.
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
Thegnome-tweaktool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme:gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme'I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command:ls /usr/share/themes
– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
|
show 3 more comments
I've had that issue with other versions of Ubuntu. I had similar Theme issues after upgrading to 18.04.
Change the icon theme. You can do this with Gnome Tweaks.
It's not installed by default. Install it with:
$ apt install gnome-tweak
From there click on Appearance -> (click) Icons. Then select a different theme.
I've seen occasions where changing to a different theme and changing back sometimes resolved a glitch that was happening with the current preferred theme.
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
Thegnome-tweaktool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme:gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme'I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command:ls /usr/share/themes
– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
|
show 3 more comments
I've had that issue with other versions of Ubuntu. I had similar Theme issues after upgrading to 18.04.
Change the icon theme. You can do this with Gnome Tweaks.
It's not installed by default. Install it with:
$ apt install gnome-tweak
From there click on Appearance -> (click) Icons. Then select a different theme.
I've seen occasions where changing to a different theme and changing back sometimes resolved a glitch that was happening with the current preferred theme.
I've had that issue with other versions of Ubuntu. I had similar Theme issues after upgrading to 18.04.
Change the icon theme. You can do this with Gnome Tweaks.
It's not installed by default. Install it with:
$ apt install gnome-tweak
From there click on Appearance -> (click) Icons. Then select a different theme.
I've seen occasions where changing to a different theme and changing back sometimes resolved a glitch that was happening with the current preferred theme.
answered Apr 28 '18 at 19:36
L. D. JamesL. D. James
18.9k43889
18.9k43889
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
Thegnome-tweaktool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme:gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme'I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command:ls /usr/share/themes
– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
|
show 3 more comments
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
Thegnome-tweaktool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme:gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme'I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command:ls /usr/share/themes
– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
I really don't like installing another software just because of that. I installed Ubuntu 18.04 on two laptops and I got this problem on both of them.
– Dante
Apr 28 '18 at 19:46
1
1
The
gnome-tweak tool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme: gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme' I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command: ls /usr/share/themes– L. D. James
Apr 28 '18 at 19:50
The
gnome-tweak tool is a significant part of the gnome environment. You can alternatively change the theme and icons from the commandline. This is the commandline for changing the icon theme: gsettings set org.gnome.desktop.interface icon-theme 'YourIconTheme' I understand the thought of installing other applications, but in this case, this tool really is a significant part of the environment. I'm really surprised it wasn't installed by default. You can view the themes with this command: ls /usr/share/themes– L. D. James
Apr 28 '18 at 19:50
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I see but I think the developers should fix this problem :-)
– Dante
Apr 28 '18 at 19:54
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
I installed Gnome Tweaks and only Breeze icon theme works! Unfortunately I don't like it :-)
– Dante
Apr 28 '18 at 19:57
1
1
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
They will. To me, they are good for listening to bug reports and feature request. Put in a feature request at Bug reports and Feature request. I'm sorry that you don't like the first choice you see. But I'm glad it works. You might also try a few different Application Themes and Icon Themes. Did you try the Adwaita theme?
– L. D. James
Apr 28 '18 at 19:59
|
show 3 more comments
I had this issue, along with a very slow internet connection - due to the fact that I had used expressvpn, and I recently uninstalled it.
The problem was that uninstalling with apt remove expressvpn didn't clean up after it completely, so I still had a broken expressvpn service trying to run in systemd.
After I ran apt purge expressvpn, everything started working nicely, and the questionmark over my WiFi icon is gone.
add a comment |
I had this issue, along with a very slow internet connection - due to the fact that I had used expressvpn, and I recently uninstalled it.
The problem was that uninstalling with apt remove expressvpn didn't clean up after it completely, so I still had a broken expressvpn service trying to run in systemd.
After I ran apt purge expressvpn, everything started working nicely, and the questionmark over my WiFi icon is gone.
add a comment |
I had this issue, along with a very slow internet connection - due to the fact that I had used expressvpn, and I recently uninstalled it.
The problem was that uninstalling with apt remove expressvpn didn't clean up after it completely, so I still had a broken expressvpn service trying to run in systemd.
After I ran apt purge expressvpn, everything started working nicely, and the questionmark over my WiFi icon is gone.
I had this issue, along with a very slow internet connection - due to the fact that I had used expressvpn, and I recently uninstalled it.
The problem was that uninstalling with apt remove expressvpn didn't clean up after it completely, so I still had a broken expressvpn service trying to run in systemd.
After I ran apt purge expressvpn, everything started working nicely, and the questionmark over my WiFi icon is gone.
answered Aug 22 '18 at 20:39
ZoltánZoltán
2501216
2501216
add a comment |
add a comment |
I have the exact same problem, but it is sporadic: The icon is fine most of the time, except after some events, e.g. installing updates, it turns into a question mark, while the connection is still fine.
Rebooting works, sure, but I don't have the patience for that. OTOH, restarting the network manager seems to do the trick in most cases:
sudo service network-manager restart
Hope this helps to someone!
add a comment |
I have the exact same problem, but it is sporadic: The icon is fine most of the time, except after some events, e.g. installing updates, it turns into a question mark, while the connection is still fine.
Rebooting works, sure, but I don't have the patience for that. OTOH, restarting the network manager seems to do the trick in most cases:
sudo service network-manager restart
Hope this helps to someone!
add a comment |
I have the exact same problem, but it is sporadic: The icon is fine most of the time, except after some events, e.g. installing updates, it turns into a question mark, while the connection is still fine.
Rebooting works, sure, but I don't have the patience for that. OTOH, restarting the network manager seems to do the trick in most cases:
sudo service network-manager restart
Hope this helps to someone!
I have the exact same problem, but it is sporadic: The icon is fine most of the time, except after some events, e.g. installing updates, it turns into a question mark, while the connection is still fine.
Rebooting works, sure, but I don't have the patience for that. OTOH, restarting the network manager seems to do the trick in most cases:
sudo service network-manager restart
Hope this helps to someone!
answered 1 hour ago
EQrqtzeEQrqtze
461
461
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029361%2fquestion-mark-icon-instead-of-wifi-icon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See this bugreport - first seen on Ubuntu 14.10. Is it related to your issue? Could you add screenshot to your question?
– N0rbert
Apr 28 '18 at 19:34