Update references from gedit to gnome-text-editor in documentation and configuration files

This commit is contained in:
Anduin Xue
2024-12-25 14:33:55 +00:00
parent e1fcc66221
commit ce05f0b60c
4 changed files with 8 additions and 30 deletions

View File

@ -31,11 +31,11 @@
* After installation, ensure the start menu apps' names are localized.
* Open terminal and type `ubuntu-` with `Tab`. Ensure it can auto complete to `ubuntu-drivers`.
* Ensure the printer tab in settings can show the printer.
* Ensure the Chinese input can be switched by `Windows + Space` in gedit.
* Ensure the Chinese input can be switched by `Windows + Space` in org.gnome.TextEditor.desktop.
* Ensure Chinese users won't see ibus-libpinyin.
* Ensure the candidate words are shown correctly when typing in gedit.
* Ensure the text `遍角次亮采之门` in gedit is shown correctly.
* Ensure the text `http://` in gedit is shown correctly.
* Ensure the candidate words are shown correctly when typing in org.gnome.TextEditor.desktop.
* Ensure the text `遍角次亮采之门` in org.gnome.TextEditor.desktop is shown correctly.
* Ensure the text `http://` in org.gnome.TextEditor.desktop is shown correctly.
* Try installing Motrix and see if it can be shown successfully on the tray.
* Ensure the corners of the Motrix window is rounded.
* Try installing VSCode and ensure it can be opened successfully, and the corners of the window is rounded.

View File

@ -81,7 +81,7 @@ apt install -y \
gnome-clocks \
gnome-weather \
gnome-nettool \
gedit \
gnome-text-editor \
seahorse \
gdebi \
evince \

View File

@ -5,28 +5,6 @@ theme='auto'
use-system-font=false
custom-font='Ubuntu Mono 13'
[gedit/plugins]
active-plugins=['docinfo', 'sort', 'modelines', 'openlinks', 'spell', 'filebrowser']
[gedit/preferences/editor]
auto-indent=true
auto-save=false
background-pattern='none'
bracket-matching=false
create-backup-copy=false
display-line-numbers=false
display-overview-map=false
display-right-margin=false
editor-font='Ubuntu Mono 13'
highlight-current-line=false
insert-spaces=true
tabs-size=uint32 4
use-default-font=false
wrap-mode='none'
[gedit/preferences/ui]
show-tabs-mode='auto'
[desktop/applications/terminal]
exec='kgx'
@ -223,7 +201,7 @@ menu-height=650
menu-layout='Eleven'
multi-monitor=true
override-menu-theme=false
pinned-apps=[{'id': 'firefox.desktop'}, {'id': 'org.gnome.Nautilus.desktop'}, {'id': 'org.gnome.Console.desktop'}, {'id': 'anduinos-software.desktop'}, {'id': 'org.gnome.Shotwell.desktop'}, {'id': 'org.gnome.Cheese.desktop'}, {'id': 'org.gnome.Weather.desktop'}, {'id': 'org.gnome.gedit.desktop'}, {'id': 'org.gnome.clocks.desktop'}, {'id': 'qalculate-gtk.desktop'}, {'id': 'gnome-nettool.desktop'}, {'id': 'org.gnome.Evince.desktop'}, {'id': 'org.gnome.Totem.desktop'}, {'id': 'org.gnome.seahorse.Application.desktop'}, {'id': 'org.gnome.Rhythmbox3.desktop'}, {'id': 'org.gnome.baobab.desktop'}, {'id': 'org.gnome.Settings.desktop'}, {'id': 'org.gnome.SystemMonitor.desktop'}]
pinned-apps=[{'id': 'firefox.desktop'}, {'id': 'org.gnome.Nautilus.desktop'}, {'id': 'org.gnome.Console.desktop'}, {'id': 'anduinos-software.desktop'}, {'id': 'org.gnome.Shotwell.desktop'}, {'id': 'org.gnome.Cheese.desktop'}, {'id': 'org.gnome.Weather.desktop'}, {'id': 'org.gnome.TextEditor.desktop'}, {'id': 'org.gnome.clocks.desktop'}, {'id': 'qalculate-gtk.desktop'}, {'id': 'gnome-nettool.desktop'}, {'id': 'org.gnome.Evince.desktop'}, {'id': 'org.gnome.Totem.desktop'}, {'id': 'org.gnome.seahorse.Application.desktop'}, {'id': 'org.gnome.Rhythmbox3.desktop'}, {'id': 'org.gnome.baobab.desktop'}, {'id': 'org.gnome.Settings.desktop'}, {'id': 'org.gnome.SystemMonitor.desktop'}]
position-in-panel='Center'
prefs-visible-page=0
recently-installed-apps=['firefox.desktop']

View File

@ -134,8 +134,8 @@ xdg-mime default org.gnome.FileRoller.desktop application/x-7z-compressed
xdg-mime default org.gnome.FileRoller.desktop application/x-rar
xdg-mime default org.gnome.FileRoller.desktop application/x-tar
xdg-mime default org.gnome.FileRoller.desktop application/gzip
# txt with gedit
xdg-mime default org.gnome.gedit.desktop text/plain
# txt with gnome-text-editor
xdg-mime default org.gnome.TextEditor.desktop text/plain
# torrent with transmission-gtk
xdg-mime default transmission-gtk.desktop application/x-bittorrent
xdg-mime default transmission-gtk.desktop application/x-utorrent