Skip to content

Commit 84d81b6

Browse files
committed
rules fixes [skip ci]
1 parent 888f31e commit 84d81b6

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

resources/systems/linux/es_find_rules.xml

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@
149149
</emulator>
150150
<emulator name="AZAHAR">
151151
<!-- Nintendo 3DS emulator Azahar -->
152+
<rule type="systempath">
153+
<entry>azahar</entry>
154+
</rule>
152155
<rule type="staticpath">
153156
<entry>~/Applications/azahar*.AppImage</entry>
154157
<entry>~/.local/share/applications/azahar*.AppImage</entry>
@@ -165,12 +168,12 @@
165168
</rule>
166169
</emulator>
167170
<emulator name="AZAHARPLUS">
168-
<!-- Nintendo 3DS emulator Azahar Plus-->
171+
<!-- Nintendo 3DS emulator AzaharPlus -->
169172
<rule type="staticpath">
170-
<entry>~/Applications/azahar*.AppImage</entry>
171-
<entry>~/.local/share/applications/azahar*.AppImage</entry>
172-
<entry>~/.local/bin/azahar*.AppImage</entry>
173-
<entry>~/bin/azahar*.AppImage</entry>
173+
<entry>~/Applications/azaharplus*.AppImage</entry>
174+
<entry>~/.local/share/applications/azaharplus*.AppImage</entry>
175+
<entry>~/.local/bin/azaharplus*.AppImage</entry>
176+
<entry>~/bin/azaharplus*.AppImage</entry>
174177
<!-- RetroDECK -->
175178
<entry>/app/retrodeck/components/azaharplus/component_launcher.sh</entry>
176179
</rule>
@@ -458,12 +461,15 @@
458461
<!-- EasyRPG game engine -->
459462
<rule type="systempath">
460463
<entry>easyrpg-player</entry>
464+
<entry>org.easyrpg.player</entry>
461465
</rule>
462466
<rule type="staticpath">
463467
<entry>~/Applications/easyrpg/easyrpg-player</entry>
464468
<entry>~/.local/share/applications/easyrpg/easyrpg-player</entry>
465469
<entry>~/.local/bin/easyrpg/easyrpg-player</entry>
466470
<entry>~/bin/easyrpg/easyrpg-player</entry>
471+
<entry>/var/lib/flatpak/exports/bin/org.easyrpg.player</entry>
472+
<entry>~/.local/share/flatpak/exports/bin/org.easyrpg.player</entry>
467473
<!-- RetroDECK -->
468474
<entry>/app/retrodeck/components/easyrpg/component_launcher.sh</entry>
469475
</rule>
@@ -543,6 +549,10 @@
543549
<entry>fsuae.launcher</entry>
544550
</rule>
545551
<rule type="staticpath">
552+
<entry>~/Applications/FS-UAE-Launcher/Linux/x86-64/fs-uae-launcher</entry>
553+
<entry>~/.local/share/applications/FS-UAE-Launcher/Linux/x86-64/fs-uae-launcher</entry>
554+
<entry>~/.local/bin/FS-UAE-Launcher/Linux/x86-64/fs-uae-launcher</entry>
555+
<entry>~/bin/FS-UAE-Launcher/Linux/x86-64/fs-uae-launcher</entry>
546556
<entry>/var/lib/flatpak/exports/bin/net.fsuae.FS-UAE|flatpak run --command=fs-uae-launcher net.fsuae.FS-UAE</entry>
547557
<entry>~/.local/share/flatpak/exports/bin/net.fsuae.FS-UAE|flatpak run --command=fs-uae-launcher net.fsuae.FS-UAE</entry>
548558
<!-- RetroDECK -->
@@ -1035,6 +1045,12 @@
10351045
<entry>/app/retrodeck/components/pico8/component_launcher.sh</entry>
10361046
</rule>
10371047
</emulator>
1048+
<emulator name="PLASTIC">
1049+
<!-- Nintendo NES and Famicom emulator Plastic -->
1050+
<rule type="systempath">
1051+
<entry>plastic</entry>
1052+
</rule>
1053+
</emulator>
10381054
<emulator name="PLAY!">
10391055
<!-- Sony PlayStation 2 emulator Play! -->
10401056
<rule type="systempath">
@@ -1506,6 +1522,13 @@
15061522
<!-- Nintendo Game Boy Advance emulator VBA-M -->
15071523
<rule type="systempath">
15081524
<entry>visualboyadvance-m</entry>
1525+
<entry>com.vba_m.visualboyadvance-m</entry>
1526+
</rule>
1527+
<rule type="staticpath">
1528+
<entry>/var/lib/flatpak/exports/bin/com.vba_m.visualboyadvance-m</entry>
1529+
<entry>~/.local/share/flatpak/exports/bin/com.vba_m.visualboyadvance-m</entry>
1530+
<!-- RetroDECK -->
1531+
<entry>/app/retrodeck/components/vba-m/component_launcher.sh</entry>
15091532
</rule>
15101533
</emulator>
15111534
<emulator name="VICE-X64SC">
@@ -1708,6 +1731,8 @@
17081731
<entry>~/.local/share/applications/ymir/ymir-sdl3</entry>
17091732
<entry>~/.local/bin/ymir/ymir-sdl3</entry>
17101733
<entry>~/bin/ymir/ymir-sdl3</entry>
1734+
<entry>/var/lib/flatpak/exports/bin/io.github.strikerx3.ymir</entry>
1735+
<entry>~/.local/share/flatpak/exports/bin/io.github.strikerx3.ymir</entry>
17111736
<!-- RetroDECK -->
17121737
<entry>/app/retrodeck/components/ymir/component_launcher.sh</entry>
17131738
</rule>
@@ -1732,4 +1757,4 @@
17321757
<entry>flatpak-spawn</entry>
17331758
</rule>
17341759
</emulator>
1735-
</ruleList>
1760+
</ruleList>

0 commit comments

Comments
 (0)