[Libreoffice-bugs] [Bug 133585] Sound to verify document has been saved

2020-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #13 from Heiko Tietze  ---
(In reply to neil from comment #11)
> Can you tell me if I could build a macro to do this.

With pleasure. Took this as example
https://forum.openoffice.org/en/forum/viewtopic.php?f=20=57699#

Sub Main
  oSounMgr = CreateUnoService("com.sun.star.comp.media.Manager_GStreamer")
  If NOT IsNull(oSounMgr) Then
oSfa = CreateUnoService("com.sun.star.ucb.SimpleFileAccess")
sBaseURL = CreateUnoService("com.sun.star.util.PathSubstitution")._
substituteVariables("$(inst)/share/gallery/sounds", True)

sSound1 = sBaseURL & "/ok.wav"
If oSfa.exists(sSound1) Then
  oPlayer1 = oSounMgr.createPlayer(sSound1)
  oPlayer1.setPlaybackLoop(False)
  oPlayer1.start()
  while oPlayer1.isplaying()
doevents
  wend 
End If
  End If
End Sub

Use Tools > Customize > Events to bind save to this macro.

(In reply to neil from comment #11)
> Know anywhere I could look online?

We have some guides for macros [1], some more information [2], and formed a
help team recently [3]. And questions like this are also well suited for
ask.libreoffice.org. 

[1] https://documentation.libreoffice.org/en/english-documentation/macro/
[2] https://wiki.documentfoundation.org/Macros
[3]
https://blog.documentfoundation.org/blog/2020/04/08/libreoffice-macro-team-progress-report-2/

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #12 from BogdanB  ---
WF means WONT FIX, meaning is a NO for the moment.

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #11 from n...@pendrich.scot ---
I am guessing WF means something like - not required?

If so, that's absolutely fine.

Can you tell me if I could build a macro to do this. Know anywhere I could look
online?

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

Heiko Tietze  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from Heiko Tietze  ---
(In reply to neil from comment #9)
> I can live without

Great, so let's resolve the request as WF. You input is always welcome, even
when a request is rejected.

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #9 from n...@pendrich.scot ---
Mike,

Ok, thanks for explaining.

it was definitely just a feature request, not a bug, and I can live without it. 

Are you one of the guys that write Libreoffice? I like it. I never thought I
could move from word but I've found it easy to learn libre office and there has
been no disadvantage. 

It's good to get away from another huge corporation !!

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #8 from Mike Kaganski  ---
Ref:
https://ask.libreoffice.org/en/question/247590/play-sound-when-document-saved-is-this-possible/

-- 
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 133585] Sound to verify document has been saved

2020-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #7 from Heiko Tietze  ---
(In reply to neil from comment #6)
> I was posting a feature request so if it shouldn't be here and should be
> deleted I agree with this being done.

You did perfectly right (next to Important is a dropdown where "enhancement"
indicates the request). But we don't implement all ideas from users as there
are many every day. So I ask for details, why, where, what, how etc. to learn
more what users exactly need. So far me don't see _need_ for a jingle.

-- 
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 133585] Sound to verify document has been saved

2020-06-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #6 from n...@pendrich.scot ---
Sorry. I think I did take your meaning the wrong way.

I actually wondered if I was doing the right thing posting about this on here,
as it is not a bug in any way. I was advised to post the request to bugzilla
and being inexperienced with Linux, libreoffice, and bugzilla I went ahead.

I was posting a feature request so if it shouldn't be here and should be
deleted I agree with this being done.

Where should I put feature requests?

-- 
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 133585] Sound to verify document has been saved

2020-06-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #5 from Heiko Tietze  ---
(In reply to neil from comment #3)
> That's very constructive.

Sorry if you read my English as offensive, tried to be funny. The question was
serious however. We need to balance the benefit for a few against configuration
burden for many (and the effort to implement). Keep it simple is always a good
advice. Without a reasonable use case your request is just your personal wish.

-- 
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 133585] Sound to verify document has been saved

2020-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
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 133585] Sound to verify document has been saved

2020-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
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 133585] Sound to verify document has been saved

2020-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #3 from n...@pendrich.scot ---
That's very constructive.

-- 
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 133585] Sound to verify document has been saved

2020-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|normal  |enhancement
 Ever confirmed|0   |1

--- Comment #2 from Heiko Tietze  ---
Could you please add a bit background on the request. I mean, while saving you
cannot interact with the program anyway, see bug 131283. Do you bake a cake and
want the computer to ping you when saving is ready? :-)

-- 
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 133585] Sound to verify document has been saved

2020-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

--- Comment #1 from n...@pendrich.scot ---
The word option was called:

"Provide feedback with sound"

I found it a useful verification that the file had actually saved. I find in LO
that I have to do a visual check instead of continuing to type.

-- 
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 133585] Sound to verify document has been saved

2020-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133585

Telesto  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

-- 
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