Daniel Archuleta

Results 11 comments of Daniel Archuleta

Is bluetooth for Windows still being worked on? I lost the dongle and am not able to run Microsoft apps, specifically Xbox games, through Steam as they're .lnk not .exe...

> Check out the changes I just pushed for the BT driver for Windows! These are the kinds of changes to need to implement a driver. PR to main c...

> Check out either my fork winosd-only or mKenfenheuer/sc-controller/tree/windows-steamdeck for something that can partially build on windows (they have meson fixes). I'm actually trying to use the existing c lib...

Found a solution for Cinnamon I mentioned here: https://github.com/cheesecakeufo/komorebi/issues/281#issuecomment-1007892662

I tried the gsettings command and the uninstall script but neither worked. For Cinnamon I found out you have to make a new .desktop file in /etc/xdg/autostart. /etc/xdg/autostart/nemo-autostart.desktop ``` [Desktop...

I was looking in /var not ~/.var. Sorry about that. I installed vdf and steam modules, and the script ran, but desktop icons still not showing up.

It's finding the games, but not seeing them on desktop. ``` > steam-desktop-script]$ ./steam_desktop_updater.py ~/.var/app/com.valvesoftware.Steam/data/Steam > INFO:root:Searching library folders > INFO:root:Collecting apps in folder /home/greyside/.var/app/com.valvesoftware.Steam/.local/share/Steam > INFO:root:Loading 11 apps from...

I tried again setting the -d option to ~/Desktop and got the applications and icons folders.

I edited the script: ``` def save_desktop_entry(self, destdir: Path, steam_cmd: str = DEFAULT_STEAM_CMD): app_desktop = DesktopFileParser() app_desktop.read_dict(self.get_desktop_entry(steam_cmd)) ### Changed app_desktop_file directory: ### From: app_desktop_file = destdir / 'applications' / f'{self.desktop_name}.desktop'...

It went to ~/.local/share, but wasn't showing up on the desktop. I'll double check just to make sure I didn't do something else wrong.