Purge snapd does not delete package files
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
-1
down vote
favorite
I removed snapd
from my computer by following the instructions at https://ubuntuforums.org/showthread.php?t=2328152:
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
However, my system is still full of files and directories that are related (I think) to the snapd
package, as you can see from the result of locate snapd
.
I have 2 questions:
- Why didn't
apt purge
get rid of all these files? Is it safe to remove them, or are some of these being used by the system or by some other package? If so, how can I find out?
/etc/apparmor.d/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/cache/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/cache/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/local/usr.lib.snapd.snap-confine.real
/etc/systemd/system/multi-user.target.wants/snapd.autoimport.service
/etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service
/etc/systemd/system/multi-user.target.wants/snapd.service
/etc/systemd/system/sockets.target.wants/snapd.socket
/etc/systemd/system/timers.target.wants/snapd.refresh.timer
/etc/systemd/system/timers.target.wants/snapd.snap-repair.timer
/lib/systemd/system/snapd.autoimport.service
/lib/systemd/system/snapd.core-fixup.service
/lib/systemd/system/snapd.refresh.service
/lib/systemd/system/snapd.refresh.timer
/lib/systemd/system/snapd.service /lib/systemd/system/snapd.snap-repair.service /lib/systemd/system/snapd.snap-repair.timer
/lib/systemd/system/snapd.socket /lib/systemd/system/snapd.system-shutdown.service /lib/udev/rules.d/66-snapd-autoimport.rules
/usr/lib/snapd /usr/lib/snapd-glib
/usr/lib/snapd-glib/snapd-login-service
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1.0.0
/usr/share/doc/libsnapd-glib1
/usr/share/doc/snapd
/usr/share/doc/snapd-login-service
/usr/share/doc/libsnapd-glib1/changelog.Debian.gz
/usr/share/doc/libsnapd-glib1/copyright
/usr/share/doc/snapd-login-service/changelog.Debian.gz
/usr/share/doc/snapd-login-service/copyright
/usr/share/polkit-1/actions/io.snapcraft.snapd.policy
/var/cache/snapd /var/cache/apt/archives/snapd_2.29.4.2_amd64.deb
/var/lib/snapd
/var/lib/dpkg/info/libsnapd-glib1:amd64.list
/var/lib/dpkg/info/libsnapd-glib1:amd64.md5sums
/var/lib/dpkg/info/libsnapd-glib1:amd64.shlibs
/var/lib/dpkg/info/libsnapd-glib1:amd64.symbols
/var/lib/dpkg/info/libsnapd-glib1:amd64.triggers
/var/lib/dpkg/info/snapd-login-service.conffiles
/var/lib/dpkg/info/snapd-login-service.list
/var/lib/dpkg/info/snapd-login-service.md5sums
/var/lib/dpkg/info/snapd.conffiles
/var/lib/dpkg/info/snapd.list
/var/lib/dpkg/info/snapd.md5sums
/var/lib/dpkg/info/snapd.postinst
/var/lib/dpkg/info/snapd.postrm
/var/lib/dpkg/info/snapd.preinst
/var/lib/dpkg/info/snapd.prerm
/var/lib/systemd/deb-systemd-helper-enabled/snapd.autoimport.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.core-fixup.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.refresh.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.snap-repair.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.socket.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.system-shutdown.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.autoimport.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.core-fixup.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.service
/var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/snapd.socket
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.refresh.timer
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.snap-repair.timer
/var/lib/systemd/timers/stamp-snapd.refresh.timer
apt snap purge
add a comment |Â
up vote
-1
down vote
favorite
I removed snapd
from my computer by following the instructions at https://ubuntuforums.org/showthread.php?t=2328152:
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
However, my system is still full of files and directories that are related (I think) to the snapd
package, as you can see from the result of locate snapd
.
I have 2 questions:
- Why didn't
apt purge
get rid of all these files? Is it safe to remove them, or are some of these being used by the system or by some other package? If so, how can I find out?
/etc/apparmor.d/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/cache/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/cache/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/local/usr.lib.snapd.snap-confine.real
/etc/systemd/system/multi-user.target.wants/snapd.autoimport.service
/etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service
/etc/systemd/system/multi-user.target.wants/snapd.service
/etc/systemd/system/sockets.target.wants/snapd.socket
/etc/systemd/system/timers.target.wants/snapd.refresh.timer
/etc/systemd/system/timers.target.wants/snapd.snap-repair.timer
/lib/systemd/system/snapd.autoimport.service
/lib/systemd/system/snapd.core-fixup.service
/lib/systemd/system/snapd.refresh.service
/lib/systemd/system/snapd.refresh.timer
/lib/systemd/system/snapd.service /lib/systemd/system/snapd.snap-repair.service /lib/systemd/system/snapd.snap-repair.timer
/lib/systemd/system/snapd.socket /lib/systemd/system/snapd.system-shutdown.service /lib/udev/rules.d/66-snapd-autoimport.rules
/usr/lib/snapd /usr/lib/snapd-glib
/usr/lib/snapd-glib/snapd-login-service
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1.0.0
/usr/share/doc/libsnapd-glib1
/usr/share/doc/snapd
/usr/share/doc/snapd-login-service
/usr/share/doc/libsnapd-glib1/changelog.Debian.gz
/usr/share/doc/libsnapd-glib1/copyright
/usr/share/doc/snapd-login-service/changelog.Debian.gz
/usr/share/doc/snapd-login-service/copyright
/usr/share/polkit-1/actions/io.snapcraft.snapd.policy
/var/cache/snapd /var/cache/apt/archives/snapd_2.29.4.2_amd64.deb
/var/lib/snapd
/var/lib/dpkg/info/libsnapd-glib1:amd64.list
/var/lib/dpkg/info/libsnapd-glib1:amd64.md5sums
/var/lib/dpkg/info/libsnapd-glib1:amd64.shlibs
/var/lib/dpkg/info/libsnapd-glib1:amd64.symbols
/var/lib/dpkg/info/libsnapd-glib1:amd64.triggers
/var/lib/dpkg/info/snapd-login-service.conffiles
/var/lib/dpkg/info/snapd-login-service.list
/var/lib/dpkg/info/snapd-login-service.md5sums
/var/lib/dpkg/info/snapd.conffiles
/var/lib/dpkg/info/snapd.list
/var/lib/dpkg/info/snapd.md5sums
/var/lib/dpkg/info/snapd.postinst
/var/lib/dpkg/info/snapd.postrm
/var/lib/dpkg/info/snapd.preinst
/var/lib/dpkg/info/snapd.prerm
/var/lib/systemd/deb-systemd-helper-enabled/snapd.autoimport.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.core-fixup.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.refresh.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.snap-repair.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.socket.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.system-shutdown.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.autoimport.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.core-fixup.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.service
/var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/snapd.socket
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.refresh.timer
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.snap-repair.timer
/var/lib/systemd/timers/stamp-snapd.refresh.timer
apt snap purge
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I removed snapd
from my computer by following the instructions at https://ubuntuforums.org/showthread.php?t=2328152:
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
However, my system is still full of files and directories that are related (I think) to the snapd
package, as you can see from the result of locate snapd
.
I have 2 questions:
- Why didn't
apt purge
get rid of all these files? Is it safe to remove them, or are some of these being used by the system or by some other package? If so, how can I find out?
/etc/apparmor.d/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/cache/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/cache/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/local/usr.lib.snapd.snap-confine.real
/etc/systemd/system/multi-user.target.wants/snapd.autoimport.service
/etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service
/etc/systemd/system/multi-user.target.wants/snapd.service
/etc/systemd/system/sockets.target.wants/snapd.socket
/etc/systemd/system/timers.target.wants/snapd.refresh.timer
/etc/systemd/system/timers.target.wants/snapd.snap-repair.timer
/lib/systemd/system/snapd.autoimport.service
/lib/systemd/system/snapd.core-fixup.service
/lib/systemd/system/snapd.refresh.service
/lib/systemd/system/snapd.refresh.timer
/lib/systemd/system/snapd.service /lib/systemd/system/snapd.snap-repair.service /lib/systemd/system/snapd.snap-repair.timer
/lib/systemd/system/snapd.socket /lib/systemd/system/snapd.system-shutdown.service /lib/udev/rules.d/66-snapd-autoimport.rules
/usr/lib/snapd /usr/lib/snapd-glib
/usr/lib/snapd-glib/snapd-login-service
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1.0.0
/usr/share/doc/libsnapd-glib1
/usr/share/doc/snapd
/usr/share/doc/snapd-login-service
/usr/share/doc/libsnapd-glib1/changelog.Debian.gz
/usr/share/doc/libsnapd-glib1/copyright
/usr/share/doc/snapd-login-service/changelog.Debian.gz
/usr/share/doc/snapd-login-service/copyright
/usr/share/polkit-1/actions/io.snapcraft.snapd.policy
/var/cache/snapd /var/cache/apt/archives/snapd_2.29.4.2_amd64.deb
/var/lib/snapd
/var/lib/dpkg/info/libsnapd-glib1:amd64.list
/var/lib/dpkg/info/libsnapd-glib1:amd64.md5sums
/var/lib/dpkg/info/libsnapd-glib1:amd64.shlibs
/var/lib/dpkg/info/libsnapd-glib1:amd64.symbols
/var/lib/dpkg/info/libsnapd-glib1:amd64.triggers
/var/lib/dpkg/info/snapd-login-service.conffiles
/var/lib/dpkg/info/snapd-login-service.list
/var/lib/dpkg/info/snapd-login-service.md5sums
/var/lib/dpkg/info/snapd.conffiles
/var/lib/dpkg/info/snapd.list
/var/lib/dpkg/info/snapd.md5sums
/var/lib/dpkg/info/snapd.postinst
/var/lib/dpkg/info/snapd.postrm
/var/lib/dpkg/info/snapd.preinst
/var/lib/dpkg/info/snapd.prerm
/var/lib/systemd/deb-systemd-helper-enabled/snapd.autoimport.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.core-fixup.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.refresh.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.snap-repair.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.socket.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.system-shutdown.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.autoimport.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.core-fixup.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.service
/var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/snapd.socket
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.refresh.timer
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.snap-repair.timer
/var/lib/systemd/timers/stamp-snapd.refresh.timer
apt snap purge
I removed snapd
from my computer by following the instructions at https://ubuntuforums.org/showthread.php?t=2328152:
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
However, my system is still full of files and directories that are related (I think) to the snapd
package, as you can see from the result of locate snapd
.
I have 2 questions:
- Why didn't
apt purge
get rid of all these files? Is it safe to remove them, or are some of these being used by the system or by some other package? If so, how can I find out?
/etc/apparmor.d/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/cache/snap.core.3887.usr.lib.snapd.snap-confine
/etc/apparmor.d/cache/usr.lib.snapd.snap-confine.real
/etc/apparmor.d/local/usr.lib.snapd.snap-confine.real
/etc/systemd/system/multi-user.target.wants/snapd.autoimport.service
/etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service
/etc/systemd/system/multi-user.target.wants/snapd.service
/etc/systemd/system/sockets.target.wants/snapd.socket
/etc/systemd/system/timers.target.wants/snapd.refresh.timer
/etc/systemd/system/timers.target.wants/snapd.snap-repair.timer
/lib/systemd/system/snapd.autoimport.service
/lib/systemd/system/snapd.core-fixup.service
/lib/systemd/system/snapd.refresh.service
/lib/systemd/system/snapd.refresh.timer
/lib/systemd/system/snapd.service /lib/systemd/system/snapd.snap-repair.service /lib/systemd/system/snapd.snap-repair.timer
/lib/systemd/system/snapd.socket /lib/systemd/system/snapd.system-shutdown.service /lib/udev/rules.d/66-snapd-autoimport.rules
/usr/lib/snapd /usr/lib/snapd-glib
/usr/lib/snapd-glib/snapd-login-service
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1.0.0
/usr/share/doc/libsnapd-glib1
/usr/share/doc/snapd
/usr/share/doc/snapd-login-service
/usr/share/doc/libsnapd-glib1/changelog.Debian.gz
/usr/share/doc/libsnapd-glib1/copyright
/usr/share/doc/snapd-login-service/changelog.Debian.gz
/usr/share/doc/snapd-login-service/copyright
/usr/share/polkit-1/actions/io.snapcraft.snapd.policy
/var/cache/snapd /var/cache/apt/archives/snapd_2.29.4.2_amd64.deb
/var/lib/snapd
/var/lib/dpkg/info/libsnapd-glib1:amd64.list
/var/lib/dpkg/info/libsnapd-glib1:amd64.md5sums
/var/lib/dpkg/info/libsnapd-glib1:amd64.shlibs
/var/lib/dpkg/info/libsnapd-glib1:amd64.symbols
/var/lib/dpkg/info/libsnapd-glib1:amd64.triggers
/var/lib/dpkg/info/snapd-login-service.conffiles
/var/lib/dpkg/info/snapd-login-service.list
/var/lib/dpkg/info/snapd-login-service.md5sums
/var/lib/dpkg/info/snapd.conffiles
/var/lib/dpkg/info/snapd.list
/var/lib/dpkg/info/snapd.md5sums
/var/lib/dpkg/info/snapd.postinst
/var/lib/dpkg/info/snapd.postrm
/var/lib/dpkg/info/snapd.preinst
/var/lib/dpkg/info/snapd.prerm
/var/lib/systemd/deb-systemd-helper-enabled/snapd.autoimport.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.core-fixup.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.refresh.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.snap-repair.timer.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.socket.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/snapd.system-shutdown.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.autoimport.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.core-fixup.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snapd.service
/var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/snapd.socket
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.refresh.timer
/var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/snapd.snap-repair.timer
/var/lib/systemd/timers/stamp-snapd.refresh.timer
apt snap purge
apt snap purge
asked Feb 2 at 19:02
Matteo
69241220
69241220
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The packaging system (dpkg) does not remove dfiles created outside of the packaging system, generally. Most of the files you're referencing here were generated when installing snaps on your system. However, it appears you do still have the snapd
package installed, along with libsnapd-glib1
and snapd-login-service
.
Try sudo apt-get autoremove --purge libsnapd-glib1 snapd
to remove them.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The packaging system (dpkg) does not remove dfiles created outside of the packaging system, generally. Most of the files you're referencing here were generated when installing snaps on your system. However, it appears you do still have the snapd
package installed, along with libsnapd-glib1
and snapd-login-service
.
Try sudo apt-get autoremove --purge libsnapd-glib1 snapd
to remove them.
add a comment |Â
up vote
0
down vote
The packaging system (dpkg) does not remove dfiles created outside of the packaging system, generally. Most of the files you're referencing here were generated when installing snaps on your system. However, it appears you do still have the snapd
package installed, along with libsnapd-glib1
and snapd-login-service
.
Try sudo apt-get autoremove --purge libsnapd-glib1 snapd
to remove them.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The packaging system (dpkg) does not remove dfiles created outside of the packaging system, generally. Most of the files you're referencing here were generated when installing snaps on your system. However, it appears you do still have the snapd
package installed, along with libsnapd-glib1
and snapd-login-service
.
Try sudo apt-get autoremove --purge libsnapd-glib1 snapd
to remove them.
The packaging system (dpkg) does not remove dfiles created outside of the packaging system, generally. Most of the files you're referencing here were generated when installing snaps on your system. However, it appears you do still have the snapd
package installed, along with libsnapd-glib1
and snapd-login-service
.
Try sudo apt-get autoremove --purge libsnapd-glib1 snapd
to remove them.
answered Feb 2 at 19:28
dobey
32k33585
32k33585
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002447%2fpurge-snapd-does-not-delete-package-files%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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