You are not logged in.
I am using xfce4-notes version 1.9.0 in Linux Mint Cinnamon 20.2 and cannot navigate the note without the text cursor. It's invisible.
These are the contents of `xfce4-notes.css`. Any suggestions please? Would an earlier version work?
@define-color notes_bg_color #5df185;
@import url("/usr/share/xfce4-notes-plugin/gtk-3.0/gtk-main.css");
Last edited by ineuw (2021-07-31 06:39:12)
Linux Mint Cinnamon 21.3
Offline
do characters show up somewhere when you type them in? that can tell us if there is input focus.
Offline
Yes, I can type, select, copy, paste, cut and delete, but have no clue where I am in the notes.
Linux Mint Cinnamon 21.3
Offline
You can change the cursor color (caret-color property) in xfce4-notes with the following tweak:
#notes-notebook { caret-color: red; }
...change color to suit.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
@define-color notes_bg_color #88b7e3;
@import url("/usr/share/xfce4-notes-plugin/gtk-3.0/gtk-main.css");
#notes-notebook { caret-color: black; }
It didn't work. Can I download and install an earlier version from somewhere?
I must stop the app with the process monitor because the exit/close option was omitted. Then, I
added #notes-notebook { caret-color: black; }
to the above lines in the .css and restarted the note. There was no cursor. Looked into the .css and the line was erased. Repeated it again, with the same results.
Linux Mint Cinnamon 21.3
Offline
Add that line to ~/.config/gtk-3.0/gtk.css.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
@ToZ many thanks. It's working.
Please consider the issue closed.
Linux Mint Cinnamon 21.3
Offline
Please consider the issue closed.
You can edit your initial post and prepend "[SOLVED]" to the Subject line.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 545.51 KiB (Peak: 546.35 KiB) ]