If i use a terminal by hitting control+t and then to search text in terminal by hitting control+shift+f there appears a search dialog with options ( casinsensitive for example).
If i do the same in guake there are no search options visible and the search is allways casesensitive
I asked chatgpt and it told me to put into ~/.bashrc
shopt -s nocaseglob
but guake with $SHELL=/bin/bash does not care about ~/.bashrc. It’s allways searching casesensitive
Is that setting not possible in guake?
More Sysinfo:
Generated on 2023-04-01 16:59:1680361151
#################### inxi -Fxzc0 ########################
System:
Kernel: 6.1.21-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.1 Desktop: Xfce v: 4.18.1
Distro: Manjaro Linux base: Arch Linux
Machine:
Type: Laptop System: LENOVO product: 81RS v: Lenovo Yoga S740-14IIL serial: <superuser required>
Mobo: LENOVO model: LNVNB161216 v: SDK0J40709 WIN serial: <superuser required> UEFI: LENOVO
v: BYCN39WW date: 05/28/2021
Battery:
ID-1: BAT0 charge: 62.9 Wh (96.3%) condition: 65.3/62.0 Wh (105.3%) volts: 17.0 min: 15.4
model: LGC L19L4PD2 status: full
CPU:
Info: quad core model: Intel Core i7-1065G7 bits: 64 type: MT MCP arch: Ice Lake rev: 5 cache:
L1: 320 KiB L2: 2 MiB L3: 8 MiB
Speed (MHz): avg: 1347 high: 1500 min/max: 400/3900 cores: 1: 1500 2: 1199 3: 1219 4: 1108
5: 1252 6: 1500 7: 1500 8: 1500 bogomips: 23968
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel Iris Plus Graphics G7 vendor: Lenovo driver: i915 v: kernel arch: Gen-11
bus-ID: 00:02.0
Device-2: NVIDIA GP108M [GeForce MX250] vendor: Lenovo driver: nvidia v: 530.41.03 arch: Pascal
bus-ID: 2b:00.0
Device-3: Chicony Integrated Camera type: USB driver: uvcvideo bus-ID: 3-5:5
Display: x11 server: X.Org v: 21.1.8 driver: X: loaded: modesetting,nvidia unloaded: nouveau
dri: iris gpu: i915 resolution: 1: 1920x1080~60Hz 2: N/A
API: OpenGL v: 4.6 Mesa 23.0.1 renderer: Mesa Intel Iris Plus Graphics (ICL GT2)
direct-render: Yes
Audio:
Device-1: Intel Ice Lake-LP Smart Sound Audio vendor: Lenovo driver: sof-audio-pci-intel-icl
bus-ID: 00:1f.3
API: ALSA v: k6.1.21-1-MANJARO status: kernel-api
Server-1: sndiod v: N/A status: off
Server-2: PipeWire v: 0.3.67 status: active
Network:
Device-1: Intel Ice Lake-LP PCH CNVi WiFi driver: iwlwifi v: kernel bus-ID: 00:14.3
IF: wlp0s20f3 state: up mac: <filter>
Device-2: Realtek RTL8153 Gigabit Ethernet Adapter type: USB driver: r8152 bus-ID: 2-1.4:4
IF: enp0s13f0u1u4 state: up speed: 1000 Mbps duplex: full mac: <filter>
IF-ID-1: pan1 state: down mac: <filter>
Bluetooth:
Device-1: Intel AX201 Bluetooth type: USB driver: btusb v: 0.8 bus-ID: 3-10:8
Report: rfkill ID: hci0 rfk-id: 2 state: up address: see --recommends
Drives:
Local Storage: total: 1.86 TiB used: 438.58 GiB (23.1%)
ID-1: /dev/nvme0n1 vendor: Micron model: MTFDHBA1T0TCK size: 953.87 GiB temp: 51.9 C
ID-2: /dev/sda type: USB vendor: Kingston model: DataTraveler 2.0 size: 14.54 GiB
ID-3: /dev/sdb type: USB vendor: Western Digital model: WD10EARX-00N0YB0 size: 931.51 GiB
Partition:
ID-1: / size: 57.85 GiB used: 39.71 GiB (68.6%) fs: ext4 dev: /dev/nvme0n1p8
ID-2: /boot/efi size: 259.5 MiB used: 115 MiB (44.3%) fs: vfat dev: /dev/nvme0n1p1
Swap:
ID-1: swap-1 type: partition size: 16.67 GiB used: 0 KiB (0.0%) dev: /dev/nvme0n1p9
Sensors:
System Temperatures: cpu: 52.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info:
Processes: 273 Uptime: 20m Memory: 15.19 GiB used: 2.59 GiB (17.1%) Init: systemd Compilers:
gcc: 12.2.1 clang: 15.0.7 Packages: 1987 Client: Unknown Client: wrapper-2.0 inxi: 3.3.26
No success with …
john1@manjaro ~]$ guake shopt -s nocaseglob
Guake not running, starting it
Loading Gnome schema from: /usr/share/glib-2.0/schemas
Language previously loaded from: /usr/share/locale
Guake Terminal 3.9.1.dev0
VTE 0.72.0
Gtk 3.24.37
created fresh notebook for workspace 0
Spawning new terminal at /home/john1
current workspace is 0
can't bind show-focus key
Spawning new terminal at /home/john1
Spawning new terminal at /home/john1/Dokumente
Spawning new terminal at /run/media/john1/Ext_120GB
Guake tabs restored from /home/john1/.config/guake/session.json
Guake initialized
Traceback (most recent call last):
File "/usr/bin/guake", line 33, in <module>
sys.exit(load_entry_point('guake==3.9.1.dev0', 'console_scripts', 'guake')())
File "/usr/lib/python3.10/site-packages/guake/main.py", line 648, in exec_main
if not main():
File "/usr/lib/python3.10/site-packages/guake/main.py", line 521, in main
selected = int(options.select_tab)
ValueError: invalid literal for int() with base 10: *'nocaseglob'*
Bugreport: