Page 1 of 1

Questions Regarding Gcin/Qmmp/Copy2Ram

Posted: 05 Feb 2015, 22:46
by WillyP
Hi. I've just started using Porteus a few days ago, and pretty much liked it. But, there are some questions/problems I've encountered.
  • Gcin
    I need to be able to type in Chinese. However, the SCIM IME doesn't give me good results. I mean, it spits out characters even I, a native speaker, haven't seen of, and the useful characters are at somewhere like Pg.100. Since I use gcin on my Mint installation, I tried a lot of ways to get gcin work on Porteus. I'm using https://code.google.com/p/porteus-xfce/ ... m&can=2&q=, but although the icons show up correctly at the bottom right of the screen, my typing doesn't seem to go though the IME. No matter what I set in the program, the typing just goes though like nothing is installed.
  • Qmmp
    This is more of a minor problem. Whenever I download something in Firefox, and click on "Open Directory", Qmmp will be opened instead of PcmanFM. I don't know if it's a settings issue of mine or not.
  • Copy2Ram
    This is more of a question than a problem. Is it possible to load the changes to memory with copy2ram? So it doesn't just load the modules.
Thanks for reading my (rather long) post, and it would be great if you helped me figure these questions out :)

Re: Questions Regarding Gcin/Qmmp/Copy2Ram

Posted: 06 Feb 2015, 13:06
by WillyP
After more trying and searching, I found out that I forgot to
export LC_CTYPE=zh_TW.UTF-8
export XMODIFIERS=@im=gcin
I *should* have put those two variables in the LXqt sessions settings.

Problem 1 resolved! Two more to go :D

Re: Questions Regarding Gcin/Qmmp/Copy2Ram

Posted: 06 Feb 2015, 16:51
by tome
regarding Qmmp - maybe there is somewhere "Choose" or "Open with" button, if yes choose /usr/bin/pcmanfm(-qt?).

Copy2Ram - I think no, it needs some tricks.

Re: Questions Regarding Gcin/Qmmp/Copy2Ram

Posted: 06 Feb 2015, 23:07
by WillyP

Code: Select all

xdg-mime default /usr/share/applications/pcmanfm-qt.desktop inode/directory
After using this command to set the default application, problem 2 solved!

Re: Questions Regarding Gcin/Qmmp/Copy2Ram

Posted: 06 Feb 2015, 23:21
by WillyP
For the third question, I found http://forum.porteus.org/viewtopic.php?f=81&t=3618

All clear, yay!

Thanks, guys :lol: