Summary: | Title of the main window is replaced by %c | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | mathesis <net-account> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mathesis
2006-05-30 23:15:24 UTC
I can reproduce. How to you launch Kopete ? from a shortcut ? from command line ? check if there is not something wrong in the shortcut I'm using GNOME System > Preferences > Sessions Starting Programs tab, command : kopete -caption %c %i %m %u I've just compared it to the command in the GNOME's Menu (from where I took the command I put in the Starting Programs tab), and it's _now_ different : kopete -caption "%c" %i %m %u, %c have been replaced by "%c" ! I think there were changes between the unstable and the final release. I try the new command and give some news as soon as possible. This is a packaging bug. Please report to ubuntu The package is OK (final release) but my copy-paste wasn't. Thank you. Finally, I still have the problem but I think the bug is in Gnome : A command line of a "Starting Program" item can't have a ". In fact when you type a " in a command line, it disappears when you click on OK. theses options are just useless. use simply "kopete" and it will work better To work around the bug in GNOME, maybe you could try using single quotes, was in: kopete -caption '%c' %i %m %u, %c |