Bug 116783 - Add support for window progress in Linux Cinnamon desktop using libxapp
Summary: Add support for window progress in Linux Cinnamon desktop using libxapp
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All Linux (All)
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 21:01 UTC by Óvári
Modified: 2018-12-25 18:28 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Óvári 2018-04-03 21:01:25 UTC
Description:
Add LibreOffice Window Progress support
Add TaskbarProgress implementation for gtk3/x11

Steps to Reproduce:
Add LibreOffice Window Progress support
Add TaskbarProgress implementation for gtk3/x11

Linux Mint 18.3 includes "Window Progress" as it was implemented in Cinnamon 3.6
https://www.linuxmint.com/rel_sylvia_cinnamon_whatsnew.php

Mozilla Firefox ticket which implemented this feature from Firefox 61:
https://bugzilla.mozilla.org/show_bug.cgi?id=1418749

Mozilla Thunderbird ticket to implement this feature:
https://bugzilla.mozilla.org/show_bug.cgi?id=1442474

Actual Results:  
No window progress in the Panel (aka "Taskbar" on Windows)

Expected Results:
Window progress in the Panel (aka "Taskbar" on Windows)


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Comment 1 Xisco Faulí 2018-10-19 11:00:58 UTC
So, you would like to have it to show the progress loading a file? LibreOffice has its own progress bar... Out of Scope IMHO
Comment 2 Mike Kaganski 2018-11-26 12:17:57 UTC
(In reply to Xisco Faulí from comment #1)
> LibreOffice has its own progress bar... Out of Scope IMHO

Why? This is the matter of better shell integration. E.g., we made changes to have proper taskbar grouping behavior on Windows, which is in the line IMO.

(Disclaimer: I am not volunteering for the task! :-))
Comment 3 Mike Kaganski 2018-11-26 12:33:46 UTC
OTOH, for LibreOffice, the only (?) task legible for the feature would be the initial startup. This is quite different from the download task, which is common for browsers. For the startup, we need to make it as fast (and thus not requiring additional progress tracking) as possible, so maybe Xisco is right.
Comment 4 Buovjaga 2018-12-25 18:28:49 UTC
No additional arguments after Mike's comment, so closing. We should really just focus on making startup fast.