Bug 364717 - git-master-2016-06-25: No way to clear error message
Summary: git-master-2016-06-25: No way to clear error message
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-24 18:56 UTC by Evert Vorster
Modified: 2016-06-25 05:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2016-06-24 18:56:35 UTC
Error message in the project bin display area does not have a "close" icon, and so I can't get rid of the message, even after I have cleared it. 

On a similar note, if $HOME./cache/kdenlive does not exist, then proxy generation fails, rather than make the directory. 

Reproducible: Always
Comment 1 Evert Vorster 2016-06-24 18:58:40 UTC
This one is so small, it does not warrant it's own bug:

QXcbConnection: XCB error: 8 (BadMatch), sequence: 44396, resource id: 12583977, major code: 130 (Unknown), minor code: 3
 * * * **SATRTUING PROXY JOB
 * * * **SATRTUING PROXY JOB
QXcbConnection: XCB error: 8 (BadMatch), sequence: 58038, resource id: 12583977, major code: 130 (Unknown), minor code: 3

I'm assuming that message should be "STARTING PROXY JOB" ;P
Comment 2 Jean-Baptiste Mardelle 2016-06-24 22:10:45 UTC
Git commit 033ccb4bdb33f278a8920c813fc64a00e018fa74 by Jean-Baptiste Mardelle.
Committed on 24/06/2016 at 22:10.
Pushed by mardelle into branch 'master'.

Make sure the bin messages can be closed
If proxy failed, uncheck option in context menu

M  +2    -2    src/bin/bin.cpp
M  +3    -0    src/bin/projectclip.cpp
M  +0    -2    src/project/jobs/proxyclipjob.cpp

http://commits.kde.org/kdenlive/033ccb4bdb33f278a8920c813fc64a00e018fa74
Comment 3 Evert Vorster 2016-06-25 05:37:40 UTC
Fixed, works perfectly, thanks.