#qt

4 posts · Last used 20d

Back to Timeline
@matthew@social.retroedge.tech · Feb 27, 2026
Another #qt desktop environment enters the arena: Orbitiny Desktop is a new and innovative desktop environment for X11 based Linux operating systems, bringing you exclusive features and functionalities unavailable in other desktop environments. https://orbitiny.com/ #orbitiny #linux #x11
View on social.retroedge.tech
0
0
0
@abnv@fantastic.earth · Feb 23, 2026
#QT https://fantastic.earth/@abnv/115530941197451127 I wonder if there is still interest in this in 2026. #compilerw
View on fantastic.earth
0
0
1
@askubuntu@ubuntu.social · Feb 17, 2026
KDE Mouse pointer offset #mouse #kde #qt https://askubuntu.com/q/1564059/612
View on ubuntu.social
0
0
0
Thread context 2 posts in path
Parent @shanmukhateja@social.linux.pizza Open
@shanmukhateja@social.linux.pizza
Is anyone unable to see "Home" timeline in #Tokodon app? I tried logging out and logging back but it doesn't show any items. :\
Current reply
@shanmukhateja@social.linux.pizza · Jan 29, 2026

Found the culprit! It was the max_id parameter in /api/v1/timeline/api/v1/timelines/home endpoint.

The code inside Tokodon is as follows:

// maintimelinemodel.cpp

if (!fromId.isEmpty() && !query.hasQueryItem(QStringLiteral("max_id"))) {
        // TODO: this is an *upper bound* so it always is one less than the last post we read
        // is this really how it's supposed to work wrt read markers?
        query.addQueryItem(QStringLiteral("max_id"), fromId);
    }

This code can be searched via max_id keyword. You need to comment out the query.addQueryItem line and Tokodon will work just fine.

I think this is a BUG for the following reasons:

  1. max_id invalidation failure
  2. Lack of retry logic w/o this query item when we know API response (data variable) is empty.
  3. When user logged out, all such data should be deleted as well. A full logout from the app should’ve reset this data.

A part of me thinks this info was sent by Mastodon server as part of my account info.

@tokodon@kde.social @kde@floss.social

This is in Manjaro Linux fully updated with #Qt 6.10

This was a fun bug to track though :)

#diary #linux #opensource #kde #bugs

View full thread on social.linux.pizza
0
0
0

You've seen all posts