Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

soreaus-menu: make it case-insensitive

by roundabout, Wednesday, 20 August 2025, 15:42:41 (1755704561), pushed by roundabout, Wednesday, 20 August 2025, 15:42:43 (1755704563)

Author identity: Vlad <vlad.muntoiu@gmail.com>

532132c512c95a5066d23d06f8cd6a908689203e

applets/soreaus-menu/__init__.py

@@ -230,7 +230,7 @@ class SoreausMenu(panorama_panel.Applet):

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                def populate_menu_entries(self):
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    if self.search_entry.get_text():
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    desktop_names = Gio.DesktopAppInfo.search(self.search_entry.get_text())
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    desktop_names = Gio.DesktopAppInfo.search(self.search_entry.get_text().lower())
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        app_infos = []