00:12
uvos has quit [Remote host closed the connection]
01:37
System_Error has quit [Remote host closed the connection]
01:52
Daanct12 has joined #maemo-leste
04:06
joerg has quit [Ping timeout: 272 seconds]
04:06
joerg has joined #maemo-leste
04:31
Wikiwide has quit [Remote host closed the connection]
04:31
Wikiwide has joined #maemo-leste
04:48
fab_ has joined #maemo-leste
05:01
jr-logbot has quit [Ping timeout: 240 seconds]
05:02
sixwheeledbeast has quit [Ping timeout: 264 seconds]
05:03
joerg has quit [Ping timeout: 268 seconds]
05:04
joerg has joined #maemo-leste
05:22
ceene has joined #maemo-leste
05:57
jr-logbot has joined #maemo-leste
05:58
sixwheeledbeast has joined #maemo-leste
06:02
fab_ has quit [Read error: Connection reset by peer]
06:03
fab_ has joined #maemo-leste
06:08
fab_ has quit [Ping timeout: 252 seconds]
07:19
Wikiwide has quit [Remote host closed the connection]
07:20
Wikiwide has joined #maemo-leste
07:51
lexik_ has joined #maemo-leste
07:51
lexik has quit [Ping timeout: 255 seconds]
07:55
System_Error has joined #maemo-leste
07:56
fmg_d4 has joined #maemo-leste
07:56
System_Error has quit [Remote host closed the connection]
07:58
System_Error has joined #maemo-leste
08:01
fab_ has joined #maemo-leste
08:01
fmg_d4 has quit [Ping timeout: 268 seconds]
08:32
Wikiwide has quit [Read error: Connection reset by peer]
08:45
Wikiwide has joined #maemo-leste
08:48
Wikiwide has quit [Remote host closed the connection]
08:48
Wikiwide has joined #maemo-leste
09:12
System_Error has quit [Remote host closed the connection]
09:16
System_Error has joined #maemo-leste
09:30
Wikiwide has quit [Ping timeout: 264 seconds]
09:33
Wikiwide has joined #maemo-leste
09:52
amunizp has joined #maemo-leste
09:59
narodnik has quit [Quit: WeeChat 4.3.2]
10:02
amunizp has quit [Read error: Connection reset by peer]
10:02
amunizp has joined #maemo-leste
10:02
fab_ has quit [Quit: fab_]
10:19
d4dsc has left #maemo-leste [#maemo-leste]
10:19
d4dsc has joined #maemo-leste
10:19
fmg_d4 has joined #maemo-leste
10:20
d4dsc has left #maemo-leste [#maemo-leste]
10:22
d4dsc has joined #maemo-leste
10:23
d4dsc has left #maemo-leste [#maemo-leste]
10:28
fab_ has joined #maemo-leste
10:45
Daanct12 has quit [Quit: WeeChat 4.3.3]
11:19
Wikiwide has quit [Remote host closed the connection]
11:19
Wikiwide has joined #maemo-leste
11:20
Wikiwide has quit [Remote host closed the connection]
11:21
Wikiwide has joined #maemo-leste
11:21
Wikiwide has quit [Read error: Connection reset by peer]
11:22
Wikiwide has joined #maemo-leste
12:00
<
dsc_ >
I made a context menu to copy messages to clipboard etc.
12:00
<
dsc_ >
which works fine in VM but I noticed some interesting behavior on D4
12:01
<
dsc_ >
if you dismiss the menu by clicking outside of it, conversations will not register any click events
12:01
d4dsc has joined #maemo-leste
12:01
d4dsc has left #maemo-leste [#maemo-leste]
12:01
<
dsc_ >
as if control is not given back to the underlying app
12:02
<
fmg_d4 >
but why would it not work on arm only?
12:04
<
Wizzup >
could be touch event vs mouse event
12:04
<
fmg_d4 >
hmm, right
12:05
<
fmg_d4 >
who renders the menu? xcb qpa?
12:06
<
dsc_ >
its a qmenu, not sure
12:06
<
dsc_ >
looks like this
12:08
<
Wizzup >
that looks broken theme wise
12:08
<
Wizzup >
did you launch this over ssh?
12:08
d4dsc has joined #maemo-leste
12:08
<
Wizzup >
it should look like the menu in OMP
12:09
<
Wizzup >
assuming that still works
12:11
<
fmg_d4 >
btw, recently i have no sound in omp at all
12:11
<
fmg_d4 >
no matter calls or not
12:13
Wikiwide has quit [Ping timeout: 256 seconds]
12:14
<
dsc_ >
also `QDesktopServices::openUrl(QUrl("
https://bla.com ", QUrl::TolerantMode));` yields "Unable to detect a web browser to launch"
12:15
<
dsc_ >
im assuming it does some XDG stuff
12:15
<
fmg_d4 >
use hildon api
12:15
<
fmg_d4 >
hildon_uri_open
12:17
<
freemangordon >
dsc_: also, maybe it would be a good idea to not open browser for links to images, but embed them in the chat, but I guess that's for the future
12:17
<
dsc_ >
freemangordon: yes I wanted to do HEAD to any link, determine content-type, then do embedding
12:18
<
dsc_ >
but Wizzup hates my ideas
12:18
<
freemangordon >
no need to do get request, you already have the mime type in the message part, no?
12:19
<
dsc_ >
ah, for Tp messages
12:19
<
freemangordon >
mhm
12:20
<
freemangordon >
well, at least that's the theory, we are yet to see how that works in practice
12:20
<
freemangordon >
but messages might be multi-part with different mime types for each part
12:21
<
dsc_ >
regarding Tp media, we only handle TextChannel atm., we need to decide some things on how to handle them like saving them in rtcom or not
12:22
<
freemangordon >
no, it is still text channel
12:22
<
freemangordon >
but a message in that channel can have multiple parts, IIUC
12:22
System_Error has quit [Remote host closed the connection]
12:22
<
freemangordon >
but yeah, we have to decide how to handle that
12:23
<
dsc_ >
i looked into `org.freedesktop.Telepathy.Channel.Type.FileTransfer` earlier
12:24
<
dsc_ >
needs further investigation
12:25
<
freemangordon >
mhm
12:28
<
freemangordon >
I wonder if we can send an image over irc channel
12:29
<
Wizzup >
dcc is single party and god please don't use dcc
12:29
<
fmg_d4 >
so, we can try xmpp to send images
12:30
<
fmg_d4 >
or, last resort - facebook
12:30
<
Wizzup >
yes, but it's quite pointless currently
12:30
<
Wizzup >
since gabble is really old and doesn't use the more 'modern' ways to send files
12:30
<
Wizzup >
we need a more modern xmpp implementation in tp first, probably using qxmpp
12:31
<
fmg_d4 >
but I wanted to see how others do it first, before extending haze
12:31
<
Wizzup >
I would personally just hold off on trying to add special image handing currently
12:31
<
Wizzup >
we have imo bigger things to tackle
12:38
System_Error has joined #maemo-leste
12:55
<
dsc_ >
^-- with hildon_uri_open()
12:57
<
fmg_d4 >
well, do you have ay browser installed?
12:57
<
fmg_d4 >
what does xdg-open do for that url?
12:58
<
dsc_ >
ah yes, jib didnt come with my VM it seems
12:58
<
dsc_ >
it works now
12:58
<
dsc_ >
well, it opens jib, but not the URL.
12:58
<
dsc_ >
close enough.
12:58
<
fmg_d4 >
well, jib shoul b fixed iguess ten
13:00
<
dsc_ >
$ cat /proc/22225/cmdline
13:00
amunizp has quit [Quit: Not sure what quit means.]
13:00
<
dsc_ >
shouldnt it be passing something through argv?
13:00
<
dsc_ >
sry I dont know how this XDG stuff works :P
13:01
<
fmg_d4 >
afaik it should pass the url
13:02
<
dsc_ >
ill investigate
13:06
<
Wizzup >
(make it a real url ofc)
13:07
<
Wizzup >
dsc_: maybe the jib.desktop needs tweaks for xdg params, not sure
13:10
<
dsc_ >
Wizzup: there is no xdg-open
13:11
<
dsc_ >
`x-www-browser` works
13:12
<
dsc_ >
ill try to get `hildon_uri_open` to work, if it takes too long ill just do QProcess `x-www-browser` ?
13:14
<
fmg_d4 >
for sure I can open linsk from emails
13:18
<
dsc_ >
error: invalid use of incomplete type ‘HildonURIAction’ 470 | action->type = HILDON_URI_ACTION_XDG;
13:18
<
dsc_ >
i dont know how to use this API sorry
13:19
<
freemangordon >
just RTFM
13:20
<
freemangordon >
install libhildonmime0-doc
13:23
<
freemangordon >
"This is optional and NULL can be specified to use the default action instead."
13:24
<
freemangordon >
open /usr/share/gtk-doc/html/libhildonmime/index.html in a browser
13:25
<
dsc_ >
tried with NULL action just now, same behavior (jib without argv)
13:25
<
freemangordon >
because it makes dbus call
13:26
<
freemangordon >
if jib is not properly registered, that'd be the result
13:26
<
freemangordon >
lemme try with xdg-open here in my vm
13:26
<
dsc_ >
dbus traffic looks OK
13:27
<
freemangordon >
here xdg-open launches chromium
13:27
<
freemangordon >
what does xdg-open do in your VM?
13:28
<
freemangordon >
sudo apt install xdg-utils
13:29
<
dsc_ >
(via hildon_open_uri)
13:29
<
dsc_ >
xdg-open works
13:34
<
freemangordon >
lemme see what happens
13:35
<
freemangordon >
I guess your desktop file is broken, perhaps it is missing some %s or somesuch
13:35
kiva has joined #maemo-leste
13:35
<
freemangordon >
jib does not work with modest as well
13:36
<
freemangordon >
yeah, perhaps that is broken, lemme see
13:36
<
freemangordon >
no idea, looking at what chromium does
13:37
<
freemangordon >
Exec=/usr/bin/chromium %U
13:37
<
dsc_ >
ill fix it in jib
13:37
<
freemangordon >
lemme try it first
13:38
<
freemangordon >
yeah, that fixes it
13:39
cockroach has joined #maemo-leste
13:43
<
dsc_ >
freemangordon: are you using chromium on d4?
13:52
ceene has quit [Ping timeout: 256 seconds]
14:27
fmg_d4 has quit [Read error: Connection reset by peer]
14:27
fmg_d4 has joined #maemo-leste
14:34
kiva has quit [Quit: Client closed]
14:45
retr0id5 has quit [Quit: Ping timeout (120 seconds)]
14:45
retr0id has joined #maemo-leste
14:48
<
freemangordon >
I guess this is not the latest version, right?
14:48
<
freemangordon >
as you don;t really need to call hildon_uri_get_default_action_by_uri() or anything, just pass NULL to hildon_uri_open()
15:22
<
dsc_ >
freemangordon: ok, will fix later
15:32
<
freemangordon >
mhm
15:33
<
dsc_ >
would be nice to make a stable release, this week
15:33
<
freemangordon >
also, main window should not be made visible on new message
15:33
<
freemangordon >
only the chat window
15:34
<
dsc_ >
(pasting for myself later)
15:34
<
freemangordon >
I'll try to find some time to make notifications work properly (like, overlaying the notification on the chat window)
15:53
Livio has joined #maemo-leste
16:01
fmg_leste_vm has joined #maemo-leste
16:15
amunizp has joined #maemo-leste
16:17
arno11 has joined #maemo-leste
16:18
Livio has quit [Ping timeout: 252 seconds]
16:21
<
arno11 >
Wizzup: i pushed the 3 deps for drnoksnes in extras: gbp, changelog, control and tag seem ok but they don't appear in jenkins. Any idea or tips ?
16:22
fmg_leste_vm has quit [Remote host closed the connection]
16:24
fmg_leste_vm has joined #maemo-leste
16:24
fmg_leste_vm has quit [Client Quit]
16:28
fmg_leste_vm has joined #maemo-leste
16:28
fmg_leste_vm has quit [Client Quit]
16:30
fmg_leste_vm has joined #maemo-leste
16:34
fmg_leste_vm has quit [Client Quit]
16:34
fmg_leste_vm has joined #maemo-leste
16:35
fmg_leste_vm has quit [Client Quit]
16:36
<
sicelo >
arno11: look at the jenkins log
16:36
<
sicelo >
should be able to see if it's visiting the correct tag
16:37
fmg_leste_vm has joined #maemo-leste
16:50
arno11 has left #maemo-leste [#maemo-leste]
17:20
fmg_leste_vm has quit [Quit: fmg_leste_vm]
17:21
fmg_leste_vm has joined #maemo-leste
17:25
fmg_leste_vm has quit [Client Quit]
17:26
fmg_leste_vm has joined #maemo-leste
17:43
mdz has joined #maemo-leste
17:48
fmg_leste_vm has quit [Quit: fmg_leste_vm]
17:56
<
freemangordon >
are you sure this is the correct path?
17:57
<
freemangordon >
and not /usr/share/telepathy/clients/ ?
17:57
<
Wizzup >
let me look
17:57
<
freemangordon >
conversations install to clients
17:57
<
freemangordon >
as is telepathy-logger
17:58
<
Wizzup >
ah, client vs clients
17:58
<
freemangordon >
mhm
17:58
<
Wizzup >
yes, that appears to be a mistake
17:58
<
Wizzup >
don't know what the consequences of the mistake are, but that needs fixing
17:59
<
freemangordon >
mhm
17:59
<
Wizzup >
want me to fix it?
18:00
<
Wizzup >
it looks like on my droid4 I have the file in client and clients
18:00
<
Wizzup >
probably manually insalled
18:00
<
freemangordon >
yes, please fix it
18:00
<
freemangordon >
I am still on the abook error, findint that was a side-effect :)
18:02
<
Wizzup >
building now
18:21
amunizp has quit [Ping timeout: 264 seconds]
18:24
narodnik has joined #maemo-leste
18:35
fmg_leste_vm has joined #maemo-leste
18:45
Livio has joined #maemo-leste
19:02
fab_ has quit [Quit: fab_]
19:22
arno11 has joined #maemo-leste
19:23
amunizp has joined #maemo-leste
19:57
Livio has quit [Ping timeout: 256 seconds]
20:12
d4dsc has left #maemo-leste [#maemo-leste]
20:13
amunizp has quit [Quit: Not sure what quit means.]
20:54
akossh has joined #maemo-leste
20:55
arno11 has left #maemo-leste [#maemo-leste]
21:15
mdz has quit [Ping timeout: 252 seconds]
21:45
Wikiwide has joined #maemo-leste
21:56
akossh has quit [Quit: Leaving.]
22:00
<
inky >
i want it under maemo to use every day.
22:01
<
inky >
please please please open asap, we'll have new app, i am already packaging it.
22:01
<
inky >
you can try to build it with lazarus, by the way, and enjoy.
22:14
<
Wizzup >
arno11 I didn't add the jobs to jenkins yet, I will tomorrow
22:14
<
Wizzup >
inky: will look at it tomorrow as wepp
22:28
<
inky >
yes yes please please, thank you!
22:58
lolcat has joined #maemo-leste
23:13
Wikiwide has quit [Remote host closed the connection]
23:13
Wikiwide has joined #maemo-leste
23:18
Wikiwide has quit [Remote host closed the connection]
23:18
Wikiwide has joined #maemo-leste
23:33
lolcat has quit [Quit: had to jack off]
23:45
narodnik has quit [Ping timeout: 256 seconds]
23:58
narodnik has joined #maemo-leste