LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-28-2021, 08:52 AM   #16
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled

I have no path "/ usr /". The DConf root view in the "Dconf editor" is attached.
Attached Thumbnails
Click image for larger version

Name:	Dconf editor.png
Views:	34
Size:	31.1 KB
ID:	37587  
 
Old 10-28-2021, 10:45 AM   #17
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
That's not a dconf path. That's a filesystem path. What I mean are XML files stored in the filesystem.
 
Old 10-28-2021, 12:56 PM   #18
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Found these files. They have a Dconf path. To attach files, I changed the extension from xml to txt. What to do with them next?
Attached Files
File Type: txt org.gnome.gedit.gschema.txt (15.4 KB, 18 views)
File Type: txt org.gnome.settings-daemon.peripherals.gschema.txt (8.5 KB, 8 views)
 
Old 10-29-2021, 08:35 AM   #19
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
It makes sense not to delete "~ / .config / dconf / user", but to move it, although the focus with restoring settings when copying the folder may not work.
I believe that if "~ / .config / dconf / user" is missing, the Dconf key will not appear, because I had to use the Dconf editor to remove it. And the specified xml files cannot create Dconf keys. Otherwise the widely used "max-Recents" key in Gedit would have been created. Only the Dconf developer knows if running the xml file can generate the Dconf key.
 
Old 10-29-2021, 09:21 AM   #20
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
All I can say is that max-recents is not in the schema you posted. Nor is it in that file from gedit 3.36 source. But it was present in the source for gedit 3.34. Here is the commit that removed it.
 
Old 10-29-2021, 12:14 PM   #21
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
I have Gedit 3.36.2, Dconf key will not be generated

Last edited by Pingvin1; 10-29-2021 at 12:15 PM.
 
Old 10-29-2021, 12:43 PM   #22
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thank shruggy very much!
 
Old 10-30-2021, 06:24 AM   #23
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Previously, the "binding" keyword was used to create the Dconf key: https://itectec.com/ubuntu/ubuntu-ho...schema-closed/
But now it was canceled
 
Old 10-30-2021, 07:02 AM   #24
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
max-recents is not just a missing keyboard binding. In order to work, it requires some support in gedit code. As you can see in my post above, that support was removed from gedit. The code that would read the max-recents value from dconf database and set up gedit accordingly was replaced with a simple
Code:
config->limit = 5;
So even if you could find a way to somehow specify max-recents, gedit (starting with 3.35.90) wouldn't honor your setting anymore.

Last edited by shruggy; 10-30-2021 at 07:09 AM.
 
1 members found this post helpful.
Old 10-31-2021, 07:08 AM   #25
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Ok.
 
Old 11-06-2021, 07:47 AM   #26
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Then Gedit and the "max-Recents" key are no longer interesting to me. I have installed and configured Geany.
Do I really need to reinstall Linux and reinstall all packages to restore the "locate-pointer" key?
I was highlighting the cursor position in "18.04.1-Ubuntu LTS" when I pressed Ctrl so that I didn't look for it.
Previously for this: I entered the command: $ gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer true
And in "20.04-Ubuntu LTS" this command does not work: there is no scheme written. And now there is no "locate-pointer" key either

Last edited by Pingvin1; 11-06-2021 at 07:52 AM.
 
Old 11-06-2021, 08:17 AM   #27
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
I believe it's under org.gnome.desktop.interface now:
Code:
$ gsettings describe org.gnome.desktop.interface locate-pointer
If true, pressing a key will highlight the current pointer location on screen.
 
1 members found this post helpful.
Old 11-07-2021, 09:10 AM   #28
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
The truth is, see the attached file.
I have set the locate-pointer to true in the Dconf editor: the cursor is not highlighted.
I Tried through the command
$ gsettings set org.gnome.desktop.interface locate-pointer true
The cursor is not highlighted. True, the image does not indicate which key to press. The Ctrl key was specified in "18.04.1-Ubuntu LTS".
The key can be copied from one place, but pasted (or written) into another is not. Otherwise I would try:
$ gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer true
Attached Thumbnails
Click image for larger version

Name:	Key org.gnome.desktop.interface locate-pointer.png
Views:	14
Size:	45.9 KB
ID:	37651  
 
Old 11-07-2021, 09:38 AM   #29
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
Try to set the key shortcut explicitly:
Code:
gsettings set org.gnome.mutter locate-pointer-key Control_L
Another option is the plugin Show mouse in Compiz. See https://askubuntu.com/questions/370344

Last edited by shruggy; 11-07-2021 at 09:46 AM.
 
1 members found this post helpful.
Old 11-08-2021, 07:55 AM   #30
Pingvin1
Member
 
Registered: Mar 2020
Distribution: Linux-Mint 21-Cinnamon 5.4.8
Posts: 32

Original Poster
Rep: Reputation: Disabled
Much paler (almost invisible on a white background) than in "18.04.1-Ubuntu LTS", but it worked. Only I did from the right Ctrl key, it's more convenient for me.
I will configure the mouse in Compiz, enabled Show mouse.
The settings are made, but the path of the mouse cursor remains the same. I assume this is from AMD64 architecture.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] dconf fails to configure: requires dconf jr_bob_dobbs Linux From Scratch 3 06-21-2017 05:16 PM
How to edit dconf file (dconf-editor actually can't) ? ardabro Linux - General 3 06-01-2015 11:43 AM
dconf will not work properly, unable to create '/run/user/<username>/dconf AseyMayo Linux - Server 0 08-16-2013 05:44 AM
Help! Hi All. Relatively New. dconf Editor's "Default" misled me now I have no menu's Greycoat Linux - Newbie 2 05-17-2013 12:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration