| Summary: | [stdout/stderr] kcmsambaconf: TQLayout "unnamed" added to SmbConfigConfigWidget "configWidget", which already has a layout | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tdenetwork | Assignee: | Michele Calgaro <michele.calgaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, michele.calgaro |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2014 | ||
|
Description
Darrell
2014-01-31 14:59:48 CST
Darrell, is this bug still valid? If I run "tdecmshell kcmsambaconf" from CLI, I don't see that message... Valid. Temporarily rename or delete /etc/samba/smb.conf. (In reply to Darrell from comment #2) Thanks Darrell, I can now reproduce the same behavior. BTW, good to see you are still around :) Fixed in commit fe3d0d2. I am reopening this bug report rather than open a new report. Same conditions, same method to test. Fixing the previous error message introduced or unmasked the following error message: TQFile::open: No file name specified The actual message is from (T)Qt3/src/tools/qfile_unix.cpp. Resolving the new error message likely will lead to a similar or same resolution for bug 886. (In reply to Darrell from comment #5) > TQFile::open: No file name specified Darrell, I can not see this message coming up in my system. Same conditions, same method to test. How did you test? * Open konsole. * Run "tdecmshell kcmsambaconf" I see the error message regardless of the existence of /etc/samba/smb.conf. (In reply to Darrell from comment #7) > * Open konsole. > * Run "tdecmshell kcmsambaconf" No error message here. Perhaps there is something else going on. Any chance you can run that in gdb, break on the error message, print out the call stack and report back here? The /etc/samba/smb.conf file must exist to see the message. If smb.conf does not exist then there is no output at all and the new error message does not appear. When smb.conf exists then the output spew will look like this: Load smb config files from /dev/null rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Loaded services file OK. Server role: ROLE_STANDALONE TQFile::open: No file name specified (In reply to Darrell from comment #9) Thanks, now I can reproduce that. Fixed in commit 1396eea. |