You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
When trying to execute Update Drive Database, it will throw an error "Failed to execute child process (Bad file descriptor)".
I can successfully execute update-smart-drivedb.exe from the program folder.
To Reproduce
Steps to reproduce the behavior:
Go to 'Options'
Click on 'Update Drive Database'
See error
Screenshots
Additional Context
I have tried uninstalling & reinstalling GSmartControl, the problem remains.
The text was updated successfully, but these errors were encountered:
There is no "Discussion" tab, so I have to ask here. On Linux, it update fails if xterm does not exist. Since I use another, better terminal app, I had uninstalled xterm. Is the xterm an important part of the Linux, like VI, that all systems are supposed to have? Otherwise, can't GSmartControl use any available terminal app or ... I don't know, does it really need a terminal app to update the database?
There is no "Discussion" tab, so I have to ask here. On Linux, it update fails if xterm does not exist. Since I use another, better terminal app, I had uninstalled xterm. Is the xterm an important part of the Linux, like VI, that all systems are supposed to have? Otherwise, can't GSmartControl use any available terminal app or ... I don't know, does it really need a terminal app to update the database?
Yes, it needs xterm. If you installed a GSmartControl package, it should have included xterm as its dependency. If not, please file a bug report against that package. The xterm package on my distribution is 38K, so you won't gain much by uninstalling it.
The reason that only xterm is supported is two-fold:
Some terminal apps have different command invocation syntax.
The default terminal app selection mechanism is desktop-specific, while GSmartControl aims to be very cross-platform.
On the other hand, wayland-based desktops are getting stable, so another mechanism will have to be implemented soon-ish.
Version and Environment
Describe the Bug
When trying to execute Update Drive Database, it will throw an error "Failed to execute child process (Bad file descriptor)".
I can successfully execute update-smart-drivedb.exe from the program folder.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional Context
I have tried uninstalling & reinstalling GSmartControl, the problem remains.
The text was updated successfully, but these errors were encountered: