Search found 263 matches

by seasoned_geek
Sat Feb 17 2024 7:16 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 1287

Re: QXcbClipboard: SelectionRequest too old

Tested on Ubuntu 22.04.4 LTS MATE 1.26.0 - did not see issue. Was seeing issue on pre-22.04.4.

Both Mint 21.2 and 21.3 use MATE 1.26.0
by seasoned_geek
Fri Feb 16 2024 8:53 pm
Forum: Issues
Topic: setTabTextColor() no longer working
Replies: 3
Views: 1014

Re: setTabTextColor() no longer working

Just to follow up there was a Scintilla tweak. For whatever reason https://www.scintilla.org/ScintillaDoc.html#SCN_SAVEPOINTREACHED The SCN_SAVEPOINTLEFT seems to now cause a TRUE for SAVEPOINTREACHED immediately followed by a FALSE the the screen logic optimizes the change away. I have worked aroun...
by seasoned_geek
Fri Feb 16 2024 8:50 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 1287

Re: QXcbClipboard: SelectionRequest too old

Didn't try. I abhore Fedora and Ubuntu never tests any desktop other than their default. Linux Mint is a YABU (Yet Another uBUntu.) If I get free time this weekend I might give it a whirl. I can tell you the problem doesn't exist on Linux Mint 21.3 Cinnamon. Seems to be the MATE that was used in 21.2
by seasoned_geek
Thu Feb 15 2024 9:58 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 1287

Re: QXcbClipboard: SelectionRequest too old

This bug/issue occurs with Linux Mint MATE 21.2. It does not occur with MATE in Linux Mint 21.3. I have s Cinnamon machine building now. Will be some time tomorrow before it can build everything as it is old and slow.

Both 21.2 and 21.3 are LTS releases supported until 2027.
by seasoned_geek
Thu Feb 15 2024 5:42 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 1287

Re: QXcbClipboard: SelectionRequest too old

Additional info. Linux Mint 21.2 64-bit LTS Kernel Linux 5.15.0-94-generic x86_64 MATE 1.26.0 Download LS-CS-1.8.2-amd64-dev.deb from here: https://sourceforge.net/projects/csscintilla/files/Mint_21.2/?upload_just_completed=true and install. Should work with your current stuff as well since I only r...
by seasoned_geek
Thu Feb 15 2024 4:10 pm
Forum: Issues
Topic: setTabTextColor() no longer working
Replies: 3
Views: 1014

Re: setTabTextColor() no longer working

I hacked changes to Example2 in CsScintilla because that is the "smallest" it gets. https://sourceforge.net/projects/csscintilla/ Seemed to be working. I really hope this isn't a deep seated bug/change in Scintilla again. I really regret merging the tip of both Scintilla and CopperSpice in...
by seasoned_geek
Wed Feb 14 2024 10:30 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 1287

QXcbClipboard: SelectionRequest too old

All, I know I've reported this before but the search function kept saying my words were too common when I searched for SelectionRequest too old. Putting it in quotes didn't help either. This used to be a once in a while thing, but now if you select something with mouse and answer your phone a great ...
by seasoned_geek
Wed Feb 14 2024 10:18 pm
Forum: Issues
Topic: double free or corruption
Replies: 5
Views: 11469

Re: double free or corruption

That was one deeeeep dive further than I ever wanted to go in Scintilla to find the issue.

Sorry for the false alarm.
by seasoned_geek
Wed Feb 14 2024 10:17 pm
Forum: Issues
Topic: setTabTextColor() no longer working
Replies: 3
Views: 1014

setTabTextColor() no longer working

All, Prior to merging from top into my RPM branch this code always worked. void MainWindow::updateDirtyIndicator( FileDetails dtls ) { qDebug() << "updatedirtyIndicator called\n"; for ( int jjj=0; jjj < m_tabWidget->count(); ++jjj ) { EdtEditWidget *ptr = static_cast<EdtEditWidget *>( m_ta...
by seasoned_geek
Wed Jan 17 2024 1:00 pm
Forum: Issues
Topic: QComboBox Documentation Issue
Replies: 6
Views: 13229

Re: QComboBox Documentation Issue

I don't have a snippet or nice test case for you. The code will be in one of these 3 check-ins if I still have it.

https://sourceforge.net/p/reddiamond/code/ci/e5dd3abd1afd66ecc270f1e94d2976fff408f332/log/?path=

78103c
c7cffc
933cb9

I might have found it and fixed it before the check-in though.