Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start in tray #149

Open
HottuDoku opened this issue Aug 4, 2024 · 8 comments
Open

Start in tray #149

HottuDoku opened this issue Aug 4, 2024 · 8 comments

Comments

@HottuDoku
Copy link

Is your feature request related to a problem? Please describe.
Would be awesome, if we had an option to start minimalized -> Start in Tray. Its frustrating to always push it back to tray after startup

Describe the solution you'd like
Start in tray option

Describe alternatives you've considered
Start minimalized, but that would still leave the app in the taskbar, which is also a problem

@raddyst
Copy link

raddyst commented Aug 4, 2024

You forgot describe system information:

  • Windows version
  • FxSound version

ps. FxSound should be remembering the last state the app was in on startup.

@HottuDoku
Copy link
Author

HottuDoku commented Aug 4, 2024

Hey, sorry, since it was just a feature request I did not think these would be necessary.

Win11 build 22631.3958
Fx 1.1.22.0

Every time i boot up into windows the app opens up, now it remembers the whether the app is in compact mode, but it is always in the taskbar on startup. I would love to keep it in the system tray on boot and forever, if I need it i can just open it up manually.

@bvijay74
Copy link
Member

bvijay74 commented Aug 5, 2024

FxSound window open/minimized state is saved in settings and when FxSound is launched again it will start with the window open or minimized.
The settings file is located at %APPDATA%\FxSound\FxSound.settings. After minimizing FxSound with the X button, please check if the settings file has the value <VALUE name="run_minimized" val="1"/>. Exit FxSound/logout/reboot and see if FxSound starts minimized in the system tray.

@HottuDoku
Copy link
Author

Alright, did exactly as you said and the value after both restart or logout changes back to 0. I've tried setting it manually to 1 then rebooting and it changed back to 0 anyway and stays in the task bar.

After that I tried reinstalling with the same parameters and without a fault it changes back to 0.

@bvijay74
Copy link
Member

bvijay74 commented Aug 6, 2024

It is very unlikely for only the "run_minimized" setting to not get saved.
Are all the other settings like hotkeys, preset and output device selection getting saved correctly?

@HottuDoku
Copy link
Author

HottuDoku commented Aug 8, 2024

I've been experimenting, but so far only thing that changes is the run_minimized property. I did se the file to read only mode but next time it ran the read only mode was off and run_minimized was once again set to 0...

This is my actual config after closing the FxSound with the X to violenetly gently push it to the tray.

<?xml version="1.0" encoding="UTF-8"?>

<PROPERTIES>
  <VALUE name="language" val="en"/>
  <VALUE name="output_device_id" val="{0.0.0.00000000}.{1878f332-9cd2-45d7-8fd0-14fe8a7d48e1}"/>
  <VALUE name="output_device_name" val="Headphones (2- LE_WH-1000XM3)"/>
  <VALUE name="preset" val="main"/>
  <VALUE name="version" val="1.1.22.0"/>
  <VALUE name="run_minimized" val="1"/>
  <VALUE name="view" val="1"/>
  <VALUE name="survey_timer" val="1688887395"/>
  <VALUE name="menu_clicked" val="1"/>
  <VALUE name="power" val="1"/>
  <VALUE name="hide_help_tooltips" val="0"/>
  <VALUE name="survey_displayed" val="1"/>
  <VALUE name="disable_auto_switch_output" val="0"/>
  <VALUE name="hotkeys" val="0"/>
</PROPERTIES>

@raddyst
Copy link

raddyst commented Aug 8, 2024

I did se the file to read only mode but next time it ran the read only mode was

Try to set also System and Hidden file attributes.

@Milincho
Copy link

Milincho commented Oct 2, 2024

Same problem here with version 1.1.27.0

It always starts up in the middle of the screen, not minimized and not in the systray, as I would like it to.

The FxSound.settings:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants