[Trisquel-users] Error reading result file.You should use exception handling concepts.

2018-11-17 Thread willitc9888
``` #include #include #include #include #include using namespace std; int main(){ string s; int n; getline(cin,s); // read a string try{ // bitset constructor throws an invalid_argument if initialized // with a string containing characters other than 0 and 1

Re: [Trisquel-users] Libreboot laptops on Minifree heavily discounted for 2018 christmas season

2018-11-17 Thread info
cool :) Minifree is well-stocked at the moment. We have about 50 X200 Tablets flashed and ready to ship. Plenty of X200 and T400 flashed too. FSF will soon announce their FSF giving guide and sales will get pretty hectic, so I and my worker are preparing in advance.

Re: [Trisquel-users] Installation and DE

2018-11-17 Thread julesverne
If I remember correctly (long time since I installed it) there is an option to choose you DE during the installation of the netinst... If this is proven not to be entirely true, do as usual and use 'apt-get', as suggested by Mr. Banana.

Re: [Trisquel-users] Install Flatcam on Trisquel 8.0

2018-11-17 Thread greatgnu
>Mind telling us how you solved it? https://trisquel.info/en/forum/instalar-flatcam-en-trisquel-80#comment-137281 Coming right fresh out of the Spanish section, so I link it for you..

Re: [Trisquel-users] Install Flatcam on Trisquel 8.0

2018-11-17 Thread enduzzer
Mind telling us how you solved it?

Re: [Trisquel-users] Install Flatcam on Trisquel 8.0

2018-11-17 Thread caoszu82
Problem solved.

[Trisquel-users] Re : Installation and DE

2018-11-17 Thread lcerf
After booting in your installed system (only text sessions for a NetInstall) you can use 'sudo apt install' to install whatever you want, including the "xfce4" and/or the "gnome" (or maybe only "gnome-core") meta-packages. For instance: $ sudo apt install gnome-core