Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000 (was: Discuss-gnuradio Digest, Vol 270, Issue 17)

2025-04-18 Thread Marcus Müller
Hi Gary, awesome, thank you for the description! On 4/18/25 7:26 PM, gary garcia wrote: when I run the flowgraph it produces the errors I have listed earlier and then the flowgraph stops and I am back in the QT GUI editor I think you mean GRC, right? when I run the chmod command the first e

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-18 Thread Marcus Müller
Hi Gary, you seem to be misunderstanding me :) Can you please tell me what does not work. That's not the same as telling us what errors are printed. To make a comparison: you call a car mechanic. The mechanic asks "What is wrong with your car?" "Well, the two red LEDs in the dashboard are on" "

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-16 Thread gary garcia
yes that is the issue If I swap out the audio source for a signal source block all the errors are gone On Wed, Apr 16, 2025 at 10:20 AM gary garcia wrote: > > > On Wed, Apr 16, 2025 at 10:19 AM gary garcia > wrote: > >> Problem looks to be the Audio source, I need to look into how to connect >

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-16 Thread gary garcia
Problem looks to be the Audio source, I need to look into how to connect audio in a windows 11 running Ubuntu on WSL 2 On Wed, Apr 16, 2025 at 10:01 AM gary garcia wrote: > Thanks for all the help. > > First, running chmod 700 /run/user/1000 > corrected the QStandardPaths: wrong permissions i

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-16 Thread gary garcia
On Wed, Apr 16, 2025 at 10:19 AM gary garcia wrote: > Problem looks to be the Audio source, I need to look into how to connect > audio in a windows 11 running Ubuntu on WSL 2 > > > On Wed, Apr 16, 2025 at 10:01 AM gary garcia > wrote: > >> Thanks for all the help. >> >> First, running chmod 70

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-16 Thread gary garcia
Thanks for all the help. First, running chmod 700 /run/user/1000 corrected the QStandardPaths: wrong permissions issue. Now when I run the simulation I get the following errors Qt GUI: Could not restore geometry: restoreGeometry(self, Union[QByteArray, bytes, bytearray]): argument 1 has unexpec

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-15 Thread Marcus Müller
Hi Gary, that's my problem: On 4/16/25 1:54 AM, gary garcia wrote: the problem is the error : "QStandardPaths: wrong permissions on runtime directory /run/ user/1000, 0755 That's just a message, it doesn't tell my what doesn't *work* for you. So, what step did you try, and that then gave you

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-15 Thread gary garcia
the problem is the error : "QStandardPaths: wrong permissions on runtime directory /run/user/1000, 0755 I am running Ubuntu on WSL2 on windows 11 still cannot run the tutorial but with the chmod command this specific error goes away have not had time to look in the following problem that prevent

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-15 Thread Marcus Müller
Hi Gary, Hi Robert, I see you get a warning, which I don't get. To maybe fix this at the GNU Radio level: 1. you say you "fixed the problem". What's the problem, precisely, i.e., what does not work? 2. What operating system (Linux distro) are you on? Best regards, Marcus On 4/15/25 11:12 PM,

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-15 Thread gary garcia
thanks that solved the problem On Tue, Apr 15, 2025 at 1:36 PM Robert Heerekop wrote: > Gary, I faced the same and this command in a terminal window before > starting gnu radio companion helps on my side: > > chmod 0700 /run/user/1000 > > Please notice that this is perhaps not the best solution

Re: QStandardPaths: wrong permissions on runtime directory /run/user/1000

2025-04-15 Thread Robert Heerekop
Gary, I faced the same and this command in a terminal window before starting gnu radio companion helps on my side: chmod 0700 /run/user/1000 Please notice that this is perhaps not the best solution because it's not persistent and needs to be entered again after a reboot/power cycle. In that case