Skip to content

Instantly share code, notes, and snippets.

View nikspyratos's full-sized avatar
👽
If you don't have a plan, you become part of someone else's plan.

Nik Spyratos nikspyratos

👽
If you don't have a plan, you become part of someone else's plan.
View GitHub Profile
@nikspyratos
nikspyratos / protonpass_to_keepassxc.js
Created November 26, 2023 07:20
Proton Pass json export file -> KeePassXC import CSV
#!/usr/bin/env node
const fs = require('fs');
function convertProtonPassToJson(protonPassJson) {
// Parse the JSON input
const data = JSON.parse(protonPassJson);
// Define an array to hold CSV lines
let csvLines = [];
@nikspyratos
nikspyratos / filamentdata.txt
Created April 8, 2023 12:56
Filament theme issues
//vite.config.js
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: [
'resources/js/app.js',
'resources/css/filament.css',
@nikspyratos
nikspyratos / gist:0687dd8cb0f650b06b1233a15126f468
Created July 24, 2021 09:33
dconf dump cinnamon machines
// fresh test acc
[/]
command-history=['r']
enabled-applets=['panel1:left:0:menu@cinnamon.org:0', 'panel1:left:1:show-desktop@cinnamon.org:1', 'panel1:left:2:grouped-window-list@cinnamon.org:2', 'panel1:right:0:systray@cinnamon.org:3', 'panel1:right:1:xapp-status@cinnamon.org:4', 'panel1:right:2:notifications@cinnamon.org:5', 'panel1:right:3:printers@cinnamon.org:6', 'panel1:right:4:removable-drives@cinnamon.org:7', 'panel1:right:5:keyboard@cinnamon.org:8', 'panel1:right:6:favorites@cinnamon.org:9', 'panel1:right:7:network@cinnamon.org:10', 'panel1:right:8:sound@cinnamon.org:11', 'panel1:right:9:power@cinnamon.org:12', 'panel1:right:10:calendar@cinnamon.org:13']
next-applet-id=14
[desktop/interface]
scaling-factor=uint32 0
[desktop/sound]
@nikspyratos
nikspyratos / syslog
Created November 1, 2020 07:08
ACOdyssey Proton syslog
gamemoded[7344]: ERROR: glob failed for RAPL paths: (No such file or directory)
gamemoded[7344]: ERROR: Addition requested for already known client 18120 [/usr/bin/env].
gamemoded[7344]: ERROR: Skipping ioprio on client [18129,18129]: ioprio was (0) but we expected (4)
gamemoded[7344]: ERROR: Removal requested for unknown process [18130].
gamemoded[7344]: ERROR: Skipping ioprio on client [18131,18131]: ioprio was (0) but we expected (4)
gamemoded[7344]: ERROR: Skipping ioprio on client [18132,18132]: ioprio was (0) but we expected (4)
gamemoded[7344]: game: 13854 [/usr/bin/env]
gamemoded[7344]: Leaving Game Mode...
gamemoded[7344]: Requesting update of governor policy to ondemand
gamemoded[7344]: Setting ioprio value...
@nikspyratos
nikspyratos / steam-812140.log
Created November 1, 2020 06:03
5.13 steam-812140.log
This file has been truncated, but you can view the full file.
======================
Proton: 1602709129 proton-5.13-1b
SteamGameId: 812140
Command: ['/home/thecapegreek/Documents/common/Assassins Creed Odyssey/ACOdyssey.exe', '-uplay_steam_mode']
Options: {'nofsync', 'noesync', 'forcelgadd'}
======================
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/home/thecapegreek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
@nikspyratos
nikspyratos / steam-812140.log
Last active November 1, 2020 05:56
5.9GE steam-812140.log
======================
Proton: 1602567834 5.9-GE-8-ST-3-gdafe144
SteamGameId: 812140
Command: ['/home/thecapegreek/Documents/common/Assassins Creed Odyssey/ACOdyssey.exe', '-uplay_steam_mode']
Options: {'noesync', 'nofsync', 'forcelgadd'}
======================
ERROR: ld.so: object '/home/thecapegreek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/home/thecapegreek/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
@nikspyratos
nikspyratos / steam-217590.log
Last active November 1, 2020 05:56
5.9GE steam-217590.log
======================
Proton: 1602567834 5.9-GE-8-ST-3-gdafe144
SteamGameId: 271590
Command: ['/home/thecapegreek/Documents/common/Grand Theft Auto V/PlayGTAV.exe']
Options: {'forcelgadd', 'wined3d'}
======================
ERROR: ld.so: object '/usr/lib/libgamemodeauto.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/libgamemodeauto.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
@nikspyratos
nikspyratos / proton50-9_acodyssey
Created October 30, 2020 10:41
Steam Proton 5.0-9 AC Odyssey
steam %U
Running Steam on linuxmint 20 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/thecapegreek/.local/share/Steam/ubuntu12_32/steam %U
[2020-10-30 12:36:16] Startup - updater built Oct 23 2020 20:26:36
Installing breakpad exception handler for appid(steam)/version(1603487799)
[2020-10-30 12:36:16] Loading cached metrics from disk (/home/thecapegreek/.local/share/Steam/package/steam_client_metrics.bin)
[2020-10-30 12:36:16] Using the following download hosts for Public, Realm steamglobal