iyuvalk
iyuvalk
@plegrand1, Thanks for the quick response!! I tried it now (removed argos, cloned it, copied it to ~/.local/share/gnome-shell/extensions/, restarted Gnome by Alt+F2 and clicked 'r' and enabled it again) and...
Oh... That was silly.... I cloned it from the master and not from the branch and now it works perfectly (-: Sorry for the trouble...
Just one last thing... This version works well and the menus do open but for some reason I cannot set the text color... the background color works correctly though. Is...
Hi, I have managed to generate a core dump of the error (zipped & attached to this message) and I also tried to use gdb to analyze it and here's...
Hi, I followed your instructions to the letter and here's the result. A zip file that contains two crash dumps and the executable that I got after compiling the sources...
Just to save you some time, here are my results from gdb: ``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/usr/local/sbin/netsniff-ng --ring-size 64MiB...
Hi, I just wanted to make sure... Is there anything else that I can do to help you find the problem and fix it?
Mmmm.... How can I tell? Is there a command that I can run to get that information? All I know is that it runs, as I mentioned earlier, inside a...
Here they are: ``` root@ip-xx-xx-xx-xx:/netsniff-ng# cat /proc/version Linux version 4.19.25-coreos (jenkins@ip-10-7-32-103) (gcc version 7.3.0 (Gentoo Hardened 7.3.0-r3 p1.4)) #1 SMP Sat Mar 9 01:05:06 -00 2019 root@ip-xx-xx-xx-xx:/netsniff-ng# root@ip-xx-xx-xx-xx:/netsniff-ng# /lib/x86_64-linux-gnu/libc.so.6 GNU...
I'm hoping that I'm not talking absolute rubbish here... but I have developed in C# and Python quite a lot, there we had the option of using try-catch (C#) or...