[Linux-traipu] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2014-04-30 Thread Stuart Matthews
This issue also affects Gigabyte GA-EG45M-UD2H motherboard with Intel
GMA X4500HD integrated graphics.  Fresh install of mythbuntu 14.04.
13.10 was not affected.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1308105

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Invalid
Status in “xfce4-settings” package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode NULL

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello supe...@ubuntu.com

  OUTPUT=HDMI-0
  BAD_MODE=1280x720
  GOOD_MODE=1920x1080

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1308105/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1314611] [NEW] Massive load while completely idle

2014-04-30 Thread teledyn
Public bug reported:

I had left Openshot open overnight so I could continue my editing in the
morning, and in the morning I found the machine very sluggish; on
investigation, Openshot shows up in the top display as 150+% CPU!!

but it is doing nothing.  It is just sitting there with a paused frame.
The top list shows

PID   user   PR   NI   VIRTRES   SHR S  %CPU %mem  
TIME+  command
24831 garym 20   0 3644264 646068  16620 R 143.7 16.0 980:32.63 openshot 

total system memory is 4G with 200M free but 1.8G of swap used. When I
close Openshot, memory use does not change appreciably, but the load
drops quite quickly.

What would Openshot be doing in an idle state that should drive such
high CPU use?

** Affects: openshot
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1314611

Title:
  Massive load while completely idle

Status in OpenShot Video Editor:
  New

Bug description:
  I had left Openshot open overnight so I could continue my editing in
  the morning, and in the morning I found the machine very sluggish; on
  investigation, Openshot shows up in the top display as 150+% CPU!!

  but it is doing nothing.  It is just sitting there with a paused
  frame.  The top list shows

  PID   user   PR   NI   VIRTRES   SHR S  %CPU %mem  
TIME+  command
  24831 garym 20   0 3644264 646068  16620 R 143.7 16.0 980:32.63 openshot 

  total system memory is 4G with 200M free but 1.8G of swap used. When I
  close Openshot, memory use does not change appreciably, but the load
  drops quite quickly.

  What would Openshot be doing in an idle state that should drive such
  high CPU use?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1314611/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1310344] Re: MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at half-installed

2014-04-30 Thread Thomas Winteler (Win-Soft)
check file:
/var/lib/dpkg/info/mythweb.postrm

at line 36, add a space between -f and $SYMLINK that it looks like:

rm -f $SYMLINK

thanks to tgm4883 at kubuntu irc ;)

So you can remove the package...

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1310344

Title:
  MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at
  half-installed

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  I just updated mythbuntu from 12.04 to 14.04. Things are mostly
  working, but the mythweb package
  (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) is borked.

  It looke like it is half installed and I can't remove or reinstall it.

   sudo apt-get remove mythweb
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
mythweb
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 4,427 kB disk space will be freed.
  Do you want to continue? [Y/n] y
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  

  
  sudo dpkg --force-remove-reinstreq --remove mythweb
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb

  
  -

  
  How can I fix this??

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1310344/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 11334]

2014-04-30 Thread Stefano Bagnatica
(In reply to comment #9)
 This is a consequence of the X11 clipboard design and not LibreOffice
 specific. As such, there's not much LibreOffice itself can do about this on
 its own.


I'm not sure that there's not much LibreOffice itself can do... have you seen 
that specifications, for ways to store clipboard content after program exit?
https://wiki.ubuntu.com/ClipboardPersistence
http://freedesktop.org/wiki/ClipboardManager/

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Chromium Browser.
https://bugs.launchpad.net/bugs/11334

Title:
  MASTER Copy-Paste doesn't work if the source is closed before the
  paste

Status in AbiWord:
  Confirmed
Status in ChmSee:
  Unknown
Status in Chromium Browser:
  Unknown
Status in LibreOffice Productivity Suite:
  Confirmed
Status in Eclipse:
  Unknown
Status in Chat app, and Telepathy user interface:
  Unknown
Status in Epiphany - Clone of BoulderDash Game:
  Invalid
Status in gnome-utils - GNOME Desktop Utilities:
  New
Status in GnuCash - Finance manager:
  Fix Released
Status in GTK+ GUI Toolkit:
  Confirmed
Status in Inkscape: A Vector Drawing Tool:
  Confirmed
Status in kdelibs:
  New
Status in KDE Utilities:
  New
Status in Mousepad:
  New
Status in The OpenOffice.org Suite:
  Confirmed
Status in Qt:
  New
Status in Tomboy:
  New
Status in Webkit Direct Port:
  Fix Released
Status in X.Org X server:
  Invalid
Status in Xournal:
  New
Status in XUL + XPCOM application runner:
  Fix Released
Status in Ubuntu:
  Confirmed

Bug description:
  ===+++ _ ! ALL USERS ! _ +++===
  ===+++ READ THIS BEFORE MAKING A COMMENT OR MODIFICATION +++===

  IMPORTANT 1: Please see the WORKAROUND a few lines below.

  IMPORTANT 2: Please don't post any me too message; use the Does
  this bug affect you? feature you can find a bit above this bug
  description on Launchpad.

  IMPORTANT 3: Do not post anything if you haven't read all comments to
  verify that your point hasn't been made. If you feel tempted to stop
  reading because there are too many messages, that is a strong
  indicator that you shouldn't add even more comments. Developers have a
  tough time to find anything if you post redundant stuff. So please
  abstain from doing that.

  *** WORKAROUND ***
  ---
  Install diodon, klipper, glipper, parcellite or xfce4-clipman
  

  *** EXPLANATION OF THE BUG ***
  When I copy (Ctrl + C, or right click and Copy) text from somewhere and 
after that close the program where it is, the clipboard gets empty.

  Steps to reproduce in gedit :
  1. Pick any text field that supports copying, copy some text.
  2. Paste into any other text field.
  3. It works.
  4. Close the source window or program.
  5. Paste now does nothing.

  This bug will happen in any application that doesn't comply with the 
clipboard specification from FreeDesktop.
  http://www.freedesktop.org/wiki/ClipboardManager

  There was also previous considerations about improving xserver-xorg 
clipboard, which would reduce adaptation work from upstream projects to comply 
with the specification.
  Xorg : https://bugs.freedesktop.org/show_bug.cgi?id=25220
  http://www.x.org/wiki/CutAndPaste
  A related proposal is to implement it in Wayland: 
https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/865885

    Actual Status : 
  - Not fixed : --
  OpenOffice : http://www.openoffice.org/issues/show_bug.cgi?id=63092
  LibreOffice : https://www.libreoffice.org/bugzilla/show_bug.cgi?id=48783
  GIMP | GTK+ : https://bugzilla.gnome.org/show_bug.cgi?id=510204
  Gnucash : http://bugzilla.gnome.org/show_bug.cgi?id=510205
  Inkscape :  This bug.
  Blender : https://developer.blender.org/T38674

   Fixed : +
  Firefox, Thunderbird, Sunbird (Xulrunner) : Fixed in 1.9.3 trunk 
https://bugzilla.mozilla.org/show_bug.cgi?id=311340
  Evolution : Fixed in 2.29 http://bugzilla.gnome.org/show_bug.cgi?id=258374
  Chromium : http://code.google.com/p/chromium/issues/detail?id=32291
  Pidgin : Fixed
  Gedit : Fixed
  Most Gnome apps, Fixed
  *

To manage notifications about this bug go to:
https://bugs.launchpad.net/abiword/+bug/11334/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2014-04-30 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Won't Fix = Confirmed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Chromium Browser.
https://bugs.launchpad.net/bugs/11334

Title:
  MASTER Copy-Paste doesn't work if the source is closed before the
  paste

Status in AbiWord:
  Confirmed
Status in ChmSee:
  Unknown
Status in Chromium Browser:
  Unknown
Status in LibreOffice Productivity Suite:
  Confirmed
Status in Eclipse:
  Unknown
Status in Chat app, and Telepathy user interface:
  Unknown
Status in Epiphany - Clone of BoulderDash Game:
  Invalid
Status in gnome-utils - GNOME Desktop Utilities:
  New
Status in GnuCash - Finance manager:
  Fix Released
Status in GTK+ GUI Toolkit:
  Confirmed
Status in Inkscape: A Vector Drawing Tool:
  Confirmed
Status in kdelibs:
  New
Status in KDE Utilities:
  New
Status in Mousepad:
  New
Status in The OpenOffice.org Suite:
  Confirmed
Status in Qt:
  New
Status in Tomboy:
  New
Status in Webkit Direct Port:
  Fix Released
Status in X.Org X server:
  Invalid
Status in Xournal:
  New
Status in XUL + XPCOM application runner:
  Fix Released
Status in Ubuntu:
  Confirmed

Bug description:
  ===+++ _ ! ALL USERS ! _ +++===
  ===+++ READ THIS BEFORE MAKING A COMMENT OR MODIFICATION +++===

  IMPORTANT 1: Please see the WORKAROUND a few lines below.

  IMPORTANT 2: Please don't post any me too message; use the Does
  this bug affect you? feature you can find a bit above this bug
  description on Launchpad.

  IMPORTANT 3: Do not post anything if you haven't read all comments to
  verify that your point hasn't been made. If you feel tempted to stop
  reading because there are too many messages, that is a strong
  indicator that you shouldn't add even more comments. Developers have a
  tough time to find anything if you post redundant stuff. So please
  abstain from doing that.

  *** WORKAROUND ***
  ---
  Install diodon, klipper, glipper, parcellite or xfce4-clipman
  

  *** EXPLANATION OF THE BUG ***
  When I copy (Ctrl + C, or right click and Copy) text from somewhere and 
after that close the program where it is, the clipboard gets empty.

  Steps to reproduce in gedit :
  1. Pick any text field that supports copying, copy some text.
  2. Paste into any other text field.
  3. It works.
  4. Close the source window or program.
  5. Paste now does nothing.

  This bug will happen in any application that doesn't comply with the 
clipboard specification from FreeDesktop.
  http://www.freedesktop.org/wiki/ClipboardManager

  There was also previous considerations about improving xserver-xorg 
clipboard, which would reduce adaptation work from upstream projects to comply 
with the specification.
  Xorg : https://bugs.freedesktop.org/show_bug.cgi?id=25220
  http://www.x.org/wiki/CutAndPaste
  A related proposal is to implement it in Wayland: 
https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/865885

    Actual Status : 
  - Not fixed : --
  OpenOffice : http://www.openoffice.org/issues/show_bug.cgi?id=63092
  LibreOffice : https://www.libreoffice.org/bugzilla/show_bug.cgi?id=48783
  GIMP | GTK+ : https://bugzilla.gnome.org/show_bug.cgi?id=510204
  Gnucash : http://bugzilla.gnome.org/show_bug.cgi?id=510205
  Inkscape :  This bug.
  Blender : https://developer.blender.org/T38674

   Fixed : +
  Firefox, Thunderbird, Sunbird (Xulrunner) : Fixed in 1.9.3 trunk 
https://bugzilla.mozilla.org/show_bug.cgi?id=311340
  Evolution : Fixed in 2.29 http://bugzilla.gnome.org/show_bug.cgi?id=258374
  Chromium : http://code.google.com/p/chromium/issues/detail?id=32291
  Pidgin : Fixed
  Gedit : Fixed
  Most Gnome apps, Fixed
  *

To manage notifications about this bug go to:
https://bugs.launchpad.net/abiword/+bug/11334/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 11334]

2014-04-30 Thread L-lunak-w
Specifications are one thing, but there needs to be also something
providing the functionality. While KDE's Klipper is run by default, I'm
rather sure it doesn't implement this, I have no idea about other
desktops, but IIRC GNOME has never really officially included a
clipboard manager, so it's a question of how many users would have it
there.

But fair enough, I guess this can be kept open for when somebody will
feel like implementing this.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Chromium Browser.
https://bugs.launchpad.net/bugs/11334

Title:
  MASTER Copy-Paste doesn't work if the source is closed before the
  paste

Status in AbiWord:
  Confirmed
Status in ChmSee:
  Unknown
Status in Chromium Browser:
  Unknown
Status in LibreOffice Productivity Suite:
  Confirmed
Status in Eclipse:
  Unknown
Status in Chat app, and Telepathy user interface:
  Unknown
Status in Epiphany - Clone of BoulderDash Game:
  Invalid
Status in gnome-utils - GNOME Desktop Utilities:
  New
Status in GnuCash - Finance manager:
  Fix Released
Status in GTK+ GUI Toolkit:
  Confirmed
Status in Inkscape: A Vector Drawing Tool:
  Confirmed
Status in kdelibs:
  New
Status in KDE Utilities:
  New
Status in Mousepad:
  New
Status in The OpenOffice.org Suite:
  Confirmed
Status in Qt:
  New
Status in Tomboy:
  New
Status in Webkit Direct Port:
  Fix Released
Status in X.Org X server:
  Invalid
Status in Xournal:
  New
Status in XUL + XPCOM application runner:
  Fix Released
Status in Ubuntu:
  Confirmed

Bug description:
  ===+++ _ ! ALL USERS ! _ +++===
  ===+++ READ THIS BEFORE MAKING A COMMENT OR MODIFICATION +++===

  IMPORTANT 1: Please see the WORKAROUND a few lines below.

  IMPORTANT 2: Please don't post any me too message; use the Does
  this bug affect you? feature you can find a bit above this bug
  description on Launchpad.

  IMPORTANT 3: Do not post anything if you haven't read all comments to
  verify that your point hasn't been made. If you feel tempted to stop
  reading because there are too many messages, that is a strong
  indicator that you shouldn't add even more comments. Developers have a
  tough time to find anything if you post redundant stuff. So please
  abstain from doing that.

  *** WORKAROUND ***
  ---
  Install diodon, klipper, glipper, parcellite or xfce4-clipman
  

  *** EXPLANATION OF THE BUG ***
  When I copy (Ctrl + C, or right click and Copy) text from somewhere and 
after that close the program where it is, the clipboard gets empty.

  Steps to reproduce in gedit :
  1. Pick any text field that supports copying, copy some text.
  2. Paste into any other text field.
  3. It works.
  4. Close the source window or program.
  5. Paste now does nothing.

  This bug will happen in any application that doesn't comply with the 
clipboard specification from FreeDesktop.
  http://www.freedesktop.org/wiki/ClipboardManager

  There was also previous considerations about improving xserver-xorg 
clipboard, which would reduce adaptation work from upstream projects to comply 
with the specification.
  Xorg : https://bugs.freedesktop.org/show_bug.cgi?id=25220
  http://www.x.org/wiki/CutAndPaste
  A related proposal is to implement it in Wayland: 
https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/865885

    Actual Status : 
  - Not fixed : --
  OpenOffice : http://www.openoffice.org/issues/show_bug.cgi?id=63092
  LibreOffice : https://www.libreoffice.org/bugzilla/show_bug.cgi?id=48783
  GIMP | GTK+ : https://bugzilla.gnome.org/show_bug.cgi?id=510204
  Gnucash : http://bugzilla.gnome.org/show_bug.cgi?id=510205
  Inkscape :  This bug.
  Blender : https://developer.blender.org/T38674

   Fixed : +
  Firefox, Thunderbird, Sunbird (Xulrunner) : Fixed in 1.9.3 trunk 
https://bugzilla.mozilla.org/show_bug.cgi?id=311340
  Evolution : Fixed in 2.29 http://bugzilla.gnome.org/show_bug.cgi?id=258374
  Chromium : http://code.google.com/p/chromium/issues/detail?id=32291
  Pidgin : Fixed
  Gedit : Fixed
  Most Gnome apps, Fixed
  *

To manage notifications about this bug go to:
https://bugs.launchpad.net/abiword/+bug/11334/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1310344] Re: MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at half-installed

2014-04-30 Thread Mario Limonciello
This was just committed to our packaging here:

https://github.com/MythTV/packaging/commit/eb931726947091b174367d6f0bb2f75ae2a42d9b
https://github.com/MythTV/packaging/commit/75c1f357d6cf35f30c75739c2f339e1fab374df6

any future builds will include the fix.  Otherwise please just use the
manual workaround until then.

Thanks!

** Changed in: mythbuntu
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1310344

Title:
  MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at
  half-installed

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Fix Committed

Bug description:
  I just updated mythbuntu from 12.04 to 14.04. Things are mostly
  working, but the mythweb package
  (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) is borked.

  It looke like it is half installed and I can't remove or reinstall it.

   sudo apt-get remove mythweb
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
mythweb
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 4,427 kB disk space will be freed.
  Do you want to continue? [Y/n] y
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  

  
  sudo dpkg --force-remove-reinstreq --remove mythweb
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb

  
  -

  
  How can I fix this??

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1310344/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1311795] Re: Chromium aura doesn't honor the --class parameter anymore

2014-04-30 Thread Saikrishna Arcot
** Also affects: chromium-browser via
   http://code.google.com/p/chromium/issues/detail?id=368782
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Chromium Browser.
https://bugs.launchpad.net/bugs/1311795

Title:
  Chromium aura doesn't honor the --class parameter anymore

Status in BAMF Application Matching Framework:
  Won't Fix
Status in Chromium Browser:
  Unknown
Status in Unity:
  Won't Fix
Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  At Ubuntu 13.10, I could have different instances of chromium (with
  different profiles) have separate icons in unity. All I had to do was
  change the StartupWMClass=  and the --class= in the exec= line in the
  desktop launcher. Starting with 14.04, Unity ignores these values and
  groups the chromium windows together. Similarly, webapp instances
  (created using file- create application shortcuts) are also grouped
  under the one chromium icon. This beats the purpose of webapps, as it
  makes it much more difficult to regard a webpage as an application.

  To replicate: 
  1. copy the chromium-browser.desktop to two different locations: 1.desktop 
and 2.desktop. 
  2. Edit 1.desktop to the following values: 
  Exec=chromium-browser --temp-profile --class=Other %U
  StartupWMClass=Other
  3. Edit 2.desktop to the following values:
  Exec=chromium-browser --temp-profile --class=Other2 %U
  StartupWMClass=Other2
  4. Start both from nautilus or from the desktop. 

  In 13.10, this results in separate icons on the launcher, in 14.04,
  only one.

  It seems that I'm not the only one to encounter this problem:
  http://askubuntu.com/questions/450113/multiple-chromium-icons-in-
  launcher-of-14-04-lts

  And this is further evidence that the icons were separable in previous
  versions: http://ricardofeliciano.me/how-to-create-a-unity-launcher-
  icon-for-each-chromechromium-profile-in-ubuntu/

  Thanks,
  UCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1311795/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp