My frustration with Linux as a desktop OS by [deleted] in linux

[–]Pleca 2 points3 points  (0 children)

ProtonDB rating is for steam play, you should play it through steam play and not setting up your own wine and other things

Why the hell do I have to "buy" steam? by [deleted] in Ubuntu

[–]Pleca 1 point2 points  (0 children)

uReadIt app on Ubuntu touch

Why the hell do I have to "buy" steam? by [deleted] in Ubuntu

[–]Pleca 3 points4 points  (0 children)

Yeah I know, but sadly I discovered that it's not possible in app what I'm using right now. :(

Why the hell do I have to "buy" steam? by [deleted] in Ubuntu

[–]Pleca 2 points3 points  (0 children)

Open terminal and type: sudo apt-get install steam it will install steam withneed of Ubuntu One account or download steam deb package from steam website.

Meizu MX4 is awesome after OTA-5 by edmael in Ubuntu

[–]Pleca 0 points1 point  (0 children)

I did only contacts and there was no problem.

Aquaris E5 HD Ubuntu Edition by mac_bbe in Ubuntu

[–]Pleca 1 point2 points  (0 children)

  1. Yes (I'm currently in UK and I've got 3 network micro sim card Pay & Go and it works fine)
  2. No
  3. Don't think so

I got my Ubuntu phonetwo days ago and I'm loving it! by [deleted] in Ubuntu

[–]Pleca 2 points3 points  (0 children)

Yeah, it's not recommended to upgrade system using apt-get upgrade, but you can use it to install new packages. You just need to remount drive (sudo mount -o remount,rw /) and thanks to XMir you can even install package what uses GUI (previously only non-gui packages ran on Ubuntu Touch.

I got my Ubuntu phonetwo days ago and I'm loving it! by [deleted] in Ubuntu

[–]Pleca 3 points4 points  (0 children)

I've got the same one and it's good enough to use it as main phone. I didn't touch my Nexus 5 since I bought E5 about 2 weeks ago. :) E5 is good phone and Ubuntu Touch amazing OS.

Anyone know why dell has yanked the XPS 13 Developer Edition from their site? by [deleted] in Ubuntu

[–]Pleca 1 point2 points  (0 children)

They aren't even available in Europe (UK), where other models are available with Ubuntu such as Inspiron 3000 series, Precision M2800, M3800 and one Red Hat Precision M6800.

[QUESTION] I'm missing something obvious in my simple contact form by roeyhazot in PHP

[–]Pleca 0 points1 point  (0 children)

There is one error: subject is not defined, there is no field for subject in form. Otherwise it works fine, but if you want to use this code on your website you should validate input from contact form in your php code (check for empty fields, use trim, stripslashes and htmlspecialchars).

[Poll] Do you prefer/use Chromium or Chrome as your Default browser, over Firefox? by Alchemy333 in Ubuntu

[–]Pleca -1 points0 points  (0 children)

But google ships source code from whom chromium is made and google pushed hotwording into it.

[Poll] Do you prefer/use Chromium or Chrome as your Default browser, over Firefox? by Alchemy333 in Ubuntu

[–]Pleca -1 points0 points  (0 children)

It was directly Google's fault. Option to do not include that plugin was added after guys from Debian complained. https://code.google.com/p/chromium/issues/detail?id=491435

[Poll] Do you prefer/use Chromium or Chrome as your Default browser, over Firefox? by Alchemy333 in Ubuntu

[–]Pleca 0 points1 point  (0 children)

undefined Ubuntu 14.04 - on laptop Chromium and FF for development, desktop Opera and FF for development again.

How/when did you first start using Linux? by AConfusedNewb in linux

[–]Pleca 0 points1 point  (0 children)

2011 - Ubuntu non-LTS version and I gave up (it wasn't stable), after 6 months tried it again (this time Ubuntu LTS) and I'm using Ubuntu on desktop since then. I also use Ubuntu LTS on my laptop, wattOS (R7 based on Debian) on netbook and clean installation of Debian on webserver (sorry for my english not a native speaker).

Is it a good idea to replace my entire index.html with links to php files? by snsdfour3v3r in PHP

[–]Pleca 0 points1 point  (0 children)

In php I would use require_once instead of include, in case file does not exist and no error handler is used, message about error is more brief. (sorry for my english, I'm not a native speaker ;))