Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Native conversation windows still exist with Skype 4.0 #49

Open
akuznecov opened this issue Jun 14, 2012 · 4 comments
Open

Native conversation windows still exist with Skype 4.0 #49

akuznecov opened this issue Jun 14, 2012 · 4 comments

Comments

@akuznecov
Copy link

I have wrong behavior after Skype 4.0 update.

Start chat or open old one causes opening of new conversation window and no tabs.
You can see it on ss: http://img.tenya.me/Selection_20120615ad46.png

I don't see any error on startup or during the usage.

$ LD_PRELOAD=/usr/lib/libskypetab-ng.so:$LD_PRELOAD exec skype $*
Creating window for skypetab::STabMainWindow
Creating window for skypetab::STabMainWindow
Creating window for skypetab::ContactListContainer
Created main window
Creating window for QWidget
Creating window for Skype::ConversationsWindow
Creating window for Skype::Widgets::ConversationCard
Creating window for Skype::ChatWindow
Skype::ChatWindow is under controlCreating window for Skype::Widgets::ConversationCard
Creating window for Skype::ChatWindow
Skype::ChatWindow is under controlCreating window for Skype::Widgets::ConversationCard
Creating window for Skype::ChatWindow
Skype::ChatWindow is under controlCreating window for Skype::Widgets::ConversationCard
Creating window for Skype::ChatWindow
Skype::ChatWindow is under control
$

OS: ArchLinux x64
DE\WM: Openbox
Qt: 4.8.2-1
Skype: 4.0.0.7
SkypeTab: 0.5.0

@kekekeks
Copy link
Owner

Sorry, I've done a couple of git --amend on my last commit and forgotten to update tagged archive. My bad Try to use skypetab-ng launcher from upstream.

@akuznecov
Copy link
Author

Seems that is not Skypetab issue only.

I have fixed wrong behavior with disabling 'Default view' in Options > Chat
Do to this I needed to exit from Skypetab and load native Skype, because disabling this option cause crash with Skypetab

Could you check it on your box?

@kekekeks
Copy link
Owner

Please, let me see the output of cat /usr/bin/skypetab-ng

@akuznecov
Copy link
Author

#!/bin/sh
cd $HOME/.Skype
if test -e shared.xml
then
    find|grep config.xml|while read line;
    do
        sed -i "s/.UseUniqueConversationsWindow.*//" $line
        sed -i "s/<UI>/<UI>\n    <UseUniqueConversationsWindow>1<\/UseUniqueConversationsWindow>/" $line
        cat $line
    done
fi

LD_PRELOAD=libskypetab-ng.so:$LD_PRELOAD exec skype $*

but I'm use custom skypetab launcher instead of your, and seems it cause this wrong behavior

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants