uvos has quit [Ping timeout: 260 seconds]
avoidr has quit [Ping timeout: 260 seconds]
avoidr has joined #maemo-leste
cockroach has joined #maemo-leste
Pali has quit [Ping timeout: 268 seconds]
cockroach has quit [Quit: leaving]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #maemo-leste
elastic_dog has quit [Ping timeout: 268 seconds]
elastic_dog has joined #maemo-leste
panzeroceania has quit [Ping timeout: 245 seconds]
panzeroceania has joined #maemo-leste
joerg has quit [Ping timeout: 256 seconds]
joerg has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
<
mighty17[m]>
nvm fixed it :D
<
tmlind>
mighty17[m]: ok
uvos has joined #maemo-leste
<
uvos>
parazyd: Wizzup: can i have a upstream forks repo for gnome-contacts?
<
Wizzup>
hi, fine by me, not sure what parazyd thinks
<
parazyd>
Yeah, sure
_inky has quit [Ping timeout: 256 seconds]
<
uvos>
btw can you spawn the hildon desktop wating for applcitaion to load animation
<
uvos>
(ie the preview/black rectangle)
Pali has joined #maemo-leste
<
parazyd>
uvos: Added you
<
uvos>
great thanks
<
parazyd>
lmk when you need to actually build it
<
Wizzup>
what are we forking it for btw
<
uvos>
and im experiamenting with the stack in general
<
uvos>
since it supports telephathy for calls and messages
<
uvos>
and newer versions have a fully mobile ui
<
uvos>
sadly getting any newer version to run on beowulf looks like a major pain
<
uvos>
anyhow with the patch above it works quite well with sphone as an interem solution until abook is ready
_inky has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
<
Wizzup>
ok, I think I have a launcher fix
<
Wizzup>
let me test it a bit more
<
Wizzup>
uvos: do you know what exactly h-d launches for ncmpcpp or htop?
<
Wizzup>
I thought it would be 'x-terminal-emulator /usr/bin/ncmpcpp' or something
<
uvos>
Wizzup: huh?
<
uvos>
its you code
<
uvos>
it launches x-terminal-emulator $WHATEVER_IS_EXEC_IN_.DESKTOP
<
uvos>
unless you have $TERMINAL set
<
Wizzup>
I know it's my code, but I don't understand my code now :)
<
Wizzup>
oh it's a different part of launcher for that
<
Wizzup>
as in, I have x-terminal-emulator $(which ncmpcpp) working just fine
<
Wizzup>
but it doesn't work yet from the h-d launcher
<
Wizzup>
so I got confused
<
uvos>
Wizzup: the problem is its an absolut path no?
<
uvos>
sicne it launches /usr/bin/x-terminal-emulator /usr/bin/ncmpcpp
<
Wizzup>
yeah, I just realised that as well with strace
<
uvos>
term = g_find_program_in_path(g_path_get_basename("x-terminal-emulator"));
<
uvos>
btw not sure what is the point of g_path_get_basename("x-terminal-emulator") mr wizzup :P
<
Wizzup>
good point
<
Wizzup>
fixing the other bug now
<
Wizzup>
this C style is horrible
<
uvos>
i dislike the syle used by the gtk2 bits of hildon too
<
uvos>
and its usage is also totaly inconsistant
<
Wizzup>
you need to change the default terminal emulator to not be osso-xterm.launch but rather osso-xterm though
<
Wizzup>
you can do that like this:
<
Wizzup>
update-alternatives \ --remove x-terminal-emulator \ /usr/bin/osso-xterm.launch
<
Wizzup>
# Install the new alternative.
<
Wizzup>
update-alternatives \ --install /usr/bin/x-terminal-emulator x-terminal-emulator \ /usr/bin/osso-xterm 100
<
Wizzup>
I'll add a max resolve limit for links as well
<
Wizzup>
force pushed fix
<
Wizzup>
let me also push osso-xterm fix
<
Wizzup>
this should make it all work
pere has joined #maemo-leste
* Wizzup
wondering if he needs PATH_MAX + 1
<
uvos>
building and installing symlink-support branch totaly broke my system
<
Wizzup>
what broke?
<
uvos>
mameo launcher
<
Wizzup>
how to reproduce?
<
Wizzup>
droid, vm?
<
Wizzup>
I can launch basically anything just fine
<
Wizzup>
did you reboot or something, and did that cause trouble?
<
uvos>
i build it installed it and rebooted
<
Wizzup>
ok, let me reboot then I guess
<
uvos>
nothing launches
<
Wizzup>
I really need to get lunch soon though ;)
<
Wizzup>
uvos: ok yeah I see ...
<
uvos>
btw maybe we should not have launcher start hildon home or status-menu
<
uvos>
since those are kind of essential and it creates a single point of failuer and the speed at which these launch is not very important....
<
Wizzup>
ok I think I see the problem
<
Wizzup>
uvos: free free to take it up with fmg when he's back
<
Wizzup>
I assume you managed to revert for now
<
uvos>
xterm works :P
<
Wizzup>
yeah I see the problem
<
Wizzup>
the problem is most are linked to /usr/bin/maemo-invoker
<
Wizzup>
not maemo-invoker
<
Wizzup>
I need to add a basename check
<
Wizzup>
wow basename(3) is truly horrendous in usage haha
<
Wizzup>
it /might/ point to statically allocated memory and it /might/ modify the string in place
<
uvos>
maemo-launcher isent a glib applicaiton?
<
Wizzup>
let me check
<
Wizzup>
it does also use glib
<
Wizzup>
I suppose I could use g_path_get_basename
<
Wizzup>
if that is what you mean
<
uvos>
historicly you have been extreamly happy calling this function :P
<
Wizzup>
I force pushed a fix
<
Wizzup>
I rebooted my vm and it works
<
Wizzup>
I need to go and feed myself first now :)
Pali has quit [Ping timeout: 256 seconds]
Pali has joined #maemo-leste
<
uvos>
parazyd: can i have permission to build gnome-contacts?
<
uvos>
once you do pressing the contacts button in sphone will open gnome-contacts
<
uvos>
or whatever you have configured in sphone.ini
<
uvos>
and clicking a contact for a call or sms will bring up sphones dialer or sms-new
uvos has quit [Ping timeout: 260 seconds]
<
parazyd>
uvos: Done
xmn has joined #maemo-leste
_uvos_ has joined #maemo-leste
<
_uvos_>
parazyd: please kick it, i wont have the opertunity for a while
_uvos_ has quit [Ping timeout: 260 seconds]
_inky has quit [Ping timeout: 260 seconds]
_inky has joined #maemo-leste
_inky has quit [Ping timeout: 260 seconds]
enyc has quit [Ping timeout: 260 seconds]
enyc has joined #maemo-leste
Danct12 has quit [Ping timeout: 268 seconds]
Danct12 has joined #maemo-leste
ungeskriptet[m] has joined #maemo-leste
ungeskriptet has joined #maemo-leste
ungeskriptet has quit [Quit: ungeskriptet]
vectis has quit [Ping timeout: 245 seconds]
<
Wizzup>
uvos: launching is fixed
<
Wizzup>
uvos: wrt charge mode if it works OK on n900/pinephone then I suggest we just add it
<
Wizzup>
it seems to work for me
<
Wizzup>
uvos: disregard something might still be broken?
<
sicelo>
what's charge mode, in layman's terms?
<
Wizzup>
something that runs before h-d and anything else and is just used ot charge battery enough
<
Wizzup>
a bit like the fremantle mode where it pretends to be off
<
Wizzup>
(I forget the name)
<
Wizzup>
sicelo: actdead was the name
<
Wizzup>
uvos: yeah don't upgrade atm :)
<
Wizzup>
yeah ok readlink doesn't actually null terminate the string - whoops
<
Wizzup>
gotta love C :-)
vectis has joined #maemo-leste
pere has quit [Ping timeout: 245 seconds]
sunshavi_ has joined #maemo-leste
sunshavi has quit [Ping timeout: 264 seconds]
pere has joined #maemo-leste
joerg has quit [Read error: Connection reset by peer]
joerg has joined #maemo-leste
joerg has quit [Excess Flood]
joerg has joined #maemo-leste
_inky has joined #maemo-leste
sunshavi_ has quit [Read error: Connection reset by peer]
sunshavi_ has joined #maemo-leste
* Wizzup
can read messages per contact from rtcom