Closed
Bug 804638
Opened 12 years ago
Closed 12 years ago
Slow startup with default desktop launcher ("Starting..." background window)
Categories
(SeaMonkey :: OS Integration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: chalx, Unassigned)
Details
Attachments
(1 file)
8.61 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Firefox/16.0 SeaMonkey/2.13.1
Build ID: 20121011080644
Steps to reproduce:
Installed seamonkey-mozilla-build_2.13.1-0ubuntu1_amd64.deb into Debian from the Ubuntuzilla repository. Run "Mozilla Build of Seamonkey" from Applications menu.
Actual results:
Two new window titles appeared on taskbar: "Seamonkey" and "Starting Mozilla Build of Seamonkey". First is an empty navigator window, second is not switchable and has no a window frame.
Desktop became busy (watches in mouse cursor while over desktop/taskbar).
After ~15 seconds annoying not-a-window title disappeared from the taskbar and mouse cursor got normal.
Expected results:
One new window with one title at taskbar.
Some details:
* Reproduced: always when i start Seamonkey from the Applications menu.
* I have some Seamonkey windows opened (in other desktops).
* I have the "Restore session on startup" feature turned on, and a home page for new windows. But launcher opens blank navigator.
* Launcher menu item dragged to the Gnome panel have the same behavior.
* Copied panel icon became normal after dummy command edition (added+deleted space). The command is "seamonkey %u".
* Just copied desktop icon has no panel2.d config file.
* Edited desktop icon has config file ~/.gnome2/panel2.d/default/launchers/seamonkey.desktop:
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Mozilla Build of Seamonkey
GenericName=Internet Suite
Comment=Web Browser, Email/News Client, HTML Editor, IRC Client
Exec=seamonkey %u
Icon=seamonkey-mozilla-build
Terminal=false
X-MultipleArgs=false
StartupWMClass=SeaMonkey
Type=Application
Categories=Network;WebBrowser;Email;WebDevelopment;IRCClient;
Icon[en_US]=seamonkey-mozilla-build
Name[en_US]=Mozilla Build of Seamonkey
Comment[en_US]=Web Browser, Email/News Client, HTML Editor, IRC Client
* Original menu item file /usr/share/applications/seamonkey-mozilla-build.desktop:
[Desktop Entry]
Encoding=UTF-8
Name=Mozilla Build of Seamonkey
GenericName=Internet Suite
Comment=Web Browser, Email/News Client, HTML Editor, IRC Client
Exec=seamonkey %u
Icon=seamonkey-mozilla-build
Terminal=false
X-MultipleArgs=false
StartupNotify=true
StartupWMClass=SeaMonkey
Type=Application
Categories=Network;WebBrowser;Email;WebDevelopment;IRCClient;
![]() |
||
Comment 2•12 years ago
|
||
Sorry not many Ubuntu users here. We don't know how Ubuntuzilla integrates SeaMonkey into the Application Menu. Perhaps you can ask the Ubuntuzilla people?
Oh thanks Philip, i couldn't guess myself that Seamonkey has no installer for GNOME (having it for Win and Mac).
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
BTW it's all about StartupNotify param in .desktop files and --enable-startup-notification build option.
You need to log in
before you can comment on or make changes to this bug.
Description
•