Bitcoin Forum
May 12, 2024, 05:43:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: .  (Read 846 times)
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
.
October 03, 2016, 10:08:21 PM
Last edit: October 13, 2016, 09:30:08 PM by MovieBTC
 #1

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.

Code: Hello
1715492587
Hero Member
*
Offline Offline

Posts: 1715492587

View Profile Personal Message (Offline)

Ignore
1715492587
Reply with quote  #2

1715492587
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 10:15:40 PM
 #2

i can walk you through to solve you issue
ivanst776
Legendary
*
Offline Offline

Activity: 1540
Merit: 1003



View Profile
October 03, 2016, 10:16:13 PM
 #3

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.
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 10:21:50 PM
 #4

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....

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 10:26:33 PM
 #5

ok open your lxterminal, edit, preferences, advanced, Select-By-Word characters: copy and paste what's in that case for me
 
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 10:29:42 PM
 #6

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

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 10:33:55 PM
 #7

it should work!
try entering "setxkbmap se" in you terminal 'without "" '
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 10:35:14 PM
 #8

it should work!
try entering "setxkbmap se" in you terminal 'without "" '


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

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 10:41:48 PM
 #9

now i knew the problem. tell me what distro are you using to fix it
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 10:43:22 PM
 #10

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.

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 11:01:33 PM
 #11

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.
   
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 11:07:49 PM
 #12

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"

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 11:12:52 PM
 #13

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!!)
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 03, 2016, 11:25:11 PM
 #14

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) ...

Code: Hello
manollo7604
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 03, 2016, 11:31:10 PM
 #15

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.
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 04, 2016, 12:11:54 AM
Last edit: October 04, 2016, 08:35:14 AM by MovieBTC
 #16

.

Code: Hello
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 04, 2016, 12:35:57 AM
Last edit: October 04, 2016, 08:35:32 AM by MovieBTC
 #17

'' Setxbkmap se '' does still not work

Code: Hello
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 04, 2016, 08:34:52 AM
 #18

still not solved. 20$ for anyone who can fix it !

Code: Hello
Joel_Jantsen
Legendary
*
Offline Offline

Activity: 1876
Merit: 1308

Get your game girl


View Profile
October 04, 2016, 09:32:35 AM
 #19

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 discussionhttps://bbs.archlinux.org/viewtopic.php?id=122497
t2yax
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Arianee:Smart-link Connecting Owners,Assets,Brands


View Profile
October 04, 2016, 09:51:04 AM
 #20

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.

arianee
• • • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Smart-link Connecting Owners, Assets And Brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • • •
Discord
Telegram ⊐●⊏ Reddit
Twitter ⊐●⊏ Instagram
Medium ⊐●⊏ Linkedin
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!