[Linux Mint](http://www.linuxmint.com/) is an operating system based on the Linux distribution Ubuntu.

learn more… | top users | synonyms

-1
votes
1answer
14 views

Linux - don't have Software Sources in menu [closed]

I want install addiational drivers on Linux Mint 14, but i don't have in menu this options. Is there any scorut to go there ?
-1
votes
1answer
22 views

installing mousepad in linux mint [closed]

I tried this code several times: sudo apt-get install mousepad But then always shows me this: E: unable to lock file /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Admin ...
0
votes
0answers
303 views

Error: no such partition. grub rescue> [closed]

Here's what happened: I got a new laptop recently, it came with Windows 8, but I wanted to install Linux Mint to do some hobby programming. I first (accidentally) installed it "next to windows". ...
-2
votes
0answers
21 views

linux ldd command cannot work [migrated]

I am using linux mint13 64bit now ,when I use ldd memcached the error is below: ldd: ./memcached: No such file or directory I don't know why.
-2
votes
0answers
33 views

Booting Linux from USB - countdown repeating [closed]

I have a Windows computer that I am trying to convert to Linux. I have downloaded the .iso file from Linux Mint 14 and have used UNetbootin to convert my USB to a bootable drive. I choose to boot ...
-2
votes
0answers
38 views

Linux Mint Radeon HD 7610M [closed]

I try install drivers for this video card on my Linux Mint 14, but I don't know how. I download drivers from AMD site and install it, but my system don't see this card. Can anybody help me ?
0
votes
0answers
45 views

“Error opening terminal: unknown.” when trying to run a program inside Eclipse

I've recently installed Eclipse 3.8 on my Linux Mint PC (I've used it on Ubuntu before without problems) and every time I try to run a C++-program, It just sais "Error opening terminal: unknown." in ...
1
vote
1answer
54 views

Binding F1 to ESC in VIM

Evening, I got a Lenovo T400 laptop, and the F1 is in a stupid place, and keep hitting it instead of hitting Esc to get change modes with VIM. I did some googling, and tried adding map <F1> ...
0
votes
0answers
12 views

dpkg : dependency problems - leaving unconfigured [migrated]

I have a problem with Emacs on my Linux Mint. When I make an apt-get upgrade or apt-get -f install, I have this error message : Paramétrage de emacsen-common (2.0.3) ... ...
0
votes
2answers
40 views

Find and replace function that will do simple arithmetic?

I am generating simple SVG diagrams by using sed find and replace on some text input. However, I need a more sophisticated find and replace operation involving simple math, to alter certain X and Y ...
0
votes
1answer
12 views

Trouble Making Spooles

I am trying to make Spooles 2.2-9 on Mint Maya linux distro and I get the following error. aaron@atown ~/Downloads/spooles $ sudo make global cd A2/src ; make -f makeGlobalLib make[1]: ...
0
votes
0answers
29 views

Unable to load browser view

Whenever I try to show the internal browser view Aptana shows me this error message and fails to load the internal browser. Unhandled event loop exception No more handlesNative code library failed to ...
1
vote
1answer
129 views

installing libxml in ruby 1.8.7 on linux mint

this is the result when trying to install -> extconf failure: need libm virtualrails@jay ~ $ sudo gem install libxml-ruby Building native extensions. This could take a while... ERROR: Error ...
0
votes
0answers
63 views

Zenity Menu not showing

I an trying to make a zenity menu but i am having some problems getting it to open, when i run it in the terminal it wont work. my code #!/bin/bash #GUI for TaskB menu chmod 755 TaskC.sh ...
-1
votes
2answers
166 views

'RUN' in Linux Mint wont work

when i double click on an executable file, it wont run after i click RUN. i have tried it with a couple of .sh files and some downloaded software, does anyone know why? a particular .sh file i need ...
0
votes
1answer
52 views

My error messages in terminal blink rather than stay, how can i get it to stay?

I have a basic menu that completes tasks that have already been set to me, i have the menu to show up and the functions to work, however, when the user chooses option 4, the results only blink in the ...
0
votes
3answers
64 views

How to add a txt file in the terminal without putting any data in it

I am trying to add a textfile to the desktop and then delete it, i did have the code working to create the file, but now whenever i create it, it then makes me put data into it, whatever i type in the ...
0
votes
0answers
56 views

slow eclipse remote debugging connection

I'm running linux mint 14, java 1.7.0_06-b24, eclipse 4.2. I'm building and deploying a large web app to a local WebLogic instance. When I try to connect a remote debugging session to this app for ...
1
vote
2answers
88 views

FreeGLUT linking Issues in Linux

I am running Linux Mint 14.1 64-bit I have installed the following libs: mesa-common-dev, freeglut3-dev, libglew-dev through the apt-get tool. Here are my includes, located in my Main.h file: ...
-1
votes
1answer
127 views

Files getting corrupted on Linux Mint (/Ubuntu) [closed]

I have been using Linux Mint 14 Nadia for a couple of months but now it has starting corrupting my files. Those files which I keep working on get 0 size and lose all data randomly. On Nemo ...
0
votes
1answer
38 views

apt-get does not work with correct packages piped from file

I have a weird problem with automating package installation with apt-get. I have a list of packages in a file say packagefile.txt. I want to use this list to automate the process of installing these ...
0
votes
2answers
199 views

R doesn't recognize Pandoc Linux Mint

I asked a related question: check if a program is installed But am refraining from answering until I've tested the solutions for myself on all three systems. I can get pandoc to work from within R ...
0
votes
2answers
39 views

How do I know what packages are named with apt-get?

Linux noob here. I want to download a program. Lets say this time its an ssh server. How do I know what to type in sudo apt-get ???? install? I tried ssh and sshserver just off the top of my head, ...
0
votes
0answers
27 views

Conky in C/C++ language

I want to change image of my desktop in mint :) I wan to add sth like conky to desktop but I don't know LUA language :( Is it possible to write it in C/C++ language? (for example I want to connect ...
-1
votes
1answer
414 views

Linux Mint 14 cinnamon problems

I have recently installed linux mint 14 cinnamon alongside windows 7 home premium 64 bit on sony vaio SVE15117FN model. I'm having difficulty in using its wireless drivers. Can anyone help me as to ...
0
votes
1answer
471 views

linux mint 14 severe overheating [closed]

I've tried switching to Mint (it was Mint 12) about 6 months ago, but failed to do it due to enormous overheating which made it virtually impossible to run any applications more complex than Gedit. ...
1
vote
1answer
82 views

Why my getservbyname function always return NULL?

Right now i'm having some troubles with the getservbyname() function in linux mint, every time i try to get a port it returns NULL and i don't know what could be extern struct servent ...
0
votes
1answer
77 views

Reportlab pdf encoding

I want to write some Turkish character to pdf with reportlab. i used fallowing code to do this. c = Canvas("test.pdf") data="ğçİöşü" p = Paragraph(data.decode('utf-8'), style=styNormal) but it ...
0
votes
0answers
326 views

Is it possible to run CUDA programming on Mint 14?

I want to use Mint 14 for my setup but I need also program some CUDA. Is there any restriction about Mint 14 to program CUDA on it?
0
votes
0answers
182 views

Neo4j Server issue: “Could not find the main class: org.neo4j.server.storemigration.PreStartupStoreUpgrader. Program will exit.”

I have used the Neo4j database successfully on my Ubuntu 12.04 before I moved on Mint 13. So, I installed the database (as described here) and tried to start neo4j-service: sudo service neo4j-service ...
0
votes
0answers
96 views

rebuilding python in linux

I have an issue with Google App Engine not finding sqlite3 when I import it (I'm using Linux mint). I apt-get install'ed sqlite3 like a tutorial online said but now I need to rebuild python (after the ...
0
votes
1answer
153 views

use mercurial with linux Mint

i'm currently trying Linux Mint with Mate and i'm looking for a solution to manage my mercurial repo. Tortoise-hg doesn't seems to be compatible with caja. Except command line, what are your solutions ...
1
vote
1answer
72 views

Apache <Directory> not applying to subdirectories

I'm running the latest Apache Server on Linux Mint 14 and trying to take my first babysteps with vhosts, where I encountered a general problem with my setup: every option I declare in the ...
0
votes
1answer
316 views

Compile CMU PocketSphynx at Linux Mint 13 [closed]

I've installed CMU Sphynx at Linux Mint 13 (based on Ubuntu 12.04 LTS) and I simply cant' find any examples for: How to just test how it work in most simple way? I want to launch it from command ...
0
votes
1answer
101 views

Hdoop HBase scripts on Linux Mint gives strange errors

I have installed Hadoop and Pig on my Mint (Ubuntu-like) virtual machine. I keep getting strange error messages when running scripts. In fact, when I run hadoop commands I also get errors but at least ...
0
votes
2answers
240 views

Mint - Stored SVN password was changed and now unable to commit

I have a copy of a repo on my localhost with a saved username / password for the SVN repo. The problem is that I changed my svn password (and would like to keep it that way) but every time I try to ...
0
votes
0answers
82 views

Gloox: “onConnect” not called Linux Mint 13

This question is a bit tricky and I don't really think I'll find an answer but I'll try anyway. I'm writing a C++ program using gloox for XMPP transfers. My problem , which is happening only on my ...
-1
votes
1answer
151 views

no sound, surf, and share files in vmware linux [closed]

I'm a beginner. I installed linux mint in my vmware 9. 1. when I turn on the machine, it will play a sound when enter the user name step, but when I log, no sound any more. 2.I want to share files ...
1
vote
1answer
2k views

An issue installing VMware Tools on Linux Mint 13 [closed]

I have followed the installation procedures found here: http://install-climber.blogspot.com/2012/08/linuxmint13cinnamoninstallvmwaretools.html however, at the end when I execute the command ...
0
votes
2answers
88 views

codeigniter project migration from iis to apache2

I have migrated my project from Windows IIS to Mint Apache2. Unfortunately I am getting an error: HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was ...
0
votes
1answer
3k views

How to control screen brightness on Linux Mint 13? [closed]

If you could suggest a package to do so through the graphical interface, this would be very appreciated. :) A the end, I solved the problem: just install the official drivers for your VGA (in my case ...
1
vote
2answers
5k views

How to install GCC 4.7.2 on Linux Mint? [closed]

I need to install the latest version of GCC on Linux Mint 13. I found some useful terminal commands for Ubuntu 12.04, but it seems that nothing similar for Mint exists on the Internet... Edit: I ...
1
vote
1answer
764 views

Compile php with ldap [closed]

I'm on Linux Mint - i can't compile php with LDAP support Configure says : checking for LDAP Cyrus SASL support... yes configure: error: Cannot find ldap libraries in /usr/lib. But every -dev libs ...
-1
votes
1answer
194 views

Can't delete file from trash (previously mounted drive) [closed]

I'm running Linux Mint 12 (upgraded from Ubuntu). I have some files in my Trash that were originally deleted from an old mounted HD that I no longer have. They still show in my trash though, I can't ...
1
vote
1answer
332 views

Linux Mint trigger slowly query on mysql on system booting

My system is booting slow because to a MySQL command executed on boot...The problematic query is below: mysql> show full processlist; ...
0
votes
1answer
334 views

Cannot compile with makefile - undefined reference to `boost::re_detail

I got an assignment to improve running time of some code. The only problem is, I can't even compile it to run it on my machine in the first place. Every time I try, it stops somewhere in the midst of ...
-1
votes
2answers
88 views

Whitespace added after path following a command with sudo [closed]

When I try to execute a command as super user that is followed by a path, the auto-complete (tab) will produce a whitespace after the folder: Example, in my home folder: "sudo cat Doc" <tab> ...
2
votes
2answers
686 views

Unable to find a source package for pidgin (linux mint)

I want to start developing Pidgin plugins under Linux mint 13. I red the official tutorial ( http://developer.pidgin.im/wiki/CHowTo/BasicPluginHowto ) and at the beginning there said that i should ...
1
vote
1answer
113 views

Linux Mint make Kohana's logs and cache writable

I can't properly install kohana on my mint distro, because the cache and logs aren't writable. I've tried chmod 777 cache and same for logs, but it just won't change. chmod a+w didn't help either. ...
1
vote
1answer
182 views

Connecting HTC 3D to ADB

I'm trying to connect my Android HTC3D phone to my laptop and have been chugging away at this problem for quite some time now. I have done some research and scanned stackoverflow but nothing has ...

1 2