Gdm3 not properly setting HOME variableWhy is $HOME being set incorrectlyUbuntu One directory location on WindowsSetting the /home partition in a drive through a LANProperly modify home dirCan not access Home directoryUnable to switch to gdm3 in17.04Can't switch to gdm3 using sudo dpkg-reconfigure gdm3Is gdm3 preferred to lightdm?
Why don't we shield existing CPUs from radiation instead of designing new ones?
20 cards with no Set
Why are the connecting flights within Azores free?
Why do new jet engines cost billions to design?
Is there any math conjecture that would make a lot of damage if disproven?
Why in the world would the tab on a TO-220 package have a connection to anything (but GND, if applicable)?
Area of diagonal-folded regular polygon
Why do the Rebels probe the section of the shield within the gate?
Why can "bubo" ("owl") be feminine or masculine?
In TDD, should I add unit tests to refactored code?
Does the sun cross other spiral arms in its movement around the galaxy's center?
Is using RSA with SHA-1 considered as secure as HMAC-SHA-1?
How to react to unfair reviewer comments?
What is smallest addressable value in an octal number called?
Intonation of string instruments in chamber music
Continuous functions taking uncountably many values countably often
What does buying a wish in Sega's Aladdin do?
Why is super hero technology never used by civilians?
A feasible and efficient method of fast global travel?
Can I land my aircraft on the grass next to the runway at a public airport?
Are results that are derived simply by having more computational power publishable?
Monoids of endomorphisms of nonisomorphic groups
Caesar cipher implementation in c++
How can a person Insulate copper wire in a medieval world?
Gdm3 not properly setting HOME variable
Why is $HOME being set incorrectlyUbuntu One directory location on WindowsSetting the /home partition in a drive through a LANProperly modify home dirCan not access Home directoryUnable to switch to gdm3 in17.04Can't switch to gdm3 using sudo dpkg-reconfigure gdm3Is gdm3 preferred to lightdm?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am stuck in a login loop and I think part of the problem may be that the HOME
variable is being set to /usr/local/gradle
which does not exist.
lab /usr/lib/gdm3/gdm-x-session[9145]:
dbus-update-activation-environment: setting HOME=/usr/local/gradle
This happens every time I restart my system and attempt to login.
What gdm3
script is doing this? Should I edit it to fix this particular issue?
THanks
home-directory display-manager
add a comment
|
I am stuck in a login loop and I think part of the problem may be that the HOME
variable is being set to /usr/local/gradle
which does not exist.
lab /usr/lib/gdm3/gdm-x-session[9145]:
dbus-update-activation-environment: setting HOME=/usr/local/gradle
This happens every time I restart my system and attempt to login.
What gdm3
script is doing this? Should I edit it to fix this particular issue?
THanks
home-directory display-manager
Oddly similar but withlightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though
– steeldriver
Aug 12 at 12:33
add a comment
|
I am stuck in a login loop and I think part of the problem may be that the HOME
variable is being set to /usr/local/gradle
which does not exist.
lab /usr/lib/gdm3/gdm-x-session[9145]:
dbus-update-activation-environment: setting HOME=/usr/local/gradle
This happens every time I restart my system and attempt to login.
What gdm3
script is doing this? Should I edit it to fix this particular issue?
THanks
home-directory display-manager
I am stuck in a login loop and I think part of the problem may be that the HOME
variable is being set to /usr/local/gradle
which does not exist.
lab /usr/lib/gdm3/gdm-x-session[9145]:
dbus-update-activation-environment: setting HOME=/usr/local/gradle
This happens every time I restart my system and attempt to login.
What gdm3
script is doing this? Should I edit it to fix this particular issue?
THanks
home-directory display-manager
home-directory display-manager
edited Aug 17 at 8:32
Levis Agaba
asked Aug 12 at 7:10
Levis AgabaLevis Agaba
12 bronze badges
12 bronze badges
Oddly similar but withlightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though
– steeldriver
Aug 12 at 12:33
add a comment
|
Oddly similar but withlightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though
– steeldriver
Aug 12 at 12:33
Oddly similar but with
lightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though– steeldriver
Aug 12 at 12:33
Oddly similar but with
lightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though– steeldriver
Aug 12 at 12:33
add a comment
|
1 Answer
1
active
oldest
votes
Tried export HOME=/home/levis
But running $ env
always showed HOME=/usr/local/gradle
So navigated to /etc and ran;
$ sudo grep -rnw $PWD -e gradle
Which produced;
/etc/profile.d/gradle.sh:1:export GRADLE HOME=/usr/local/gradle
I suppose they meant to write GRADLE_HOME
What a typo!
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165100%2fgdm3-not-properly-setting-home-variable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Tried export HOME=/home/levis
But running $ env
always showed HOME=/usr/local/gradle
So navigated to /etc and ran;
$ sudo grep -rnw $PWD -e gradle
Which produced;
/etc/profile.d/gradle.sh:1:export GRADLE HOME=/usr/local/gradle
I suppose they meant to write GRADLE_HOME
What a typo!
add a comment
|
Tried export HOME=/home/levis
But running $ env
always showed HOME=/usr/local/gradle
So navigated to /etc and ran;
$ sudo grep -rnw $PWD -e gradle
Which produced;
/etc/profile.d/gradle.sh:1:export GRADLE HOME=/usr/local/gradle
I suppose they meant to write GRADLE_HOME
What a typo!
add a comment
|
Tried export HOME=/home/levis
But running $ env
always showed HOME=/usr/local/gradle
So navigated to /etc and ran;
$ sudo grep -rnw $PWD -e gradle
Which produced;
/etc/profile.d/gradle.sh:1:export GRADLE HOME=/usr/local/gradle
I suppose they meant to write GRADLE_HOME
What a typo!
Tried export HOME=/home/levis
But running $ env
always showed HOME=/usr/local/gradle
So navigated to /etc and ran;
$ sudo grep -rnw $PWD -e gradle
Which produced;
/etc/profile.d/gradle.sh:1:export GRADLE HOME=/usr/local/gradle
I suppose they meant to write GRADLE_HOME
What a typo!
answered Aug 16 at 21:03
Levis AgabaLevis Agaba
12 bronze badges
12 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165100%2fgdm3-not-properly-setting-home-variable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Oddly similar but with
lightdm
: Why is $HOME being set incorrectly - I'm unsure why the accepted answer worked though– steeldriver
Aug 12 at 12:33