[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2023-11-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Jérôme  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||8342

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2023-11-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

--- Comment #33 from Jérôme  ---
As a workaround, the file name of the shortcut could be composed with the path
of the quick start program.
For example : c_program_files_libreoffice_program_quickstart

Next the quickstart user setting will be remembered after upgrade.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2023-04-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

--- Comment #32 from Stéphane Guillou (stragu) 
 ---
(In reply to Kumāra from comment #25)
> The issue now is this: Ticking the "Load LO during system startup" option
> has no effect.

This is tracked in bug 88212.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2023-04-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=93 |
   |965 |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2023-04-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||samm71...@gmail.com

--- Comment #31 from Stéphane Guillou (stragu) 
 ---
*** Bug 154594 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2020-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

--- Comment #29 from stavrosm...@bugzilla.com  ---
Comment on attachment 88999
  --> https://bugs.documentfoundation.org/attachment.cgi?id=88999
Script - remove quickstarter

>'removes quickstarter for a given version of OpenOffice'
>
>option explicit
>On Error Resume Next
>
>Dim oShell, objFSO, lnk
>Dim strStartup
>Dim exitCode, strRemoveQuickstarter1, strRemoveQuickstarter2
>  
>Set oShell = CreateObject( "WScript.Shell" )
>Set objFSO = CreateObject("Scripting.FileSystemObject")
>exitCode = 0
>
>
>strStartup= WScript.Arguments.Item(0) ' "$ShellStartup" (za User) i 
>"$allusersstartup" (za Comp)
>
>'''
>Wscript.echo "removing quickstarter"
>'''
>  
>  'REMOVE all old shortcuts for OO from Desktopa and from Startup'
>  
>  strRemoveQuickstarter1 = strStartup & "\OpenOffice.org*.lnk"
>  strRemoveQuickstarter2 = strStartup & "\LibreOffice*.lnk"
>
>  Wscript.echo "strRemoveQuickstarter: " & strRemoveQuickstarter1
>  Err.Number = 0
>  objFSO.DeleteFile strRemoveQuickstarter1, true
>  If Err.Number <> 0 Then
>  Wscript.echo "Error in removing quickstarter" & Err.Description
>  End If
>  
>  Wscript.echo "strRemoveQuickstarter: " & strRemoveQuickstarter2
>  Err.Number = 0
>  objFSO.DeleteFile strRemoveQuickstarter2, true
>  If Err.Number <> 0 Then
>  Wscript.echo "Error in removing quickstarter" & Err.Description
>  End If
>  
>Wscript.Quit 0
>
>
>  if Right(oShell.ExpandEnvironmentStrings("%AllUsersProfile%"), 11) = 
> "ProgramData" then
>   ' WIn 7 - C:\Users\Public\Desktop'
>strRemoveQuickstarter = "C:\Users\Public\Desktop" & "\" & 
> strRemoveShortcut & "*.lnk"
>  Else 
>'Win XP'
>strRemoveQuickstarter = 
> oShell.ExpandEnvironmentStrings("%AllUsersProfile%") & "\Desktop" & "\" & 
> strRemoveShortcut & "*.lnk"
>  End If  
>
>  objFSO.DeleteFile strRemoveQuickstarter, true
>  If Err.Number <> 0 Then
>  Wscript.echo "Error in removing shortcut from Desktop" & Err.Description
>  End If
>  
>Wscript.Quit 0
>

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||3413

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2018-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

--- Comment #28 from Frank Fuchs  ---
The bug is still present with:
LibO 6.1.3.2
run on Windows 10 (1809) 32bit

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2018-11-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

--- Comment #27 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2017-11-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||965

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2017-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Assignee|tima...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #26 from Xisco Faulí  ---
Setting Assignee back to default. Please assign it back to yourself if you're
still working on this issue

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade

2012-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35568

Timur gti...@gmail.com changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35568

Timur gti...@gmail.com changed:

   What|Removed |Added

   Severity|minor   |normal
 CC||gti...@gmail.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=46510

--- Comment #8 from Timur gti...@gmail.com 2012-07-23 08:00:14 UTC ---
I'd like to point you to the discussion in Bug 46510:  Turn on Quickstarter by
silent install. Now that it's solved, it works only if there is no user
profile. 
If there is a user profile already, nothing happens. But, there should be a
possibility to turn on the QuickStarter with the silent install also if a
profile already exists. 
I think this is not a minor issue, but of the same importance as bug 46510 and
other bug for silent installation, so I changed to normal.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35568

Pedro pedl...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #7 from Pedro pedl...@gmail.com 2012-01-05 08:48:19 PST ---
I can confirm that when updating from LO 3.4.4 to 3.4.5RC2 the Quickstarter
option is disabled.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35568

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #6 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 11:48:05 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35568

Zoran zo...@zoran.cz changed:

   What|Removed |Added

 CC||zo...@zoran.cz

--- Comment #5 from Zoran zo...@zoran.cz 2011-10-14 09:46:32 PDT ---
Please do not kill QuickStarter :)

On the contrary, it would be great to have this bug SOLVED.

We use LibreOffice also for processing and printing documents from our internal
systems. When QuickStarter is off, it takes about 6-10 seconds to process one
single document, with QuickStarter is running it is  1s. The documents are
processed in batches, so the difference is multiplied and very very obvious.

And we cannot ask users - please open blank LO document before running this or
that... so QuickStarter is perfect solution.


And it would be great to keep the setting to use it between upgrades. Now we
need to reenable it manualy each time on each machine for each user...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs