* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
@ 2025-01-08 7:39 ` marcwittke
2025-01-08 11:36 ` sgn
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: marcwittke @ 2025-01-08 7:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New comment by marcwittke on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2576943884
Comment:
Fedora Bug Report: https://bugzilla.redhat.com/show_bug.cgi?id=2332759
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
2025-01-08 7:39 ` marcwittke
@ 2025-01-08 11:36 ` sgn
2025-01-09 2:28 ` Vandino86
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2025-01-08 11:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 253 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2577457400
Comment:
What is the output of:
```
xbps-query -p pkgver,repository qt6ct
xbps-query -p pkgver,repository libqtxdg
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
2025-01-08 7:39 ` marcwittke
2025-01-08 11:36 ` sgn
@ 2025-01-09 2:28 ` Vandino86
2025-01-15 14:00 ` Frtzqe
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Vandino86 @ 2025-01-09 2:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 444 bytes --]
New comment by Vandino86 on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2579052557
Comment:
> What is the output of:
>
> ```
> xbps-query -p pkgver,repository qt6ct
> xbps-query -p pkgver,repository libqtxdg
> ```
```
qt6ct-0.9_3
https://mirrors.servercentral.com/voidlinux/current/musl
```
```
libqtxdg-4.1.0_2
https://mirrors.servercentral.com/voidlinux/current/musl
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (2 preceding siblings ...)
2025-01-09 2:28 ` Vandino86
@ 2025-01-15 14:00 ` Frtzqe
2025-01-15 14:00 ` Frtzqe
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing xorg instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (3 preceding siblings ...)
2025-01-15 14:00 ` Frtzqe
@ 2025-01-15 14:00 ` Frtzqe
2025-01-15 14:02 ` Frtzqe
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 919 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing `xorg` instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (4 preceding siblings ...)
2025-01-15 14:00 ` Frtzqe
@ 2025-01-15 14:02 ` Frtzqe
2025-01-15 14:03 ` Frtzqe
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing `xorg` instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
3) It would also be very wise that the `lxqt` meta package takes care of linking LXQt as session, so that e.g. `sddm` is able to pick it up. For now, adding a new file ~/.xinitrc with `exec startlxqt` will suffice, but newcomers will not understand this.
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (5 preceding siblings ...)
2025-01-15 14:02 ` Frtzqe
@ 2025-01-15 14:03 ` Frtzqe
2025-01-15 14:05 ` Frtzqe
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing `xorg` instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
3) It would also be very wise that the `lxqt` meta package takes care of linking LXQt as session, so that e.g. `sddm` is able to pick it up. For now, adding a new file ~/.xinitrc with `exec startlxqt` will suffice (so that LXQt can be started with `$ startlxqt`) , but newcomers will not understand this.
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (6 preceding siblings ...)
2025-01-15 14:03 ` Frtzqe
@ 2025-01-15 14:05 ` Frtzqe
2025-01-15 14:10 ` Frtzqe
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing `xorg` instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver i.e. does not check for bare minimum things?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
3) It would also be very wise that the `lxqt` meta package takes care of linking LXQt as session, so that e.g. `sddm` is able to pick it up. For now, adding a new file ~/.xinitrc with `exec startlxqt` will suffice (so that LXQt can be started with `$ startlxqt`) , but newcomers will not understand this.
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (7 preceding siblings ...)
2025-01-15 14:05 ` Frtzqe
@ 2025-01-15 14:10 ` Frtzqe
2025-01-15 14:13 ` classabbyamp
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592932637
Comment:
It would be nice if the meta package `lxqt` would help with installing necessary Xorg dependencies.
Now, it does not. Installing just `xorg-minimal`, what one should expect as a good minimal starting point is not enough. Fonts are missing. I did not bother checking which packages need to be installed, but installing `xorg` instead seems to solve that problem. Besides that I have a real problem with activating an icon theme.
My points:
1) ensure that the minimum required Xorg related packages are handled by "just" installing the `lxqt` meta package (what is the use of a meta package, if it does not deliver i.e. does not check for bare minimum things?)
2) why after installing e.g. the `papirus-icon-theme` package, and select that theme in the appearance widget in LXQt, nothing happens?
3) It would also be very wise that the `lxqt` meta package takes care of linking LXQt as session, so that e.g. `sddm` is able to pick it up. For now, adding a new file ~/.xinitrc with `exec startlxqt` will suffice (so that LXQt can be started with `$ startlxqt`) , but newcomers will not understand this.
I am not quite sure about the third point. Better ignore that for now.
Thx.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (8 preceding siblings ...)
2025-01-15 14:10 ` Frtzqe
@ 2025-01-15 14:13 ` classabbyamp
2025-01-15 14:14 ` Frtzqe
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2025-01-15 14:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592964509
Comment:
@Frtzqe this is not relevant to this issue. make another issue.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (9 preceding siblings ...)
2025-01-15 14:13 ` classabbyamp
@ 2025-01-15 14:14 ` Frtzqe
2025-01-15 14:14 ` Frtzqe
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592965635
Comment:
Aware that this not the correct place to mention this....
Something strange is going on with the installed version 2.1.0 of LXQt. The qterminal program says it is version 2.1.0, but I am pretty sure it is not. Recently the "File" menu is renamed as "Session". So what is going on?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (10 preceding siblings ...)
2025-01-15 14:14 ` Frtzqe
@ 2025-01-15 14:14 ` Frtzqe
2025-01-15 14:17 ` Frtzqe
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592965635
Comment:
Also aware that this not the correct place to mention this....
Something strange is going on with the installed version 2.1.0 of LXQt. The qterminal program says it is version 2.1.0, but I am pretty sure it is not. Recently the "File" menu is renamed as "Session". So what is going on?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (11 preceding siblings ...)
2025-01-15 14:14 ` Frtzqe
@ 2025-01-15 14:17 ` Frtzqe
2025-01-15 14:18 ` Frtzqe
2025-01-16 4:16 ` sgn
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592965635
Comment:
Also aware that this not the correct place to mention this....
Something strange is going on with the installed version 2.1.0 of LXQt. The qterminal program says it is version 2.1.0, but I am pretty sure it is not. Recently the "File" menu is renamed as "Session". So what is going on?
I just installed last Monday my first ever Void Linux in a VM. Coming from Arch Linux, I kinda like it, but I don't have the time to figure out what is going wrong with the icon theme, or what is up with versions of components....
For now, I will leave it as is, follow the various threads a bit and come back in a few months. Hopefully.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (12 preceding siblings ...)
2025-01-15 14:17 ` Frtzqe
@ 2025-01-15 14:18 ` Frtzqe
2025-01-16 4:16 ` sgn
14 siblings, 0 replies; 16+ messages in thread
From: Frtzqe @ 2025-01-15 14:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
New comment by Frtzqe on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2592976945
Comment:
Better delete all of my messages, Classabbyamp :-(
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x)
2025-01-07 1:18 [ISSUE] LXQt appearance settings not applying; LXQt packages may need to be recompiled against latest Qt6 version (6.8.x) Vandino86
` (13 preceding siblings ...)
2025-01-15 14:18 ` Frtzqe
@ 2025-01-16 4:16 ` sgn
14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2025-01-16 4:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/53873#issuecomment-2594443951
Comment:
For future reference, no DE installation should ever pull Xorg, because in theory, they can install DE on a remote machine, and use X over network!
^ permalink raw reply [flat|nested] 16+ messages in thread