-
Posts
111 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
NikosAlexandris's post in Emerge kde-cli-tools was marked as the answer
For a follow-up, see https://bugs.funtoo.org/browse/FL-6936.
-
NikosAlexandris's post in Ego ImportError was marked as the answer
OK, I 've set to python3.6 via
root@carbon nik # eselect python list Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 [3] python3.6 (fallback) [4] python3.5 (fallback) root@carbon nik # eselect python set 3 root@carbon nik # eselect python show python3.6 and it worked. Thank you for the hints!
-
NikosAlexandris's post in Failure to sync ruby-kit was marked as the answer
Same as https://bugs.funtoo.org/browse/FL-4389. Proposed workaround worked for me too!
-
NikosAlexandris's post in Emerging biber requires to downgrade Perl was marked as the answer
I think the error was caused by the references file being corrupted. It works now, after opening the corresponding .bib file, doing a minor edit and saving, re-running finally through xelatex, biber and xelatex again.
-
NikosAlexandris's post in On the latest instructions for the "ZFS Install Guide" was marked as the answer
Just closing this topic. All works fine.
-
NikosAlexandris's post in Keychain: why ssh, scp and others keep asking for the passphrase? was marked as the answer
For some reason, Kgpg, after the updates, did not keep to play nice along with keychain. Me thinks, at least. The gpg-agent was not running actually. I don't know how this relates to ssh-add not being executed with the keychain call. Anyhow, I unmerged Kgpg, and added
the use-agent instruction in ~/.gnupg/gpg.conf the --agents ssh,gpg instruction to the keychain call in ~/.bash_profile in order to ensure both agents are launched. It seems that this fixed my problem. Any best practice hints to work with both, keychain and kgpg? Or don't mix-em up?
-
NikosAlexandris's post in Cleanly upgrade a Funtoo - workstation was marked as the answer
Closing this topic (though not exactly solved). I re-installed Funtoo :-)
-
NikosAlexandris's post in [Solved] media-libs/mlt was marked as the answer
You could use the Mark Solved button... Just for completeness ;-)
-
NikosAlexandris's post in Java version 7 (for web apps) was marked as the answer
None of the above helped me further. Searching more for available packages, showed icedtea-web-1.4.2. Emerging it like
USE="jamvm javascript" emerge -av icedtea-web hinted, among others, a magic message after installation completion saying The icedtea browser plugin (NPPlugin) can be enabled using eselect java-nsplugin. Listing options and current setting revealed the "problem"
eselect java-nsplugin list Available 32-bit Java browser plugins Available 64-bit Java browser plugins [1] icedtea-7 [2] icedtea-bin-6 current [3] icedtea-web@icedtea-7 [4] icedtea-web@icedtea-bin-6 [5] oracle-jre-bin-1.7 Setting it to "7", like
eselect java-nsplugin set 64bit 1 fixed it and http://glovis.usgs.gov/ runs fine. I don't know, of course, if installing icedtea-web-1.4.2 was necessary at all.
