belowaverage-org / SuperLauncher

🚀 Super Launcher is an admin launcher that persists in the system tray that can launch programs quickly; optionally, with administrator rights, as another user, or both.
https://belowaverage.org/software/superlauncher
GNU General Public License v3.0
96 stars 14 forks source link

Win11 - Error create SuperLauncherConfig.xml #17

Closed nunorosa9 closed 2 years ago

nunorosa9 commented 2 years ago

Accessing or creating shortcuts in the application causes the following erro 2021-11-15_11-40-18 r.

krisdb2009 commented 2 years ago

Can you provide the full text in the error?

nunorosa9 commented 2 years ago

The problem is related to the variable path in settings.cs

I changed to the following path and compiled the code and it's already working: private readonly string configDir = Path.Combine(@"C:\_Work\Programas\SuperLauncher\temp", Environment.UserDomainName, Environment.UserName); public string configPath = Path.Combine(@"C:\_Work\Programas\SuperLauncher\temp", Environment.UserDomainName, Environment.UserName, "SuperLauncherConfig.xml");

Congratulations for the program, well done!

krisdb2009 commented 2 years ago

Awesome, glad you got it working!