Tagged Questions

1
vote
0answers
36 views

Links Open Browser, but Not Specified URL

Using Mint 11 - Firefox 8 If I click on a link in an Email (using Evolution) Firefox is opened, but it opens to my home page instead of the URL of the link that was clicked on. This just started ...
0
votes
0answers
16 views

Java app has fuzzy icon in the alt-tab list in GNU/Linux Mint

I'm using JFrame.setIconImages to set the icons for a JFrame in my application, working from the example at How to add an image to a JFrame title bar?. On Mint (Cinnamon desktop), I'm getting a fuzzy ...
0
votes
1answer
38 views

Removing RVM on KDE Linux Mint 12 to re-install RVM as single user

I've been having issues installing RVM correctly in a single user environment. RVM keeps giving me errors and I need to just start over. =) I followed the answer from here: Installed Ruby 1.9.3 with ...
0
votes
0answers
57 views

How can I prevent the backlight on my Macbook — running Linux Mint 12 — from turning off when I change screen resolutions?

I'm running Mint Linux 12 on a Macbook (revision 4.1). When I change the screen resolution, the monitor backlight turns off; I can still see what's on the monitor if sunlight hits the monitor at the ...
0
votes
1answer
58 views

Why wicket maven archetype isn't web?

I have a puzzle I just figured out that when I was creating a maven project from wicket archetype the resulting project was not a web project. I tried everything I could: set the project to web ...
0
votes
2answers
89 views

Installing Linux (Mint) on Wiped Windows Computer [closed]

I have a laptop that has been 'wiped'. If I boot it up, it says "Non-System Disk Error..." I have downloaded Linux Mint and burnt it to a CD (The files & folders, not the ISO) on a Mac. I then ...
0
votes
1answer
185 views

Linux GCC Compiler Output in Mint: What to do with the file?

I wrote a simple c program. saved it with "c" suffix. Went to the terminal (in Linux Mint), typed in gcc -o outputfile inputfile.c In the directory containing inputfile.c a file called outputfile ...
0
votes
2answers
297 views

mySQL connecting at any port

I'm running Linux Mint and trying to connect to mySQL this way mysql --port=3306 -u root -p Then it prompts me for my password. This is all fine. Why is it that when I type something like this it ...
0
votes
1answer
233 views

How to create Menu in linux mint

Hi I am using linux mint OS. I want to create my own menu (eg like Internet). How to create menu? Thanks Sunil Kumar Sahoo
0
votes
1answer
109 views

How to create installer for linux mint

Hi I have created rpm for my software which works fine for fedora. But this fails whenever I want to install the same in linux mint. because linux mint supprts .deb file for installation. So I want to ...