You are not logged in.

#26 2022-10-06 06:49:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Neither qarma nor zenity will have *any* impact on QtCreator - the idea was to test whether qarma shows the same problem when compiled against Qt6.

Offline

#27 2022-10-06 08:58:47

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

So? What do I do with Qt Creator? It's the main program that brings the most this issue and I'd like to use plainly my IDE without being forced to kill its process.

Last edited by byjove01 (2022-10-06 08:59:25)

Offline

#28 2022-10-06 09:02:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

You need to test whether the issue happens in qarma so we can say that this is a Qt6 specific or a QtCreator specific issue. FWIW I faintly recall some weird mixup with columns in column view and arojas mentioning something to fix that properly, but can't find it right now https://bbs.archlinux.org/viewtopic.php?id=274803 but that was about sorting not working, not generally being sluggish

Last edited by V1del (2022-10-06 09:07:11)

Offline

#29 2022-10-06 09:14:26

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

I just did it, qarma perfectly works - tbh, it doesn't even render the same way than QtC's file selection subwindow. This last one looks like the traditional Qt, qarma shows like a Dolphin-based window. Look at the screens I posted earlier in the thread.

Last edited by byjove01 (2022-10-06 09:14:56)

Offline

#30 2022-10-06 10:36:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

You did compile qarma against Qt6 now?

ldd /usr/bin/qarma

In that case it would likely be QtCreator specific and I'd start by moving away it's local config(s) in ~/.config/QtProject/ (w/ no qtcreatr instance running)

Offline

#31 2022-10-06 11:45:47

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Ok, just moved away the config folder and launched Qt Creator again. Same issue still happens.

Offline

#32 2022-10-06 15:05:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

seth wrote:

You did compile qarma against Qt6 now?

ldd /usr/bin/qarma

If it's not Qt6 and not your creator config it'd be a bug in qtcreator and my next best guess would be to strace that (prepare for the strace to be MUCH larger)

Offline

#33 2022-10-07 08:51:04

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Give a look at page 1's last post.

Offline

#34 2022-10-07 08:58:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Pagesizes can be set arbitrarily best link to the post or refer to the nr. 25  in this case: https://bbs.archlinux.org/viewtopic.php … 7#p2060797

Offline

#35 2022-10-07 09:11:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

01:06:27 read(45, "[FileDialog]\nhistory=@Invalid()\n"..., 134218963) = 134218963

and then towards the end there's

01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 access("/usr/bin/g++", F_OK)   = 0
01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 access("/usr/bin/g++", F_OK)   = 0
01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 faccessat2(AT_FDCWD, "/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/", F_OK, AT_EACCESS) = 0
01:06:29 faccessat2(AT_FDCWD, "/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/", F_OK, AT_EACCESS) = 0
01:06:29 faccessat2(AT_FDCWD, "/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/", F_OK, AT_EACCESS) = 0
01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 access("/usr/bin/g++", F_OK)   = 0
01:06:29 access("/usr/bin/g++", X_OK)   = 0
01:06:29 access("/usr/bin/clangd", F_OK) = 0
01:06:29 access("/usr/bin/clangd", F_OK) = 0
01:06:29 access("/usr/bin/clangd", F_OK) = 0
01:06:29 access("/usr/bin/clangd", F_OK) = 0

and it looks like qtcreator is going to compile something™

Wild guess:

LC_ALL=C qtcreator
seth wrote:
seth wrote:

You did compile qarma against Qt6 now?

ldd /usr/bin/qarma

Offline

#36 2022-10-07 18:14:05

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Dude, I tried plenty of times to compile qarma but it didn't stop to get compiled with Qt5 librairies whileas I tried replacing Qt5 references to Qt6 - I said it to you, but you seems to ignore it.
The only Qt5 reference I couldn't change is x11extras because there's no Qt6 equivalent to it.
Not sure to get what you want me to do with this command, it doesn't change anything to the issue when I run it.

@V1del => Sorry, I will remember it.

Last edited by byjove01 (2022-10-07 18:32:04)

Offline

#37 2022-10-07 18:58:35

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

For the compile the correct qmake to use would be qmake6 from what I'm seeing. qmake is still the one provided by qt5

Offline

#38 2022-10-07 19:11:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

I simply skipped over hte PKGBUILD part and went straight to "I uninstalled everything including zenity and qarma packages (and also the Steam client btw...) before trying to open QtC" in the mail for #24
Either way, V1del is right and qarma also comes w/ a PKGBUILD in its sources (no AUR required) and changing

-    qmake-qt5 ..
+    qmake6 ..

will build w/ makepkg in the qarma source dir.

Offline

#39 2022-10-07 21:57:31

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Ok, I did finally succeed to compile qarma with Qt 6... but sadly, the problem is still there. Qt Creator's file selection window is still sluggy as hell. What should I do, a strace again?

Offline

#40 2022-10-08 07:07:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Again: qarma is not relevant to qtcreator.
The point is to now run qarma and see whether it has the same problem as qtcreator (ie. this is some issue w/ your Qt6 installation/configuration)
qarma is only a very narrow test suite here.

Offline

#41 2022-10-08 08:11:09

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Just did run it. Yes, it apparently have the same problem now it's built with Qt6.

Offline

#42 2022-10-08 08:23:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Splendid.
Now

strace -o /tmp/qarma6.strace qarma --file-selection --filename=/tmp/

and post the strace which will hopefully provide a more direct insight to the problem.

Offline

#43 2022-10-08 08:37:07

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Offline

#44 2022-10-08 08:54:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

The two things that stick out like a sore thumb:

access("//home/byjove/T\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\203\303\203\302\203\303\202\302\202\303\203\302\202\303\202\302\202\303\203\302\203\303\202\302\203\303\203\302\202\303\202\302\202"..., F_OK) = -1 ENAMETOOLONG (Nom de fichier trop long)

Rename whatever that file is

access("//home/parnosys", F_OK)         = -1 ENOENT (Aucun fichier ou dossier de ce type)

Why does it try to open some non-existent $HOME? Who's "parnosys"?

Finally

access("/home/byjove/.config/QtProject.conf", F_OK) = 0

Move away that file and try to run qarma again, maybe there's some incompatible setting inside…

Offline

#45 2022-10-08 09:58:33

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

1) Welp, I'd like to do that... but I definitely don't know what this refers to. I'm not the kind of guy who gives very long names to its files.
2) It's a friend I did some Linux-related weird stuff with a long time ago, it's way too long to explain, but that's probably why you have that name in the log.
3) I did it, the problem is still here.

Offline

#46 2022-10-08 12:28:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

ls ~/

Since the filename is some botched utf8 decoding (in octal representation):

seth more or less wrote:

Wild guess:

locale
locale -a
localectl
LC_ALL=C qarma --file-selection --filename=/tmp/

Offline

#47 2022-10-08 14:55:07

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

Ok, after some searches it seems like I found the solution. My "Downloads" folder was apparently the thing creating this weird long string : in French, "Downloads" is written "Téléchargements", and I guess that for some reason qarma wasn't correctly interpreting the Unicode character, in plus of giving an incorrect profile name. I found a "qarma.conf" file that I removed with the "QtProject" folder before I relaunched qarma, and then the Qt Creator file selection subwindow : now both works without problem. Thank you for your help!

Last edited by byjove01 (2022-10-08 15:00:34)

Offline

#48 2022-10-08 15:10:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

I'll say it once again: qarma. is. not. relevant. to. qtcreator.
Something in QDialog stumbles over that and some unicode should™ absolutely not be any problem,  and you really want to look into this

seth wrote:
locale
locale -a
localectl

Offline

#49 2022-10-09 09:57:30

byjove01
Member
From: Alps, France
Registered: 2021-02-15
Posts: 223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

I'll say it once again: read. the. message. entirely.
I'm no longer getting the problem, but still, here's the output:

LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY=fr_FR.UTF-8
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_ALL=
C
C.UTF-8
en_GB.utf8
en_US.utf8
french
fr_FR
fr_FR.iso88591
fr_FR.utf8
POSIX
   System Locale: LANG=fr_FR.UTF-8
                  LANGUAGE=fr_FR:fr
       VC Keymap: fr
      X11 Layout: fr,fr
       X11 Model: pc104
     X11 Variant: azerty

Offline

#50 2022-10-09 10:13:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,223

Re: [SOLVED] Qt Creator's file selection subwindow is sluggish as hell

I very much got that. The point is to figure what has actually led to this condition and then fix the cause to prevent it from happening again or cause other problems.

The locale configuration is "unfortunately" unsuspicious, though
There's a "french" locale and the iso88591 version of fr_FR, but neither is referenced in the locale config hmm

Offline

Board footer

Powered by FluxBB