Bitcoin Forum

Economy => Services => Topic started by: MovieBTC on October 03, 2016, 10:08:21 PM



Title: .
Post by: MovieBTC on October 03, 2016, 10:08:21 PM
paying 20$ in BTC for anyone who can make my terminal (LxTerminal) display Å Ä Ö so i can actually use it when i browse my archive with LINKS.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 10:15:40 PM
i can walk you through to solve you issue


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: ivanst776 on October 03, 2016, 10:16:13 PM
paying 20$ in BTC for anyone who can make my terminal (LxTerminal) display Å Ä Ö so i can actually use it when i browse my archive with LINKS.

I don't know if you have seen this thread http://www.linuxforums.org/forum/newbie/208297-lxterminal-wont-show.html

Not sure if this is the same problem but worth taking a look http://stackoverflow.com/questions/12649896/why-doesnt-my-terminal-output-unicode-characters-properly

I saw that for chinese characters to be displayed is needed to install fonts but for "Ä" is just a configuration somewhere.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 10:21:50 PM
i can walk you through to solve you issue

that would be nice!

paying 20$ in BTC for anyone who can make my terminal (LxTerminal) display Å Ä Ö so i can actually use it when i browse my archive with LINKS.

I don't know if you have seen this thread http://www.linuxforums.org/forum/newbie/208297-lxterminal-wont-show.html

Not sure if this is the same problem but worth taking a look http://stackoverflow.com/questions/12649896/why-doesnt-my-terminal-output-unicode-characters-properly

I saw that for chinese characters to be displayed is needed to install fonts but for "Ä" is just a configuration somewhere.

i've tried those alternatives, i just can't get it to work....


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 10:26:33 PM
ok open your lxterminal, edit, preferences, advanced, Select-By-Word characters: copy and paste what's in that case for me
 


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 10:29:42 PM
ok open your lxterminal, edit, preferences, advanced, Select-By-Word characters: copy and paste what's in that case for me
 

that changes all the time...

right now it says -A-Za-Z0-9,./?%&#:_~

i've tried to paste ÅÄÖ in there, but they won't be displayed later on in the terminal


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 10:33:55 PM
it should work!
try entering "setxkbmap se" in you terminal 'without "" '


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 10:35:14 PM
it should work!
try entering "setxkbmap se" in you terminal 'without "" '


ending up with "XKB extension not present on :1.0"


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 10:41:48 PM
now i knew the problem. tell me what distro are you using to fix it


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 10:43:22 PM
now i knew the problem. tell me what distro are you using to fix it

i do not know. i'm quite new with linux. currently using a RPI 3 with Raspbian.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 11:01:33 PM
ok in your terminal enter (without "" ):
"sudo apt-get update && sudo apt-get install xserver-xorg xserver-xorg-core xserver-xorg-dev xserver-xorg-input-acecad xserver-xorg-input-aiptek xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-mtrack xserver-xorg-input-multitouch xserver-xorg-input-void xserver-xorg-video-all xsettingsd xterm xtermcontrol xtermset xutils xutils-dev xview-clients xxkb"
This should install xorg with all of it's cool stuff and will solve your problem (the las one xxkb is the most important becos it would solve XKB extension not present)
Reminder: you should have a good internet connection.
   


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 11:07:49 PM
ok in your terminal enter (without "" ):
"sudo apt-get update && sudo apt-get install xserver-xorg xserver-xorg-core xserver-xorg-dev xserver-xorg-input-acecad xserver-xorg-input-aiptek xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-mtrack xserver-xorg-input-multitouch xserver-xorg-input-void xserver-xorg-video-all xsettingsd xterm xtermcontrol xtermset xutils xutils-dev xview-clients xxkb"
This should install xorg with all of it's cool stuff and will solve your problem (the las one xxkb is the most important becos it would solve XKB extension not present)
Reminder: you should have a good internet connection.
   

got this now.


Code:
pi@raspberrypi:~ $ sudo apt-get install xserver-xorg xserver-xorg-core xserver-xorg-dev xserver-xorg-input-acecad xserver-xorg-input-aiptek xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-mtrack xserver-xorg-input-multitouch xserver-xorg-input-void xserver-xorg-video-all xsettingsd xterm xtermcontrol xtermset xutils xutils-dev xview-clients xxkb
Reading package lists... Done
Building dependency tree      
Reading state information... Done
xserver-xorg is already the newest version.
xserver-xorg-input-all is already the newest version.
xserver-xorg-input-all set to manually installed.
xserver-xorg-core is already the newest version.
xserver-xorg-core set to manually installed.
xserver-xorg-input-evdev is already the newest version.
xserver-xorg-input-evdev set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-input-mtrack : Conflicts: xserver-xorg-input-multitouch but 1.0~rc2+git20110312-2+b4 is to be installed
 xserver-xorg-video-all : Depends: xserver-xorg-video-ati but it is not going to be installed
                          Depends: xserver-xorg-video-nouveau but it is not going to be installed
                          Depends: xserver-xorg-video-vesa but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


still getting "XKB extension not present on :1.0"


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 11:12:52 PM
ok eneter:
apt-get install xserver-xorg-input-all xserver-xorg-input-kbd xsettingsd xterm xtermcontrol xtermset xutils xutils-dev xview-clients xxkb
(welcome to the linux world where nothing is simple!!)


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 03, 2016, 11:25:11 PM
Done

Code:
pi@raspberrypi:~ $ sudo apt-get install xserver-xorg-input-all xserver-xorg-input-kbd xsettingsd xterm xtermcontrol xtermset xutils xutils-dev xview-clients xxkb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xserver-xorg-input-all is already the newest version.
xserver-xorg-input-all set to manually installed.
xxkb is already the newest version.
The following extra packages will be installed:
  libutempter0 x11-session-utils xbitmaps xviewg
Suggested packages:
  xfonts-cyrillic x11-xfs-utils indent
The following NEW packages will be installed:
  libutempter0 x11-session-utils xbitmaps xserver-xorg-input-kbd xsettingsd
  xterm xtermcontrol xtermset xutils xutils-dev xview-clients xviewg
0 upgraded, 12 newly installed, 0 to remove and 140 not upgraded.
Need to get 1832 kB of archives.
After this operation, 5479 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main xbitmaps all 1.1.1-2 [32.1 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main xviewg armhf 3.2p1.4-28.1 [709 kB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ jessie/main libutempter0 armhf 1.1.5-4 [7516 B]
Get:4 http://mirrordirector.raspbian.org/raspbian/ jessie/main x11-session-utils armhf 7.7+1 [60.1 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ jessie/main xserver-xorg-input-kbd armhf 1:1.8.0-1+b2 [38.3 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ jessie/main xsettingsd armhf 0.0.20121210+72+g474f18a-1 [22.8 kB]
Get:7 http://mirrordirector.raspbian.org/raspbian/ jessie/main xterm armhf 312-2 [571 kB]
Get:8 http://mirrordirector.raspbian.org/raspbian/ jessie/main xtermcontrol armhf 3.1-1 [34.6 kB]
Get:9 http://mirrordirector.raspbian.org/raspbian/ jessie/main xtermset armhf 0.5.2-5 [11.1 kB]
Get:10 http://mirrordirector.raspbian.org/raspbian/ jessie/main xutils all 1:7.7+7 [36.6 kB]
Get:11 http://mirrordirector.raspbian.org/raspbian/ jessie/main xutils-dev armhf 1:7.7+3 [235 kB]
Get:12 http://mirrordirector.raspbian.org/raspbian/ jessie/main xview-clients armhf 3.2p1.4-28.1 [73.9 kB]
Fetched 1832 kB in 1s (978 kB/s)         
Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("C.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package xbitmaps.
(Reading database ... 119216 files and directories currently installed.)
Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ...
Unpacking xbitmaps (1.1.1-2) ...
Selecting previously unselected package xviewg.
Preparing to unpack .../xviewg_3.2p1.4-28.1_armhf.deb ...
Unpacking xviewg (3.2p1.4-28.1) ...
Selecting previously unselected package libutempter0.
Preparing to unpack .../libutempter0_1.1.5-4_armhf.deb ...
Unpacking libutempter0 (1.1.5-4) ...
Selecting previously unselected package x11-session-utils.
Preparing to unpack .../x11-session-utils_7.7+1_armhf.deb ...
Unpacking x11-session-utils (7.7+1) ...
Selecting previously unselected package xserver-xorg-input-kbd.
Preparing to unpack .../xserver-xorg-input-kbd_1%3a1.8.0-1+b2_armhf.deb ...
Unpacking xserver-xorg-input-kbd (1:1.8.0-1+b2) ...
Selecting previously unselected package xsettingsd.
Preparing to unpack .../xsettingsd_0.0.20121210+72+g474f18a-1_armhf.deb ...
Unpacking xsettingsd (0.0.20121210+72+g474f18a-1) ...
Selecting previously unselected package xterm.
Preparing to unpack .../archives/xterm_312-2_armhf.deb ...
Unpacking xterm (312-2) ...
Selecting previously unselected package xtermcontrol.
Preparing to unpack .../xtermcontrol_3.1-1_armhf.deb ...
Unpacking xtermcontrol (3.1-1) ...
Selecting previously unselected package xtermset.
Preparing to unpack .../xtermset_0.5.2-5_armhf.deb ...
Unpacking xtermset (0.5.2-5) ...
Selecting previously unselected package xutils.
Preparing to unpack .../xutils_1%3a7.7+7_all.deb ...
Unpacking xutils (1:7.7+7) ...
Selecting previously unselected package xutils-dev.
Preparing to unpack .../xutils-dev_1%3a7.7+3_armhf.deb ...
Unpacking xutils-dev (1:7.7+3) ...
Selecting previously unselected package xview-clients.
Preparing to unpack .../xview-clients_3.2p1.4-28.1_armhf.deb ...
Unpacking xview-clients (3.2p1.4-28.1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for gnome-menus (3.13.3-6) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.58) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up xbitmaps (1.1.1-2) ...
Setting up xviewg (3.2p1.4-28.1) ...
Setting up libutempter0 (1.1.5-4) ...
Creating utempter group...
Setting up x11-session-utils (7.7+1) ...
Setting up xserver-xorg-input-kbd (1:1.8.0-1+b2) ...
Setting up xsettingsd (0.0.20121210+72+g474f18a-1) ...
Setting up xterm (312-2) ...
Setting up xtermcontrol (3.1-1) ...
Setting up xtermset (0.5.2-5) ...
Setting up xutils (1:7.7+7) ...
Setting up xutils-dev (1:7.7+3) ...
Setting up xview-clients (3.2p1.4-28.1) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: manollo7604 on October 03, 2016, 11:31:10 PM
great, now upgrade your system (optional) "apt-get upgrade -y && apt-get dist-upgrade -y" and reboot, enter "setxkbmap se" in you terminal, now your problem should be solved.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 04, 2016, 12:11:54 AM
.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 04, 2016, 12:35:57 AM
'' Setxbkmap se '' does still not work


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 04, 2016, 08:34:52 AM
still not solved. 20$ for anyone who can fix it !


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: Joel_Jantsen on October 04, 2016, 09:32:35 AM
Not the wisest solution but you can try the following : -

1.Put the following in one of your login scripts (/etc/profile, ~/.xinitrc, ...):

Code:
export LANG="<your language>.UTF-8"

2.Try wiping the config files, totally uninstalling Xfce and some other packages related, and then installing it again.

The core source of the discussion :  https://bbs.archlinux.org/viewtopic.php?id=122497


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: t2yax on October 04, 2016, 09:51:04 AM
edit /etc/vconsole.conf as admin

write KEYMAP=sv at first line

save the configuration file and restart.

if not succesful i have some more ways to solve.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: pandalion98 on October 04, 2016, 10:00:30 AM
On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: t2yax on October 04, 2016, 10:13:59 AM
On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.

may you copy the content of your /etc/vconsole.conf and output of this code
Code:
setxkbmap -print -verbose 10
to here ?


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 04, 2016, 10:59:21 AM
On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.

may you copy the content of your /etc/vconsole.conf and output of this code
Code:
setxkbmap -print -verbose 10
to here ?

can not locate /etc/vconsole


setxkbmap -print -verbose 10 prints:

setting verbose level to 10

XKB extension not present on :1.0


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: Nobitcoin on October 04, 2016, 04:08:50 PM
Open console and set xkb map to correct model & layout.

setxkbmap -model pc105 -layout no

Replace model and layout language code to whatever is the correct one for you. I just ran setxkbmap -print on the PC  to get an idea about these values. You can either run the console through a RDP session or perhaps even login through ssh with X display redirection, like this ssh -X <server>.

Generate XRDP keymap file:

xrdp-genkeymap km-0414.ini
sudo mv km-0414.ini /etc/xrdp
sudo chown root:root /etc/xrdp/km-0414.ini

Replace the country code 0414 with the correct code for your country.

Restart the xrdp service

sudo service xrdp restart

try country code 0409 (en-us)

List of other countries :

https://sourceforge.net/p/rdesktop/code/1704/tree/rdesktop/trunk/doc/keymap-names.txt




Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MovieBTC on October 05, 2016, 12:45:07 PM
tried everything. still stuck. bounty is still up!


Title: Re: 20$ Bounty for anyone who can make my Terminal Display Å Ä Ö (linux)
Post by: MagicIsMe on October 05, 2016, 01:05:51 PM
You can try:
Code:
sudo update-locale LANG=en_US.UTF-8 LANGUAGE=en.UTF-8

then reboot:
Code:
sudo reboot

What Linux distribution are you using? If ever you use GNOME, you can go to Terminal>Set Character Encoding to Unicode(Utf-8). Hope that solves your problem.