felixse / felixse/FluentTerminal
System tray menu items throw an exception
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
When using the menu items "New terminal" or "Show settings" in the system tray an unhandled exception occurs.
I have manually installed the app and did not test other ways to install it.
```
************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at FluentTerminal.SystemTray.SystemTrayApplicationContext.NewWindow(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.