Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
svenska tecken i licq med qt 3.3 och xfree 4.3.0-r5
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
loesh
n00b
n00b


Joined: 19 Feb 2004
Posts: 5
Location: sweden

PostPosted: Thu Feb 19, 2004 3:06 pm    Post subject: svenska tecken i licq med qt 3.3 och xfree 4.3.0-r5 Reply with quote

jag hart helt plötsligt fått problem med svenska tecken i licq efter en uppdatering. jag kan skriva svenska tecken och folk som får meddelande ser åäö men jag kan själv inte se åäö när jag tar emot meddelande. har letat runt rätt mycke efter en lösning men inte kommit fram till nåt. vet verkligen inte ens var ja ska börja felsöka..

grymt tacksam för nåra tips om var ja borde börja kolla efter "fel".
_________________
// "in a world without walls or fences,
we dont need windows or Gates"
Back to top
View user's profile Send private message
creideiki
n00b
n00b


Joined: 19 Feb 2003
Posts: 61
Location: Linköping, Sweden

PostPosted: Thu Feb 19, 2004 5:55 pm    Post subject: Reply with quote

Patchen i https://bugs.gentoo.org/show_bug.cgi?id=40887 hjälpte för mig. I meddelandefönstret, i alla fall - inte i history-fönstret. Eftersom patchen är enkel så borde det vara trivialt att fixa historyn också, om man hade orkat.
Back to top
View user's profile Send private message
loesh
n00b
n00b


Joined: 19 Feb 2004
Posts: 5
Location: sweden

PostPosted: Thu Feb 19, 2004 6:22 pm    Post subject: Reply with quote

ok.. men hur använder ja patchen?
_________________
// "in a world without walls or fences,
we dont need windows or Gates"
Back to top
View user's profile Send private message
loesh
n00b
n00b


Joined: 19 Feb 2004
Posts: 5
Location: sweden

PostPosted: Thu Feb 19, 2004 7:12 pm    Post subject: Reply with quote

fixa de.. editerade ebuilden lite bara :)
_________________
// "in a world without walls or fences,
we dont need windows or Gates"
Back to top
View user's profile Send private message
ragnwald
n00b
n00b


Joined: 20 Dec 2002
Posts: 43
Location: Stockholm

PostPosted: Thu Feb 19, 2004 9:58 pm    Post subject: Reply with quote

Vore snällt om du kunde berätta hur du gjorde, sitter med exakt samma strul här :)
Back to top
View user's profile Send private message
loesh
n00b
n00b


Joined: 19 Feb 2004
Posts: 5
Location: sweden

PostPosted: Thu Feb 19, 2004 10:17 pm    Post subject: Reply with quote

tog patchen från länken ovan ...

å la till
cd ${S}
patch -p0 < ${FILESDIR}/1.2.7-debugflag.patch || die "patch failed"
patch -p0 < /path to patch/licq1.2.7-qt3.3-sprintf.patch //va ja la till

i ebuilden helt enkelt.. sen körde ja emerge licq...
_________________
// "in a world without walls or fences,
we dont need windows or Gates"
Back to top
View user's profile Send private message
ragnwald
n00b
n00b


Joined: 20 Dec 2002
Posts: 43
Location: Stockholm

PostPosted: Thu Feb 19, 2004 10:22 pm    Post subject: Reply with quote

loesh wrote:
tog patchen från länken ovan ...

å la till
cd ${S}
patch -p0 < ${FILESDIR}/1.2.7-debugflag.patch || die "patch failed"
patch -p0 < /path to patch/licq1.2.7-qt3.3-sprintf.patch //va ja la till

i ebuilden helt enkelt.. sen körde ja emerge licq...


tack!.. ska prova genast
Back to top
View user's profile Send private message
loesh
n00b
n00b


Joined: 19 Feb 2004
Posts: 5
Location: sweden

PostPosted: Thu Feb 19, 2004 10:39 pm    Post subject: Reply with quote

hoppas de funkar...
_________________
// "in a world without walls or fences,
we dont need windows or Gates"
Back to top
View user's profile Send private message
agren
n00b
n00b


Joined: 19 Dec 2003
Posts: 29
Location: Sweden

PostPosted: Fri Mar 12, 2004 2:19 pm    Post subject: Reply with quote

loesh wrote:
hoppas de funkar...


Jag hade samma problem! Det funkar bra för mig. Tack!
Back to top
View user's profile Send private message
DarkVillage
n00b
n00b


Joined: 12 Sep 2003
Posts: 52
Location: SWEDEN

PostPosted: Wed May 05, 2004 5:29 pm    Post subject: Reply with quote

loesh wrote:
tog patchen från länken ovan ...

å la till
cd ${S}
patch -p0 < ${FILESDIR}/1.2.7-debugflag.patch || die "patch failed"
patch -p0 < /path to patch/licq1.2.7-qt3.3-sprintf.patch //va ja la till

i ebuilden helt enkelt.. sen körde ja emerge licq...


jag fattar tyvärr inget =) var ska jag lägga till det i ibuilden? bara kopiera in?

/usr/portage/net-im/licq/licq-1.2.7.ebuild alltså?

sedan bara köra emerge licq???

[EDIT]
Ähh glöm det =) jag lyckades att klura ut det tillslut
Back to top
View user's profile Send private message
Ville_E
n00b
n00b


Joined: 01 May 2004
Posts: 47

PostPosted: Thu May 06, 2004 10:01 am    Post subject: Reply with quote

Om du klurade ut det kan du inte berätta hur? För jag sitter med samma problem.
Ok jag klurade ut hur. Jag skriver en beskrivning hur det funkade för mig
1 tankade hem patchen
2 flyttade den till katalogen /usr/portage/net-im/licq/
3 körde
chown root:root //usr/portage/net-im/licq//licq1.2.7-qt3.3-sprintf.patch
3 körde
nano -w /usr/portage/net-im/licq/licq-1.2.7.ebuild
4 lade till raden patch -p0 </usr/portage/net-im/licq/licq1.2.7-qt3.3-sprintf.patch på rad 51

cp ${S}/src/licq.conf.h ${T}
sed "s:Plugin1 = qt-gui:Plugin1 = console:" \
${T}/licq.conf.h > ${S}/src/licq.conf.h
eend $?
fi
fi
cd ${S}
epatch ${FILESDIR}/1.2.7-debugflag.patch
epatch ${FILESDIR}/1.2.7-nptl.patch
patch -p0 </usr/portage/net-im/licq/licq1.2.7-qt3.3-sprintf.patch
}

src_compile() {
local first_conf
use ssl || myconf="${myconf} --disable-openssl"
use socks5 && myconf="${myconf} --enable-socks5"


5 sparade filen
6 körde emerge /usr/portage/net-im/licq/licq-1.2.7.ebuild utan att ta bort licq som redan var installerat.

Det här funkade för mig som sagt. Kanske någon annan kan vara hjälpt av det oxå.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum