I made 'd' (and a couple of other temporary variables) local to avoid this issue. Uploaded to groovy.
** Changed in: im-config (Ubuntu) Status: New => Fix Committed ** Changed in: im-config (Ubuntu) Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to im-config in Ubuntu. https://bugs.launchpad.net/bugs/1877627 Title: /etc/default/im-config leaves temporary variables fixed in environment Status in im-config package in Ubuntu: Fix Committed Bug description: Ubuntu 18.04 im-config 0.34-1ubuntu1.3 You can reproduce the issue following these steps: - Open a X terminal - echo $d - Returns "GNOME" The source is this line in /etc/default/im-config: for d in 'Unity' 'MATE' 'GNOME'; do the temporary variable d gets fixed in the environment variables. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1877627/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp