antimatter84
antimatter84
I discovered a workaround. After setText() I change the font size and then set the old font again: textArea.setText(code); Font oldFont = textArea.getFont(); textArea.setFont(new Font(..., ..., oldFont.getSize() - 1)); textArea.setFont(oldFont);...
I read through this issue and I'm not sure I get the goal of this issue. I both tested the MAC and Facebook Container addons and noted that the Facebook...
I too have a problem with the sorting. I just want to retain the order in which the completions are added to the provider. I adapted @paul-griffith 's solution to...
I have a similar problem with my Dell Precision 5570 and a 4K screen. When I boot to the desktop and then connect the docking station via Thunderbolt, the laptop...
I tried, but the double quotes are not the problem. I removed the curly braces { } around the $INSANED_EXTRAOPTS variable in the insaned.service file. Then systemd stopped complaining. Edit:...
Hello @buhtz , Mint is Ubuntu-based. Mint 21 is based on Ubuntu 22.04 Jammy and installs BackInTime from their repository. Installed packages: * backintime-common, version 1.2.1-3ubuntu0.3 * backintime-qt4, * backintime-qt,...
2 of 10 is an approximation. So far I was never able to reproduce the problem by manually creating a snapshot. It seems that it happens only when a snapshot...
Hello, is there any news? In the meantime I tried to disable notifications in the options tab (first checkbox), yet the OS notifications (as in notify-send) still appear. Is this...
The current state is, that the problem still exists but we have disabled all system notification in order to hide the rsync/BIT error notifications (which are persistent). Faulty backups -...
I was wondering about any visual hint while sharing my screen. When I use the official Teams app as installed Chrome app (PWA), then it shows a small white banner...