Search found 72 matches
- Wed Feb 10, 2016 12:06 pm
- Forum: Newbie Questions
- Topic: Separate Compilation in Mint
- Replies: 5
- Views: 503
Re: Separate Compilation in Mint
Make sure the name of the makefile is "Makefile" or "makefile". And add tabs before "recipe" lines, not spaces. In other words: quad: $(OBJS) <TAB>$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) clean: <TAB>rm $(OBJS) quad Also, make sure that all your files are in one folder.
- Sun Dec 20, 2015 9:38 am
- Forum: Hardware Support
- Topic: Wakeup from sleep and hibernation with continuous fan noise
- Replies: 2
- Views: 467
Re: Wakeup from sleep and hibernation with continuous fan no
Sounds like an acpi problem. When you say "upgrade" do you mean you made a fresh install or upgraded on top of the old version? Because it may have to do with the new kernel, so maybe switching kernels could work. You can also try different kernel boot parameters as suggested here: https:/...
- Fri Dec 18, 2015 11:57 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2326
Re: Errors with dpkg
Check with Synaptic Package Manager that python 2.7 is installed, and if not install it.
If it is, type this in the terminal to list the python executables:
ls -l /usr/bin | grep python
If it is, type this in the terminal to list the python executables:
ls -l /usr/bin | grep python
- Fri Dec 18, 2015 9:27 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2326
Re: Errors with dpkg
I think you need the 2.7 version with the missing module.
Try entering this: python2.7 --version. Do you get the version back?
Edit: yes, apparently they have changed the module name to "configparser" in Python 3.
Try entering this: python2.7 --version. Do you get the version back?
Edit: yes, apparently they have changed the module name to "configparser" in Python 3.
- Fri Dec 18, 2015 5:32 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2326
Re: Errors with dpkg
It seems that some python modules are missing. Check that you have python installed.
Also check that you have the module ConfigParser using:
ls /usr/lib/python2.7 | awk '/^C/{print $0}'
Also check that you have the module ConfigParser using:
ls /usr/lib/python2.7 | awk '/^C/{print $0}'
- Fri Dec 18, 2015 4:00 am
- Forum: Newbie Questions
- Topic: Mint doesn't like me anymore :(
- Replies: 15
- Views: 1245
Re: Mint doesn't like me anymore :(
You don't have to choose between Linux and Windows. Why limit your options when you can have both?
- Thu Dec 17, 2015 9:44 am
- Forum: Introduce yourself
- Topic: Fairly fresh
- Replies: 8
- Views: 399
Re: Fairly fresh
Hello, welcome to the Mint forums, have fun using Linux Mint!
- Thu Dec 17, 2015 7:38 am
- Forum: Newbie Questions
- Topic: Easiest way to clone OS to new drive?
- Replies: 5
- Views: 1021
Re: Easiest way to clone OS to new drive?
You can use dd:
http://www.cyberciti.biz/faq/linux-unix ... hard-disk/
Edit: on a second thought, you could have problems with the drive's uuid and grub, so this might not be a good idea...
http://www.cyberciti.biz/faq/linux-unix ... hard-disk/
Edit: on a second thought, you could have problems with the drive's uuid and grub, so this might not be a good idea...
- Thu Dec 17, 2015 7:11 am
- Forum: Other topics
- Topic: Help with udev rule not working
- Replies: 1
- Views: 1047
Re: Help with udev rule not working
I realize this thread is somewhat old, but no one has responded to it. So if you still need it, try this: Call the bash interpreter in the udev rule file: ACTION=="add", SUBSYSTEM=="block", RUN+="/bin/bash /home/jasen/usbinserted.sh" And also write out the full path of ...
- Thu Dec 17, 2015 3:52 am
- Forum: Scripts & Bash
- Topic: How to write a Bash shell script - by example
- Replies: 43
- Views: 59141
Re: How to write a Bash shell script - by example
You can also give your script as an input to the bash interpreter:
bash /path/to/script
This way you don't need the shebang line and also not the chmod permission.
Works for other interpreter languages too, such as perl and python.
bash /path/to/script
This way you don't need the shebang line and also not the chmod permission.
Works for other interpreter languages too, such as perl and python.
- Wed Dec 16, 2015 12:41 pm
- Forum: Software & Applications
- Topic: KeePassX 2.0 - when in repos?
- Replies: 8
- Views: 1103
Re: KeePassX 2.0 - when in repos?
I don't know, but maybe you can compile it from source?
- Wed Dec 16, 2015 12:30 pm
- Forum: Software & Applications
- Topic: Network manager indicator missing
- Replies: 11
- Views: 1387
Re: Network manager indicator missing
Is your internet connection working though?
First look if it is already running: service network-manager status
Then try restarting it: sudo service network-manager restart
First look if it is already running: service network-manager status
Then try restarting it: sudo service network-manager restart
- Wed Dec 16, 2015 11:40 am
- Forum: Introduce yourself
- Topic: Learning fast
- Replies: 7
- Views: 508
Re: Learning fast
Hello, welcome to the Mint forums, enjoy your stay!
- Tue Dec 15, 2015 9:55 pm
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
So maybe you are right and the filenames are messed up.
If you have the files on another system, you can also check the filenames there.
However, it may be easier to just rename the files yourself in case you don't have many files.
If you have the files on another system, you can also check the filenames there.
However, it may be easier to just rename the files yourself in case you don't have many files.
Re: Firefox!
Sorry, but Firefox is perfect as always. So it may be a problem with your system or it is really you : )
Habitual, what do you mean by "compressed layouts"? If you mean the look and feel, you can install Classic Theme Restorer.
Habitual, what do you mean by "compressed layouts"? If you mean the look and feel, you can install Classic Theme Restorer.
- Tue Dec 15, 2015 8:24 pm
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
Copy and paste the path to the folder with the music files as if it were a website, for example: /home/user/music
Or simply enter "/home" and navigate to the folder.
Or simply enter "/home" and navigate to the folder.
- Tue Dec 15, 2015 7:48 pm
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
Possibly, but you might want to try with another program to make sure. Can you download Firefox from the repositories?
Also, have you tried the other two Japanese encodings with convmv? Same result?
Also, have you tried the other two Japanese encodings with convmv? Same result?
- Tue Dec 15, 2015 7:06 pm
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
Because it probably checks the contents of the files, not their names. Anyway, you need to convert the filenames to utf-8, not to other encodings, so that the file manager can understand them. Try specifying the following encodings to convmv as the source encoding: iso-2022-jp, euc-jp, shiftjis. To ...
- Tue Dec 15, 2015 4:40 am
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
Okay, so it looks like an encoding problem. As I wrote in my first post, you can rename the files yourself or use "convmv" to convert the names to Unicode. Before converting the names though, you will need to find the encoding that was used in the file names. You can use the web browser fo...
- Mon Dec 14, 2015 6:51 am
- Forum: Other topics
- Topic: Support for Japanese not working?
- Replies: 14
- Views: 1121
Re: Support for Japanese not working?
It may be the fonts or the encoding of the file names. First enter this in the terminal to make sure you have Japanese fonts installed: fc-list :lang="ja" Also verify that you can view Japanese in general. For example, in the browser and in the names of files you create yourself. If everyt...