Closed
Bug 598779
Opened 16 years ago
Closed 15 years ago
Remove start menu directory and safe mode shortcut creation
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b10
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: ddahl, Assigned: robert.strong.bugs)
References
(Blocks 2 open bugs)
Details
(Keywords: relnote, Whiteboard: [softblocker])
Attachments
(1 file)
|
21.89 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
we have added a start in safe mode menu item, but need to patch the installer to not create the directory and safe mode shortcut that sits in the start menu
this is a spin off of bug 542122
| Reporter | ||
Comment 1•16 years ago
|
||
nsis patch is started here: https://bugzilla.mozilla.org/attachment.cgi?id=477147
| Reporter | ||
Updated•16 years ago
|
blocking2.0: --- → ?
| Assignee | ||
Comment 2•16 years ago
|
||
I think this should block final but getting it for beta 7 is a bit risky.
Updated•16 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Comment 3•15 years ago
|
||
We will also need to add a keyboard modifier that, when held, causes Firefox to start in Safe Mode. This functionality already exists on OSX.
Just to confirm, we're not getting rid of the -safe-mode command-line flag right?
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Just to confirm, we're not getting rid of the -safe-mode command-line flag
> right?
Most definitely not, but I don't really consider that a user-friendly way of invoking the mode.
Comment 6•15 years ago
|
||
When Firefox is the default browser, the pinned icon in the start menu (in Vista at least) when right-clicked provides the option of starting in safe mode.
| Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #3)
> We will also need to add a keyboard modifier that, when held, causes Firefox to
> start in Safe Mode. This functionality already exists on OSX.
Filed bug 602562 to add this
(In reply to comment #6)
> When Firefox is the default browser, the pinned icon in the start menu (in
> Vista at least) when right-clicked provides the option of starting in safe
> mode.
That functionality is not present in Windows 7
Depends on: 602562
Comment 8•15 years ago
|
||
(In reply to comment #7)
> (In reply to comment #6)
> > When Firefox is the default browser, the pinned icon in the start menu (in
> > Vista at least) when right-clicked provides the option of starting in safe
> > mode.
> That functionality is not present in Windows 7
That should be handled over here in bug 519985 where its already been discussed to include on jumplist.
| Assignee | ||
Comment 9•15 years ago
|
||
If Firefox is not set as the default it won't be available on Vista and below. I agree it should be added to the jumplist in bug but the point is that adding it to the jumplist won't meet all of the requirements as stated. Let's keep this bug about removing the shortcuts after the requirements have been met.
| Assignee | ||
Comment 10•15 years ago
|
||
Attachment #502856 -
Flags: review?(jmathies)
Updated•15 years ago
|
Whiteboard: [softblocker]
Comment 11•15 years ago
|
||
Comment on attachment 502856 [details] [diff] [review]
patch rev1
Looks good. Are the added ShellLink::SetShortCutWorkingDirectory call required to make this work?
Attachment #502856 -
Flags: review?(jmathies) → review+
Comment 12•15 years ago
|
||
BTW, great idea, the start menu folder is annoying.
| Assignee | ||
Comment 13•15 years ago
|
||
(In reply to comment #11)
> Comment on attachment 502856 [details] [diff] [review]
> patch rev1
>
> Looks good. Are the added ShellLink::SetShortCutWorkingDirectory call required
> to make this work?
Only when $OUTDIR isn't the installation directory... I added those "just in case" and for consistency.
| Assignee | ||
Comment 14•15 years ago
|
||
Pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/48b711ffd411
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Flags: in-litmus?
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b10
Comment 15•15 years ago
|
||
Is this suppose to remove it when we update from a nightly?
| Assignee | ||
Comment 16•15 years ago
|
||
On update, if the start menu directory exists and contains a shortcut (based on the shortcut_log.ini) that points to the install location it creates the new shortcut in the root of the start menu, removes the shortcuts from the directory and if the directory is empty (which it should be) removes the directory.
On install, if the start menu directory exists and contains a shortcut (based on the shortcut_log.ini) that points to the install location it removes the shortcuts from the directory and if the directory is empty (which it should be) removes the directory. It by default will create the shortcut in the root of the start menu unless the choice to create the start menu shortcut is unchecked.
| Assignee | ||
Comment 17•15 years ago
|
||
cc'ing some SeaMonkey and Thunderbird people in case they would like to do this as well.
| Assignee | ||
Comment 18•15 years ago
|
||
(In reply to comment #16)
> On update, if the start menu directory exists and contains a shortcut (based on
> the shortcut_log.ini) that points to the install location it creates the new
> shortcut in the root of the start menu, removes the shortcuts from the
> directory and if the directory is empty (which it should be) removes the
> directory.
This part isn't working... filed Bug 627848
| Assignee | ||
Comment 20•14 years ago
|
||
We'll just rely on bug reports for regressions instead of a litmus test
Flags: in-litmus?
Updated•10 years ago
|
Flags: needinfo?(bugzilla)
Updated•10 years ago
|
Flags: needinfo?(info)
Updated•10 years ago
|
Flags: needinfo?(info)
Flags: needinfo?(bugzilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•