Firefox Developer Edition only updates/runs on one accountFirefox 4 and Firefox 3.6, users cannot start Firefox 3.6Strange update: “Safe and Easy Web Browser from Mozilla firefox”I can only install Firefox Developer EditionFirefox always crash on startup after last updatesHow to prevent Firefox updates per app version (preferences outside of profile folder)?Firefox Developer Edition fails to update itself automatically although the settings show I allowed it to automatically install updatesI maybe have 2 versions of Firefox, and i want to get rid of one of them
What's wrong with this proof of almost sure limits?
Computationally expensive AI techniques (that are promising!)
Can't delete polygon
How do Precipitation Reactions behave in the Absence of Gravity?
Is velocity a valid measure of team and process improvement?
meaning of 'off one's brake fluid'
What is the sum of the reciprocals of the squares of the hypotenuse of all Pythagorean triangles?
Is exploit-free software possible?
How does AT-AT deploy troops?
Asking my PhD advisor for a postdoc position. Is it bad to appear desperate?
Create a program that prints the amount of characters it has, in words
Is there a problem using A LOT of locks in a process?
What game(s) does Michael play in Mind Field S2E4?
What to do with developers who don't follow requirements?
Do animals summoned by the Conjure Animals spell get extra HP from Circle of the Shepherd's Spirit Totem ability?
The behavior of the auxiliary carry flag in subtraction on Intel 8080
Run "cd" command as superuser in Linux
How do I build a kernel using patches from LKML?
who is the owner of Loan money paid back to bank
Building a phone charger 500 years ago
Is Dom based XSS still a valid security concern in modern browsers?
Hell0 W0rld! scored by ASCII values
Non-differentiable Lipschitz functions
Why is the past tense of vomit generally spelled 'vomited' rather than 'vomitted'?
Firefox Developer Edition only updates/runs on one account
Firefox 4 and Firefox 3.6, users cannot start Firefox 3.6Strange update: “Safe and Easy Web Browser from Mozilla firefox”I can only install Firefox Developer EditionFirefox always crash on startup after last updatesHow to prevent Firefox updates per app version (preferences outside of profile folder)?Firefox Developer Edition fails to update itself automatically although the settings show I allowed it to automatically install updatesI maybe have 2 versions of Firefox, and i want to get rid of one of them
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have two users: A and B. I installed Firefox Dev Edition on Account A. When Firefox needs to update, it won't run on B until I log in as user A and start it, at which point it updates automatically. Then it will run for user B as well. How can I fix this? Both users are admins.
updates firefox sudo
add a comment
|
I have two users: A and B. I installed Firefox Dev Edition on Account A. When Firefox needs to update, it won't run on B until I log in as user A and start it, at which point it updates automatically. Then it will run for user B as well. How can I fix this? Both users are admins.
updates firefox sudo
1
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05
add a comment
|
I have two users: A and B. I installed Firefox Dev Edition on Account A. When Firefox needs to update, it won't run on B until I log in as user A and start it, at which point it updates automatically. Then it will run for user B as well. How can I fix this? Both users are admins.
updates firefox sudo
I have two users: A and B. I installed Firefox Dev Edition on Account A. When Firefox needs to update, it won't run on B until I log in as user A and start it, at which point it updates automatically. Then it will run for user B as well. How can I fix this? Both users are admins.
updates firefox sudo
updates firefox sudo
asked Jun 6 at 18:25
ArtemmmArtemmm
1013 bronze badges
1013 bronze badges
1
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05
add a comment
|
1
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05
1
1
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05
add a comment
|
1 Answer
1
active
oldest
votes
Changing the ownership of update files and firefox binary and some group permissions solved the problem. My mistake was I was looking at the permissions of a symlink.
Looking at the permissions in /opt/firefox, the installer had configured everything as userA userA.
Edit: the problem persists.
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%2f1149154%2ffirefox-developer-edition-only-updates-runs-on-one-account%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
Changing the ownership of update files and firefox binary and some group permissions solved the problem. My mistake was I was looking at the permissions of a symlink.
Looking at the permissions in /opt/firefox, the installer had configured everything as userA userA.
Edit: the problem persists.
add a comment
|
Changing the ownership of update files and firefox binary and some group permissions solved the problem. My mistake was I was looking at the permissions of a symlink.
Looking at the permissions in /opt/firefox, the installer had configured everything as userA userA.
Edit: the problem persists.
add a comment
|
Changing the ownership of update files and firefox binary and some group permissions solved the problem. My mistake was I was looking at the permissions of a symlink.
Looking at the permissions in /opt/firefox, the installer had configured everything as userA userA.
Edit: the problem persists.
Changing the ownership of update files and firefox binary and some group permissions solved the problem. My mistake was I was looking at the permissions of a symlink.
Looking at the permissions in /opt/firefox, the installer had configured everything as userA userA.
Edit: the problem persists.
edited Jun 8 at 0:54
answered Jun 7 at 17:27
ArtemmmArtemmm
1013 bronze badges
1013 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%2f1149154%2ffirefox-developer-edition-only-updates-runs-on-one-account%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
1
when you say "it won't run on B" are you referring to updates or to the application itself? (Does the application fail to launch under user B?) In either case this seems like a permissions issue if one user can do a task but not another. It would only take one file with an incorrect permission to halt a process that needs it. Since it's the dev edition it's not without reason that there may be a bug of this nature -- for example, User A installed the software and the installer generated a config file that is needed to run the updates and it is rw------- but should be rw-r--r--
– Nmath
Jun 6 at 18:36
The application won't run. That was my thought as well, but so far I haven't been able to find where the permission discrepancy is. Maybe someone's run into this before
– Artemmm
Jun 6 at 18:39
The stack trace shows a lot of permission errors but I can't track down what the cause is
– Artemmm
Jun 6 at 19:05