Tagged Questions
1
vote
0answers
27 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
15 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
47 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
0answers
24 views
Linux Mint Settings Changed Automatically [migrated]
The settings for my linux mint OS have somehow changed automatically. The wallpaper has changed to default background, the mouse and touchpad settings are different, and I can't see the 'Computer' ...
0
votes
2answers
81 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
179 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
272 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
223 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
105 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 ...