Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread deavmi

I know that. But they profess untrue information.


Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread deavmi

That's what I feel like.


Re: [Trisquel-users] Choice of DE in Graphical Install

2015-07-02 Thread deavmi

This would be awesome. I tried Antetgos out. I love that feature.


Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread deavmi
I have to admit I know the call GNU/Linux Linux. That isn't the problem but  
saying that GNU/Linux is only useful for programming is a down right lie and  
ignorance.


Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread deavmi

I love all your points you posted.


[Trisquel-users] Re : How to shut up Windows users

2015-07-02 Thread fredo
What I saw was not untrue information but just an add for a gaming os  
apparently based on linux kernel, and other people saying "I prefer win 7" Or  
"I prefer win 8.1".
I saw nothing wich looked like a debate or something like that. Just people  
saying quite meaningless things.


Re: [Trisquel-users] Closing Gmail/Outlook accounts.What is the easy way to backup all mails?

2015-07-02 Thread mjmhogg


1. Open evolution and compose a new mail.
2. Attach the .eml file as an attachment to this mail.
3. Save the mail and close the compose window.
4. Select the mail from the Evolution main window.
5. Below the viewing pane there will be an option to view the attachment  
inline.

   Click on it and enjoy.



Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread deavmi

Maybe a GNU layout Engine would be awesome.


Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread greatgnu

YAYY ICECACT! :)


Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread blade . vp2020

hi tomlukeywood
i made one lol
/*
*icecactus
*New web browser
* Copyright (c) 2015 ali abdul ghani
*This Program is free software: you can redistribute it and/or modify
*it under the terms of the GNU  General Public License as published by
*the Free Software Foundation, either version 3 of the License, or
*(at your option) any later version.
*This Program is distributed in the hope that it will be useful,
*but WITHOUT ANY WARRANTY; without even the implied warranty of
*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*GNU General Public License for more details.
 *You should have received a copy of the GNU General Public License
*along with this Program.  If not, see .
*/


#include
  #include
  int main(int argc, char* argv[]) {
const char *uri="https://www.trisquel.info";;
GtkWidget* window;
WebKitWebView* web_view;
gtk_init(&argc, &argv);

if(!g_thread_supported())
  g_thread_init(NULL);

window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_default_size(GTK_WINDOW(window), 600, 400);
g_signal_connect(window, "destroy", G_CALLBACK(destroy_cb), NULL);

web_view = web_view = WEBKIT_WEB_VIEW(webkit_web_view_new());
webkit_web_view_set_transparent(web_view, TRUE);


webkit_web_view_load_uri(web_view, uri);

gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(web_view));
gtk_widget_grab_focus(GTK_WIDGET(web_view));
gtk_widget_show_all(window);
gtk_main();
return 0;
  }



Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread deavmi
Saying that GNU/Linux performs poorly and that Windows is  faster (performs  
better) is a lie.


Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread onpon4
It's almost never a good idea to accuse someone of lying. Even if it's true,  
the accusation only makes you look aggressive and antagonistic. If someone  
says something that you think is untrue, point it out, but in a way that  
assumes good faith.


For example: "Could you elaborate on how Windows is faster than GNU/Linux? My  
experience tells me the opposite."


Also, you need to be open to the possibility that you may be wrong, or that  
there may be some nuance which makes both you and the other person partially  
correct. A Windows system can


Re: [Trisquel-users] How to shut up Windows users

2015-07-02 Thread onpon4
Having had another look at the thread, it seems to me that you made a bunch  
of posts decrying Windows in that thread, and they were either moved or  
deleted. I think you did something wrong here, and the moderators did  
something right. See my post above.


As for untrue information, see my post below. But in what's left of that  
thread, I don't see anything which is untrue, except for an obvious troll  
post at the bottom. Other than that, I see a response to you calling Windows  
a "shit platform" which points out that GNU/Linux is not a very good choice  
for proprietary software games, and this is true. He then in that same post  
praised GNU/Linux as useful for programming, and it seems you took this to  
mean that GNU/Linux is only useful for programming, for some reason.


Re: [Trisquel-users] tor-browser not playing videos

2015-07-02 Thread tegskywalker
I just use a user agent switcher and set it to iPad or Android tablet to  
force sites to use HTML5 video. Unfortunately, the majority of sites use mp4  
with H264 instead of WebM.


[Trisquel-users] Thoughts on Trisquel 7.1 based off of Ubuntu 14.04.3 with release in July or August

2015-07-02 Thread tegskywalker
I loaded up a live CD of Trisquel 7 the other day to test out MATE without  
hurting my system and ran into a few issues. I have an Nvidia GTX 970 video  
card and as you may or may not know, the 900 series hasn't received decent  
support within the kernel until the 3.19 release. I'm talking native  
detection and basic support without installing the non-free Nvidia drivers.


So this got me thinking. Most other major distributions offer point releases  
of their major releases to keep their ISOs fresh. Ubuntu does it (14.04.2),  
Debian does it (8.1), Linux Mint does it (17.2), and of course CentOS/RedHat  
do it (6.3).


Why does Trisquel have to be the exception?

With Trisquel based off of the LTS releases of Ubuntu and having Ubuntu  
14.04.3 around the corner, why not release an updated Trisquel ISO (7.1  
maybe?) that has the Vivid backport stack incorporating the 3.19 kernel and  
newer Xorg? As of today, the linux-generic-lts-vivid kernel is ready, but  
xserver-xorg-lts-vivid package is NOT fully integrated. Both will be there as  
part of the Ubuntu LTS Enablement Stack this month or at least by August.


I know you can always say "install the kernel after" or "just run netinstall"  
but some people want to run a live session off of their CD/DVD/USB drive  
first and then install via Ubiquity. Wouldn't it be better if people had a  
newer kernel from the start so they run into less issues when testing their  
hardware?


So please consider this as an option so the Trisquel ISOs don't grow stale.  
Especially since they offer packages that are at least a year too old now.


Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread greatgnu

Howdy I am the Icecactus and thou shalt have no other browsers before me!




Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread tomlukeywood

Gnactus a foe of Icecactus!
License: CC-BY-SA


Re: [Trisquel-users] Icecat 31.7.0

2015-07-02 Thread tomlukeywood


Gnactus VS Icecactus!
The video game!!!
Finally Icecactus can battle against everyone favourite character Gnactus!


its a modification of PyVader that brings glory the the army of Gnactus!
https://github.com/ZachR0/PyVader

link:
http://92.19.232.58:82/files/Gnactus%20vs%20icecactus%20The%20video%20game.tar.xz


Re: [Trisquel-users] Thoughts on Trisquel 7.1 based off of Ubuntu 14.04.3 with release in July or August

2015-07-02 Thread santi
Good idea, this will also help to adapt the iso building script to the new  
package-helpers system


Re: [Trisquel-users] Could systemd be an inconvenient on portability?

2015-07-02 Thread lovexdrew
Apparently systemd is giving some problems to Arch users who don't use  
systemd. Just thought it's relevant.


https://lists.archlinux.org/pipermail/arch-general/2015-July/039425.html


[Trisquel-users] Has anyone here ever tried to install URC? It's apparently a distributed IRC replacement...

2015-07-02 Thread lovexdrew
I'm not nearly smart enough to figure out how to put everything in those  
indexes together and make a working program out of it all, there's no  
step-by-step install guide I can find. But a distributed version of IRC is  
something I've wanted for years!


http://josephswilliams.com/software/urcd/doc/URC.txt


Re: [Trisquel-users] Has anyone here ever tried to install URC? It's apparently a distributed IRC replacement...

2015-07-02 Thread t8mf4nu6lizp

The description says "open source" but there is no license...

Hate it when people pull crap like this.


Re: [Trisquel-users] Osmo has suddenly stopped running.

2015-07-02 Thread lovexdrew

That fixed it, thank you.


Re: [Trisquel-users] Could systemd be an inconvenient on portability?

2015-07-02 Thread danigaritarojas
This is probably because Arch maintainers are using the easy way and marking  
systemd as a dependency, even though the software you're trying to install  
don't have systemd as a hard-dependency, take into account that systemd is  
the default in Arch since 2012. This is why I don't use distros that use  
software that I don't like by default, even if an alternative is available in  
that distro. Because chances are you get a half-broken system with the  
alleged alternative.


Re: [Trisquel-users] Has anyone here ever tried to install URC? It's apparently a distributed IRC replacement...

2015-07-02 Thread danigaritarojas

There's source https://github.com/JosephSWilliams/urcd/tree/master/src
But the license isn't convincing  
https://github.com/JosephSWilliams/urcd/blob/master/LICENSE


"/dev/null"  what a bad joke. Maybe a nice message telling him to put it  
under a free license will fix it.


[Trisquel-users] Rejected games list

2015-07-02 Thread nicolasmaia
Hi all! I've imported a list of games that might be mistakenly seen as libre,  
but are not. Have a peek: https://trisquel.info/en/wiki/rejected-games-list


Re: [Trisquel-users] Rejected games list

2015-07-02 Thread danigaritarojas
> A Tale In The Desert - Arx Fatalis "While the engine of Arx Fatalis was  
freed, this does not include the game data."


So what? What's the big deal with proprietary game data? (assuming that they  
allow non-commercial distribution)


Re: [Trisquel-users] Rejected games list

2015-07-02 Thread danigaritarojas
> Amnesia: A Machine For Pigs - commercial close source http://www.aamfp.com/  
(2013-08-18)


Using the word commercial there could be misinterpreted as "is bad because of  
being commercial and propietary" better get rid of that word when used in a  
negative context, unless you want people to call us a communist movement.


Re: [Trisquel-users] Rejected games list

2015-07-02 Thread danigaritarojas

> AssaultCube Reloaded - Several data files are under non-commercial license

Under this context I suppose this means that forbids non-commercial  
distribution. But if you read it alone is confusing, could mean that or the  
opposite. Better make it clear with something like "Several data files  
forbids non-commercial distribution".


Re: [Trisquel-users] Rejected games list

2015-07-02 Thread danigaritarojas
> Be The Wumpus - contains sounds under CC Sampling+. Most of them are from  
Freesound; some are PD or CC0; but tens of sounds made by two people  
(including the author) are under CC Sampling+.


What's the deal with Creative Commons Sampling Plus license?  
https://creativecommons.org/licenses/sampling+/1.0/
It says that you have a couple more freedoms than just non-commercial  
distribution.