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