How to remove the pop up window?

Asked by shenmeijie

I've tried to experience Elementary themes an terminals on my Ubuntu 14.04.

After I installed some programs, there were always a pop-up windows asking me to download Elementary OS, and it crashed immediately. So I can do nothing with it, it takes a lot of places in my screen and drives me mad!

Apologies if I offended somewhere. How can I remove the pop-up window?

I've tried to remove all the things from Elementary OS by PPA-PURGE, and reinstall the Unity, but both didn't work. And I can't decide which job drive the pop-up window.

Can you help me?

Question information

Language:
English Edit question
Status:
Expired
For:
elementary OS Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cameron Norman (cameronnemo) said :
#2

You can change the default browser's home page for the second issue (the elementary homepage is just the default home page for the browser).

Revision history for this message
shenmeijie (shenmeijie93) said :
#3

It seems like someone executing this:

sh -c captive-login 2>/dev/null || sensible-browser start.elementary.org 2>/dev/null

So changing the homepage didn't work.

Thank you for reply as well!

Revision history for this message
shenmeijie (shenmeijie93) said :
#4

I have changed the /usr/bin/captive-login with a Shell Script, and it's content is

#! /bin/bash
exit

The popup window didn't appear anymore, and it didn't use sensible browser to open start.elementary.org as well.

There's also some problems about it:

1.Which program execute the captive-login?

2.Why does captive-login behaived like that? Is that a bug?

Revision history for this message
Cameron Norman (cameronnemo) said :
#5

captive-login is executed by Network Manager.

This is most likely a bug. Could you paste the output of `grep CapNetAssist /var/log/syslog` please?

Revision history for this message
shenmeijie (shenmeijie93) said :
#6

Here is the piece of my system log, I cut it continuously that I think it's more helpful.

Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> VPN connection '3FEETQSNODIRT,ONLY1' (IP4 Config Get) reply received from old-style plugin.
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> VPN Gateway:***.***.***.***
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Tunnel Device: ppp0
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> IPv4 configuration:
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Internal Address:***.***.***.***
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Internal Prefix: 32
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Internal Point-to-Point Address: ***.***.***.***
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Maximum Segment Size (MSS): 0
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Forbid Default Route: no
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Internal DNS: ***.***.***.***
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> Internal DNS: ***.***.***.***
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> DNS Domain: '(none)'
Apr 15 07:36:10 hostname-X811 NetworkManager[984]: <info> No IPv6 configuration
Apr 15 07:36:11 hostname-X811 NetworkManager[984]: <info> VPN connection '3FEETQSNODIRT,ONLY1' (IP Config Get) complete.
Apr 15 07:36:11 hostname-X811 NetworkManager[984]: <info> Policy set '3FEETQSNODIRT,ONLY1' (ppp0) as default for IPv4 routing and DNS.
Apr 15 07:36:11 hostname-X811 NetworkManager[984]: <info> Writing DNS information to /sbin/resolvconf
Apr 15 07:36:11 hostname-X811 dnsmasq[2207]: setting upstream servers from DBus
Apr 15 07:36:11 hostname-X811 dnsmasq[2207]: using nameserver ***.***.***.***#53
Apr 15 07:36:11 hostname-X811 dnsmasq[2207]: using nameserver ***.***.***.***#53
Apr 15 07:36:11 hostname-X811 NetworkManager[984]: <info> VPN plugin state changed: started (4)
Apr 15 07:36:11 hostname-X811 CapNetAssist: DetectCaptivePortal script triggered
Apr 15 07:36:11 hostname-X811 CapNetAssist: Display set
Apr 15 07:36:11 hostname-X811 CapNetAssist: Running browser as 'hostname' to login in captive portal
Apr 15 07:36:11 hostname-X811 CapNetAssist: Running browser as 'hostname' to login in captive portal
Apr 15 07:36:11 hostname-X811 CapNetAssist: Running browser as 'hostname' to login in captive portal
Apr 15 07:36:11 hostname-X811 CapNetAssist: Running browser as 'hostname' to login in captive portal

Revision history for this message
shenmeijie (shenmeijie93) said :
#7

I reinstall the capnet-assist package and remove it, and NetworkManger didn't execute it anymore!

I don't have the package in my system before I reintall it.

Thank your for your reply!

And there's more information about it, someone reports that it only appears on EOS 64-bit.

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.