Commits on Source (8)
-
Ludovico de Nittis authored
Having an SrtSteam object will be easier in the future, if needed, to expand. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ludovico de Nittis authored
Now we are able to diagnose if there are problems with how we handle the `steam://` URLs. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Simon McVittie authored
Create a new SrtSteam object See merge request steam/steam-runtime-tools!116
-
Simon McVittie authored
Diagnose problems with "steam:" URL handler See merge request steam/steam-runtime-tools!117
Showing
- bin/system-info.c 38 additions, 0 deletionsbin/system-info.c
- bin/system-info.md 22 additions, 0 deletionsbin/system-info.md
- debian/changelog 9 additions, 2 deletionsdebian/changelog
- debian/libsteam-runtime-tools-0-0.symbols 3 additions, 0 deletionsdebian/libsteam-runtime-tools-0-0.symbols
- meson.build 6 additions, 2 deletionsmeson.build
- steam-runtime-tools/desktop-entry-internal.h 70 additions, 0 deletionssteam-runtime-tools/desktop-entry-internal.h
- steam-runtime-tools/desktop-entry.c 392 additions, 0 deletionssteam-runtime-tools/desktop-entry.c
- steam-runtime-tools/desktop-entry.h 50 additions, 0 deletionssteam-runtime-tools/desktop-entry.h
- steam-runtime-tools/meson.build 4 additions, 1 deletionsteam-runtime-tools/meson.build
- steam-runtime-tools/steam-internal.h 28 additions, 4 deletionssteam-runtime-tools/steam-internal.h
- steam-runtime-tools/steam-runtime-tools.h 1 addition, 0 deletionssteam-runtime-tools/steam-runtime-tools.h
- steam-runtime-tools/steam.c 322 additions, 30 deletionssteam-runtime-tools/steam.c
- steam-runtime-tools/steam.h 33 additions, 0 deletionssteam-runtime-tools/steam.h
- steam-runtime-tools/system-info.c 75 additions, 24 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/system-info.h 2 additions, 0 deletionssteam-runtime-tools/system-info.h
- tests/desktop-entry.c 192 additions, 0 deletionstests/desktop-entry.c
- tests/fake-home.c 71 additions, 3 deletionstests/fake-home.c
- tests/fake-home.h 2 additions, 1 deletiontests/fake-home.h
- tests/meson.build 2 additions, 0 deletionstests/meson.build
- tests/system-info-cli.c 2 additions, 2 deletionstests/system-info-cli.c
steam-runtime-tools/desktop-entry-internal.h
0 → 100644
steam-runtime-tools/desktop-entry.c
0 → 100644
steam-runtime-tools/desktop-entry.h
0 → 100644
tests/desktop-entry.c
0 → 100644