You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#bug #crash-because-of-building-remains
After doing some work with AppImage/dpkg-buildpackage/dh_* I found that all the ICE version can't work because of
the availability of /tmp/.ICE-unix files.
Also on my mypc PC I found this path in env. var. SESSION_MANAGER=local/mypc:@/tmp/.ICE-unix/2709,unix/mypc:/tmp/.ICE-unix/2709
So to address future ICE and ICE fork makers I like to advice them to look how to clear path/env inside packages:
#bug #crash-because-of-building-remains
After doing some work with AppImage/dpkg-buildpackage/dh_* I found that all the ICE version can't work because of
the availability of /tmp/.ICE-unix files.
Also on my
mypc
PC I found this path in env. var. SESSION_MANAGER=local/mypc:@/tmp/.ICE-unix/2709,unix/mypc:/tmp/.ICE-unix/2709So to address future ICE and ICE fork makers I like to advice them to look how to clear path/env inside packages:
export SESSION_MANAGER=local/mypc && sudo rm -rf /tmp/.ICE-unix
The text was updated successfully, but these errors were encountered: