Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Programming / Re: gcc "fatal error: stdio.h" on NuTyX
« Last post by Thierry on Tue Mar 07 07:15:07 2023 »
82
Tips and Tricks / Re: System Monitoring
« Last post by Ferran on Mon Mar 06 17:37:51 2023 »
Seems an strange thing that happens this with KDE Plasma. I can see in the Cards apps list an application named qtsensors  maybe it could be able.
83
Programming / [SOLVED] gcc "fatal error: stdio.h" on NuTyX
« Last post by Ferran on Mon Mar 06 15:54:28 2023 »
Hello.

Since a few days i'm learning C language and all worked ok, but when I upgraded NutyX reciently I have problems to compile my C files for this:

Code: [Select]
ferran [ ~/Plantilles/projecte ]$ gcc -o fitxer fitxer.c
fitxer.c:12:10: fatal error: stdio.h: El fitxer o directori no existeix
   12 | #include <stdio.h>

I search stdio.h and all seems ok on include...

Code: [Select]
ferran [ ~/Plantilles/projecte ]$ sudo find / -name stdio.h
[sudo] contrasenya per a ferran:
/home/ferran/gcc/libstdc++-v3/include/tr1/stdio.h
/home/ferran/gcc/libstdc++-v3/include/c_compatibility/stdio.h
/home/ferran/gcc/libssp/ssp/stdio.h
/home/ferran/gcc/fixincludes/tests/base/rtldef/stdio.h
/home/ferran/gcc/fixincludes/tests/base/stdio.h
find: ?/run/user/1000/gvfs?: S?ha denegat el perm?s
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/include/ssp/stdio.h
/usr/include/c++/12.2.0/tr1/stdio.h

I tried too to reinstall gcc and glibc and occurs the same  :'(

Some idea to fix it ?

Thank you in advance.
84
Tips and Tricks / System Monitoring
« Last post by PrimeSuspect on Mon Mar 06 13:06:06 2023 »
V23.02.01

I can't get any of the included default KDE Plasma monitoring widgets or others available for download to display anything since there are no sensors available to select despite lm-sensors being installed and configured. The following therefore might help other users.

Some older versions of Conky will function by displaying the data but not any rings if part of the config.
More efficiently the Flatpaks available for 'Monitorets', 'System Monitoring Center' and 'Mini System Monitor' all function as expected.
85
Installation / Re: Error in installing 22.12
« Last post by teniie2 on Fri Mar 03 19:45:43 2023 »
I've used a variety of USB sticks and keys without experiencing any issues. size varying from 4GB to 16GB. In general, I don't use more than 16GB for jobs like these. The mistake occurred when I tried it on two separate PCs as well.
86
General / Re: Evolution error
« Last post by PrimeSuspect on Fri Mar 03 11:59:04 2023 »
In the meantime I`ve found an acceptable solution. Installing the Flatpak version of Betterbird works since this DOES have a tray notification for new mail and it works with the KDE desktop.
87
General / Re: Evolution error
« Last post by PrimeSuspect on Fri Mar 03 07:39:59 2023 »
There is no output in the terminal on start. Evolution just starts as normal. Closing it again though generates this in terminal.

(evolution:2215): GLib-GIO-WARNING **: 04:32:06.332: Your application did not unregister from D-Bus before destruction. Consider using g_application_run().

On checking, no I can`t see the gnome-keyring-daemon running in the list of services so guess this seems to be where the problem lies.

Entering that as a command in terminal generates this.

gnome-keyring-daemon: no process capabilities, insecure memory might get used
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
88
General / Re: Evolution error
« Last post by Thierry on Thu Mar 02 18:00:15 2023 »
What do you see as output on the console when you start evolution from the console.?

Is gnome-keyring-daemon running ?
89
General / Re: Evolution error
« Last post by PrimeSuspect on Thu Mar 02 15:41:41 2023 »
Yes, but I had already done that.
90
General / Re: Evolution error
« Last post by Thierry on Thu Mar 02 13:22:02 2023 »
Make sure gnome-keyring is installed
Pages: 1 ... 7 8 [9] 10