Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Can't show progress-bar for a qml app when using Imagine theme.
@ 2019-09-28 12:12 voidlinux-github
  2019-09-28 12:33 ` voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 12:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]

New issue by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782

Description:
If you run a qt program that uses [imagine theme](https://doc.qt.io/qt-5/qtquickcontrols2-imagine.html), the progressbar-animation can't show to the user.

### System
* xuname:  
  ```
dmesg: read kernel buffer failed: Operation not permitted
Void 5.2.17_1 x86_64 GenuineIntel uptodate rrDDDDDFFF
```
* package:  
  qt5-graphicaleffects

### Expected behavior
Show progress bar of imagine theme properly(Qt).

### Actual behavior
Now, it only show a black progress bar.

### Steps to reproduce the behavior
For example, you can install [kindd](https://github.com/void-linux/void-packages/pull/14780). It uses internally imagine-theme and progress bar.

Full error:
```
 Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
Could not attach Keys property to:  LinArcxDialog_QMLTYPE_57(0x5558aebd4ae0)  is not an Item
file:///usr/lib/qt5/qml/QtQuick/Controls.2/Imagine/ProgressBar.qml:85:52: QML AnimatedImage: Error Reading Animated Image File qrc:/qt-project.org/imports/QtQuick/Controls.2/Imagine/images/progressbar-animation.webp
```



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
@ 2019-09-28 12:33 ` voidlinux-github
  2019-09-28 12:37 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 12:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536185328

Comment:
Looks like Qt::AA_EnableHighDpiScaling needs to be set somewhere...

El sáb., 28 sept. 2019 14:12, LinArcX <notifications@github.com> escribió:

> If you run a qt program that uses imagine theme
> <https://doc.qt.io/qt-5/qtquickcontrols2-imagine.html>, the
> progressbar-animation can't show to the user.
> System
>
>    - xuname:
>
>
> dmesg: read kernel buffer failed: Operation not permitted
> Void 5.2.17_1 x86_64 GenuineIntel uptodate rrDDDDDFFF
>
> * package:
>   qt5-graphicaleffects
>
> ### Expected behavior
> Show progress bar of imagine theme properly(Qt).
>
> ### Actual behavior
> Now, it only show a black progress bar.
>
> ### Steps to reproduce the behavior
> For example, you can install [kindd](https://github.com/void-linux/void-packages/pull/14780). It uses internally imagine-theme and progress bar.
>
> Full error:
>
> Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication
> is created.
> Could not attach Keys property to:
> LinArcxDialog_QMLTYPE_57(0x5558aebd4ae0) is not an Item
> file:///usr/lib/qt5/qml/QtQuick/Controls.2/Imagine/ProgressBar.qml:85:52:
> QML AnimatedImage: Error Reading Animated Image File qrc:/
> qt-project.org/imports/QtQuick/Controls.2/Imagine/images/progressbar-animation.webp
>
>  —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/issues/14782?email_source=notifications&email_token=AAGR7KOHKBSENCTU563PAMTQL5C4HA5CNFSM4I3N5N7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOJZPLQ>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAGR7KJAWIOLNFTRUAN676LQL5C4HANCNFSM4I3N5N7A>
> .
>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
  2019-09-28 12:33 ` voidlinux-github
@ 2019-09-28 12:37 ` voidlinux-github
  2019-09-28 13:14 ` voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536185688

Comment:
@xtraeme 
It was set:
https://github.com/LinArcX/Kindd/blob/master/modules/core/main.cpp#L6

But it's not the problem. Because before, i saw that message too.
I think the problem related to qt5-graphicaleffects package.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
  2019-09-28 12:33 ` voidlinux-github
  2019-09-28 12:37 ` voidlinux-github
@ 2019-09-28 13:14 ` voidlinux-github
  2019-09-28 13:14 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189184

Comment:
Can't reproduce it locally :(

https://i.imgur.com/H5nNdPz.png

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-28 13:14 ` voidlinux-github
@ 2019-09-28 13:14 ` voidlinux-github
  2019-09-28 13:24 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189184

Comment:
Can't reproduce it
https://i.imgur.com/H5nNdPz.png

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-28 13:14 ` voidlinux-github
@ 2019-09-28 13:24 ` voidlinux-github
  2019-09-28 13:25 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189883

Comment:
@Johnnynator 
No, go to main page, select a usb device and .iso file and select "Convert/Copy" button. after that you should see a black progress bar like this:
[![Screenshot-from-2019-09-28-16-48-07.png](https://i.postimg.cc/G2gxCh0L/Screenshot-from-2019-09-28-16-48-07.png)](https://postimg.cc/KkLM7bvw)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-28 13:24 ` voidlinux-github
@ 2019-09-28 13:25 ` voidlinux-github
  2019-09-28 13:26 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189883

Comment:
@Johnnynator 
No, go to main page, select a usb device and .iso file and click "Convert/Copy" button. after that you should see a black progress bar like this:
[![Screenshot-from-2019-09-28-16-48-07.png](https://i.postimg.cc/G2gxCh0L/Screenshot-from-2019-09-28-16-48-07.png)](https://postimg.cc/KkLM7bvw)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-28 13:25 ` voidlinux-github
@ 2019-09-28 13:26 ` voidlinux-github
  2019-09-28 13:27 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189883

Comment:
@Johnnynator 
No, go to main page, select a usb device and .iso file and click "Convert/Copy" button. after that you should see a black progress bar like this:
[![Screenshot-from-2019-09-28-16-48-07.png](https://i.postimg.cc/G2gxCh0L/Screenshot-from-2019-09-28-16-48-07.png)](https://postimg.cc/KkLM7bvw)

Edit: Also if you change the theme of app in settings tab, you won't see this black progress bar. and see a real one.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-28 13:26 ` voidlinux-github
@ 2019-09-28 13:27 ` voidlinux-github
  2019-09-28 13:33 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536189883

Comment:
@Johnnynator 
No, go to main page, select a usb device and .iso file and click "Convert/Copy" button. after that you should see a black progress bar like this:
[![Screenshot-from-2019-09-28-16-48-07.png](https://i.postimg.cc/G2gxCh0L/Screenshot-from-2019-09-28-16-48-07.png)](https://postimg.cc/KkLM7bvw)

Edit: Also if you change the theme of app in settings tab,(like fusion) you won't see this black progress bar. and see a real one:
[![Screenshot-from-2019-09-28-16-56-39.png](https://i.postimg.cc/NjK6Q7BM/Screenshot-from-2019-09-28-16-56-39.png)](https://postimg.cc/pmthZj9b)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-28 13:27 ` voidlinux-github
@ 2019-09-28 13:33 ` voidlinux-github
  2019-09-28 13:35 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536190466

Comment:
As I said, works on my machine
![fine for me](https://i.imgur.com/hfqVqPL.png)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-28 13:33 ` voidlinux-github
@ 2019-09-28 13:35 ` voidlinux-github
  2021-01-21 17:20 ` ericonr
  2021-01-21 17:20 ` [ISSUE] [CLOSED] " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-28 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-536190615

Comment:
Hmmm suspicious minds haha

El sáb., 28 sept. 2019 15:33, John Zimmermann <notifications@github.com>
escribió:

> As I said, works on my machine
> [image: fine for me]
> <https://camo.githubusercontent.com/bb82051854b1dc4b4fe744719bbd6610ad48f348/68747470733a2f2f692e696d6775722e636f6d2f6866715671504c2e706e67>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/issues/14782?email_source=notifications&email_token=AAGR7KLHMWDEO5UBGGEO35TQL5MJHA5CNFSM4I3N5N7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD72Z4AQ#issuecomment-536190466>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAGR7KLQDD5NVCG57BWZLQLQL5MJHANCNFSM4I3N5N7A>
> .
>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-28 13:35 ` voidlinux-github
@ 2021-01-21 17:20 ` ericonr
  2021-01-21 17:20 ` [ISSUE] [CLOSED] " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-01-21 17:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/14782#issuecomment-764806932

Comment:
Couldn't be reproduced and didn't receive more information from reporter.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ISSUE] [CLOSED] Can't show progress-bar for a qml app when using Imagine theme.
  2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
                   ` (10 preceding siblings ...)
  2021-01-21 17:20 ` ericonr
@ 2021-01-21 17:20 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-01-21 17:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

Closed issue by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/14782

Description:
If you run a qt program that uses [imagine theme](https://doc.qt.io/qt-5/qtquickcontrols2-imagine.html), the progressbar-animation can't show to the user.

### System
* xuname:  
```
dmesg: read kernel buffer failed: Operation not permitted
Void 5.2.17_1 x86_64 GenuineIntel uptodate rrDDDDDFFF
```
* package:  
  `qt5-graphicaleffects`

### Expected behavior
Show progress bar of imagine theme properly(Qt).

### Actual behavior
Now, it only shows a black progress-bar.

### Steps to reproduce the behavior
For example, you can install [kindd](https://github.com/void-linux/void-packages/pull/14780) and run it from terminal. It uses internally imagine-theme and progress bar.

Full error:
```
 Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
Could not attach Keys property to:  LinArcxDialog_QMLTYPE_57(0x5558aebd4ae0)  is not an Item
file:///usr/lib/qt5/qml/QtQuick/Controls.2/Imagine/ProgressBar.qml:85:52: QML AnimatedImage: Error Reading Animated Image File qrc:/qt-project.org/imports/QtQuick/Controls.2/Imagine/images/progressbar-animation.webp
```

Edit: I tested this package before in arch, and it worked properly there. may be there is a bug in packaging: __qt5-graphicaleffects__.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-01-21 17:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 12:12 [ISSUE] Can't show progress-bar for a qml app when using Imagine theme voidlinux-github
2019-09-28 12:33 ` voidlinux-github
2019-09-28 12:37 ` voidlinux-github
2019-09-28 13:14 ` voidlinux-github
2019-09-28 13:14 ` voidlinux-github
2019-09-28 13:24 ` voidlinux-github
2019-09-28 13:25 ` voidlinux-github
2019-09-28 13:26 ` voidlinux-github
2019-09-28 13:27 ` voidlinux-github
2019-09-28 13:33 ` voidlinux-github
2019-09-28 13:35 ` voidlinux-github
2021-01-21 17:20 ` ericonr
2021-01-21 17:20 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).