Comment 16 for bug 1767468

Revision history for this message
Brian Murray (brian-murray) wrote :

The mentioned file,/etc/X11/Xsession.d/50_check_unity_support, should only run on systems using Xubuntu. Is that what everyone is using?

Additionally, I tried to recreate this by uninstalling unity but unity_support_test still passes for me.

[ 1:24PM 10282 ] [ bdmurray@impulse:~/source-trees/metarelease/ubuntu ]
 $ /usr/lib/nux/unity_support_test; echo $?
0
[ 1:24PM 10283 ] [ bdmurray@impulse:~/source-trees/metarelease/ubuntu ]
[ 1:24PM 10285 ] [ bdmurray@impulse:~/source-trees/metarelease/ubuntu ]
 $ sudo apt-get remove unity
[sudo] password for bdmurray:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gtk3-nocsd libgtk3-nocsd0 python3-feedparser session-shortcuts unity-scope-calculator unity-scope-chromiumbookmarks unity-scope-colourlovers
  unity-scope-devhelp unity-scope-firefoxbookmarks unity-scope-home unity-scope-manpages unity-scope-openclipart unity-scope-texdoc
  unity-scope-virtualbox unity-scope-yelp unity-scope-zotero unity-scopes-master-default
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  unity unity-session unity-tweak-tool
0 upgraded, 0 newly installed, 3 to remove and 13 not upgraded.
After this operation, 9,766 kB disk space will be freed.
Do you want to continue? [Y/n] Y
[ 1:25PM 10286 ] [ bdmurray@impulse:~/source-trees/metarelease/ubuntu ]
 $ /usr/lib/nux/unity_support_test; echo $?
0

Is the unity_support_test failing for you all?