Compare commits
8 Commits
fa77d76aa5
...
2026.01.26
| Author | SHA1 | Date | |
|---|---|---|---|
| c6049ef5f3 | |||
| c8c1922060 | |||
| c8304ce7c0 | |||
| 8ff9c70d29 | |||
| 26cca56c34 | |||
| 803404aa48 | |||
| 78ef51d01f | |||
| 30a40f6974 |
@@ -102,3 +102,4 @@ po/insert-header.sed
|
|||||||
!/help/C/*.xml
|
!/help/C/*.xml
|
||||||
/help/*/*.mo
|
/help/*/*.mo
|
||||||
/help/*/*.stamp
|
/help/*/*.stamp
|
||||||
|
.aider*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
||||||
|
|
||||||
pkgname=cthulhu
|
pkgname=cthulhu
|
||||||
pkgver=2026.01.19
|
pkgver=2026.01.26
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
||||||
url="https://git.stormux.org/storm/cthulhu"
|
url="https://git.stormux.org/storm/cthulhu"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
project('cthulhu',
|
project('cthulhu',
|
||||||
version: '2026.01.19-testing',
|
version: '2026.01.26-master',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -23,5 +23,5 @@
|
|||||||
# Forked from Orca screen reader.
|
# Forked from Orca screen reader.
|
||||||
# Cthulhu project: https://git.stormux.org/storm/cthulhu
|
# Cthulhu project: https://git.stormux.org/storm/cthulhu
|
||||||
|
|
||||||
version = "2026.01.19"
|
version = "2026.01.26"
|
||||||
codeName = "testing"
|
codeName = "master"
|
||||||
|
|||||||
@@ -81,6 +81,8 @@ class ScriptManager:
|
|||||||
{'Icedove': 'Thunderbird',
|
{'Icedove': 'Thunderbird',
|
||||||
'Nereid': 'Banshee',
|
'Nereid': 'Banshee',
|
||||||
'gnome-calculator': 'gcalctool',
|
'gnome-calculator': 'gcalctool',
|
||||||
|
'Steam': 'steamwebhelper',
|
||||||
|
'Steam Web Helper': 'steamwebhelper',
|
||||||
'gtk-window-decorator': 'switcher',
|
'gtk-window-decorator': 'switcher',
|
||||||
'marco': 'switcher',
|
'marco': 'switcher',
|
||||||
'xfce4-notifyd': 'notification-daemon',
|
'xfce4-notifyd': 'notification-daemon',
|
||||||
|
|||||||
@@ -167,9 +167,6 @@ def setSpeechServer(speechServer: SpeechServer) -> None:
|
|||||||
"""
|
"""
|
||||||
global _speechserver
|
global _speechserver
|
||||||
_speechserver = speechServer
|
_speechserver = speechServer
|
||||||
shutdown()
|
|
||||||
else:
|
|
||||||
init()
|
|
||||||
|
|
||||||
def __resolveACSS(acss: Optional[Any] = None) -> ACSS:
|
def __resolveACSS(acss: Optional[Any] = None) -> ACSS:
|
||||||
if isinstance(acss, ACSS):
|
if isinstance(acss, ACSS):
|
||||||
|
|||||||
Reference in New Issue
Block a user