New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.
Starred by 4 users
Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Sep 2010
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug
KDE

Blocking:
issue 33842

Restricted
  • Only users with Commit permission may comment.



Sign in to add a comment
get and ship latest xdg-mime once it supports setting MIME type handlers on KDE4
Project Member Reported by mdm@chromium.org, Jul 30 2009 Back to list
What steps will reproduce the problem?
1. Run Chrome under KDE4.
2. Use Chrome's UI to set it as the default browser.
3. This might not make Chrome the default for opening HTML files.

What is the expected output? What do you see instead?

Part of being the default browser is that Chrome should be the default 
application for HTML files.
 
Comment 1 by mdm@chromium.org, Aug 25 2009
CVS xdg-mime doesn't yet (1.46) have the KDE4 bits (see "NOT IMPLEMENTED YET"):

http://webcvs.freedesktop.org/portland/portland/xdg-utils/scripts/xdg-mime.in?view=log
Comment 2 by mdm@chromium.org, Sep 23 2009
Comment 3 by evan@chromium.org, Apr 28 2010
Labels: KDE
It looks like defapp_kde() now calls ktraderclient:

defapp_kde()
{
    MIME="$1"
    if [ x"$KDE_SESSION_VERSION" = x"4" ]; then
        KTRADER=`which ktraderclient 2> /dev/null`

So is this just that we need to update this dependency?
Comment 4 by mdm@chromium.org, Apr 28 2010
Summary: get and ship latest xdg-mime once it supports setting MIME type handlers on KDE4 (was: NULL)
They've fixed the part that was in the bug title before, but it's still not all the way fixed (as of 1.50). See 
make_default_kde() where there is still a "NOT IMPLEMENTED YET" line. This shouldn't actually be all that hard to 
add, it just needs some text-processing-fu to add/update the right lines in the right files.
Comment 5 by evan@chromium.org, May 3 2010
Labels: HelpWanted Mstone-X
Comment 6 by evan@chromium.org, Aug 11 2010
Status: ExternalDependency
Comment 7 by mdm@chromium.org, Aug 11 2010
Comment 8 by bugdro...@gmail.com, Aug 31 2010
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=58024 

------------------------------------------------------------------------
r58024 | mdm@chromium.org | 2010-08-31 11:16:49 -0700 (Tue, 31 Aug 2010) | 3 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/ChangeLog?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/README.chromium?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/Makefile.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/man/xdg-open.1?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-copy?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-copy.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-desktop-icon?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-desktop-icon.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-desktop-menu?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-desktop-menu.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-email?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-email.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-file-dialog.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-icon-resource?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-icon-resource.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-mime?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-mime.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-open?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-open.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-screensaver?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-screensaver.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-settings?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-settings.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-su.in?r1=58024&r2=58023
   M http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xdg-utils/scripts/xdg-utils-common.in?r1=58024&r2=58023

Update our copy of xdg-utils to 2010-08-30, and include a patched xdg-mime.
BUG= 18106 , 33842 
Review URL: http://codereview.chromium.org/3273010
------------------------------------------------------------------------

The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=58449 

------------------------------------------------------------------------
r58449 | mdm@chromium.org | 2010-09-02 18:13:04 -0700 (Thu, 02 Sep 2010) | 5 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?r1=58449&r2=58448
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome_exe.gypi?r1=58449&r2=58448
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome_installer.gypi?r1=58449&r2=58448
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/tools/build/linux/chrome-wrapper?r1=58449&r2=58448

Linux: include an updated copy of xdg-mime that fixes default browser selection on KDE 4.
This should probably wait until after we branch for M7 this week.
BUG= 18106 , 33842 
TEST=default browser selection works in KDE 4 on distributions shipping CVS xdg-mime
Review URL: http://codereview.chromium.org/3258009
------------------------------------------------------------------------

The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=58500 

------------------------------------------------------------------------
r58500 | eblake@chromium.org | 2010-09-03 09:56:54 -0700 (Fri, 03 Sep 2010) | 8 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/branches/514/src/DEPS?r1=58500&r2=58499
   M http://src.chromium.org/viewvc/chrome/branches/514/src/chrome/chrome_exe.gypi?r1=58500&r2=58499
   M http://src.chromium.org/viewvc/chrome/branches/514/src/chrome/chrome_installer.gypi?r1=58500&r2=58499
   M http://src.chromium.org/viewvc/chrome/branches/514/src/chrome/tools/build/linux/chrome-wrapper?r1=58500&r2=58499

Merge 58449 - Linux: include an updated copy of xdg-mime that fixes default browser selection on KDE 4.
This should probably wait until after we branch for M7 this week.
BUG= 18106 , 33842 
TEST=default browser selection works in KDE 4 on distributions shipping CVS xdg-mime
Review URL: http://codereview.chromium.org/3258009

TBR=mdm@chromium.org
Review URL: http://codereview.chromium.org/3305008
------------------------------------------------------------------------

Comment 11 by mdm@chromium.org, Sep 3 2010
Labels: -HelpWanted -Mstone-X
Status: Fixed
Project Member Comment 12 by bugdroid1@chromium.org, Oct 12 2012
Blocking: -chromium:33842 chromium:33842
Labels: Restrict-AddIssueComment-Commit
This issue has been closed for some time. No one will pay attention to new comments.
If you are seeing this bug or have new data, please click New Issue to start a new bug.
Sign in to add a comment