#trinity-desktop < 2026/05/20 >
[00:38]magnus_6 has quit (Ping timeout: 245 seconds)
[01:39]pitriss` has joined
[01:40]pitriss has quit (Ping timeout: 246 seconds)
[01:40]pitriss` is now known as pitriss
[02:19]tde-bot has quit (Server closed connection)
[02:21]tde-bot has joined
[02:21]tde-bot started logging
[02:52]magnus-6 has joined
[02:54]magnus-6 has quit (Changing host)
[02:54]magnus-6 has joined
[03:20]ceux: here's another side thing i was working on which is a webkit webpart
[03:20]ceux: https://drop.ceux.org/shots/2026-05-19-231947_scrot.png
[03:36]magnus-6 has quit (Ping timeout: 255 seconds)
[04:17]Armanelgtron has quit (Ping timeout: 264 seconds)
[04:20]Armanelgtron has joined
[05:15]Fat-Zer has quit (Ping timeout: 244 seconds)
[05:29]Fat-Zer has joined
[06:42]pitriss: BTW guys if there are testers for Tmix app needed, then just tell me how to install it on PTB and I will gladly volunteer. :)
[07:14]Fat-Zer has quit (Ping timeout: 245 seconds)
[07:27]Fat-Zer has joined
[08:01]Fat-Zer has quit (Ping timeout: 265 seconds)
[08:03]Fat-Zer has joined
[08:03]Fat-Zer: pitriss: as for now the only way to get tmix is to build it from the ceux's repository: https://git.ceux.org/tmix.git/
[08:03]Fat-Zer: the build process is usual: git clone https://git.ceux.org/tmix.git/ && cd tmix && mkdir build && cd build && cmake .. && make
[08:04]Fat-Zer: you'll obviously will also need common devel stuff installed like git, cmake, build-essential, tde's and pulseaudio's -devel packages etc
[08:05]SlavekB: I'm considering including the package in the "extra" component in PSB and PTB for testing.
[08:07]Fat-Zer: well... in midterm IMHO ideally it would be great to integrate it into kmix and/or "rename" kmix...
[08:09]SlavekB: Yes, that is definitely the intention, so that the result is one application.
[08:16]Fat-Zer: ceux: do I understand correctly, that you are working on replacing konqueror's backend with a webkit engine from this age? To have a usable html kpart sounds great, though may I ask what are you planning to use as a backend?
[09:27]neoncortex has quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in)
[11:31]Fat-Zer has quit (*.net *.split)
[11:35]Fat-Zer has joined
[12:26]a-865 has quit (Quit: ChatZilla 0.24b1pre [SeaMonkey 2.53.24/20260217210227])
[12:49]pitriss: Fat-Zer: thank you.. I would prefer to avoid to have tde headers etc installed.. I have build nevironment for various smaller QT things ready, but TDE seems qhute larger project, so I will wait for SlavekB and guys to include that to devuan excaliburs repo :)
[12:50]pitriss: *quite
[13:11]a-865 has joined
[13:12]micheleC has joined
[13:13]micheleC: @ceux: the "window search" thingy looks cool
[13:13]micheleC: btw see comment on your first PR. Please recheck the TGW user guide and recreate the PR without the fork
[13:14]micheleC: we do review all PRs, it's just a busy period :-)
[13:25]micheleC has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org)
[13:29]SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org)
[13:30]SlavekB has joined
[13:34]SlavekB has quit (Client Quit)
[13:35]SlavekB has joined
[13:44]ceux: Fat-Zer: its using webkit. i did it before with qtwebkit but it wasnt good. now its pretty good using libwpe which is designed for webkit on embedded devices/applications
[13:44]ceux: pitriss: yes you can please review it. i did a repo on Gitea for tmix.
[13:47]ceux: micheleC: I will close the PR, and then open it as the feature branch on the TDE repository
[13:49]ceux: Fat-Zer: its semi better because you can do some of your own widgets and its really designed for embedded applications - so it doesnt really depend on a whole lot of stuff compared to say webkit-gtk or qtwebkit . It does depend on Glib.
[13:49]ceux: and it doesn't require wayland. you can compsite it yourself, use xembed, etc.
[13:57]ElCaracho has joined
[13:57]ElCaracho has quit (Changing host)
[13:57]ElCaracho has joined
[14:05]ElCaracho has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
[14:06]ElCaracho has joined
[14:06]ElCaracho has quit (Changing host)
[14:06]ElCaracho has joined
[14:08]ceux: micheleC: resubmitted, thank you.
[14:14]magnus-6 has joined
[14:33]magnus-6 has quit (Ping timeout: 255 seconds)
[14:56]ceux: Fat-Zer: there is not really a way to integrate it into KMIX, that was actually my first attempt and it just stalled due to the arcitecture of kmix preventing me from getting it working. i took most of the pulse code and stuff and worked it into a new tmix main app which was designed a bit different to work better with pulse.
[14:57]ceux: Fat-Zer: however, tmix does have a rudimentary ALSA and OSS backend.
[14:58]ceux: so perhaps we just remove kmix and say 'ok we have a brand new volume mixer', or, we leave it because, hey its fine , works and definitely is battle tested. i dont know the opinion of what people think
[15:07]ElCaracho has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
[15:09]ElCaracho has joined
[15:09]ElCaracho has quit (Changing host)
[15:09]ElCaracho has joined
[15:38]ceux: micheleC: for the window search thingi, do you want it as part of TDELIBS or TDEBASE (ie: only effect kicker, or everywhere the window list is used?)
[16:09]pitriss: ceux: my vote is to let these two (tmix and kmix) coexist for some time (assuming that kmix does have no issues to worry about, so it's status qou is maintenance free) and then maybe really maybe do some thinking about removing kmix completely..
[16:11]pitriss: And I will gladly test tmix when slavek pushes packages to extras in PTB.. I have no time, space and will to set up whole build environment for TDE as I am not dev. (I wish I was but unfortunately I am only senior unix/linux server sysadmin:) )
[16:18]ceux: OK. if you're running debian i could maybe build a quick package for you
[17:09]pitriss: ceux: yeah I am on devuan excalibur with PTB TDE installed (should be equivalent to debian trixie, just without systemd)
[17:20]ceux: ptb tde?
[17:20]SlavekB: https://wiki.trinitydesktop.org/Preliminary_Testing_Builds
[17:20]tde-bot: Page title: Preliminary Testing Builds - Trinity Desktop Project Wiki
[18:45]pitriss: ty Slavek.. :) ceux: It is better for spotting bugs and reporting them asap :) And as benefit I can get newer features faster :)
[19:00]SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org)
[19:22]magnus-6 has joined
[19:44]ceux: maybe i should use this
[19:44]ceux: thanks i will read the page. seems like it would be good
[19:53]magnus-6 has quit (*.net *.split)
[19:53]a-865 has quit (*.net *.split)
[19:54]a-865 has joined
[19:57]magnus-6 has joined
[20:03]magnus-6 has quit (Ping timeout: 248 seconds)
[22:13]SlavekB has joined
[22:39]neoncortex has joined

#trinity-desktop < 2026/05/20 >