[Dx-packages] [Bug 1575655] Re: the network indicator shows the wrong status

2017-01-13 Thread Sebastian Thürrschmidt
Same thing here, on a freshly installed yakkety. Before that, on the
same machine, same symptoms witch xenial, i.e. network-indicator showing
no connetion/wired connetion/no Wi-Fi networks available while a fully
working Wi-Fi connection exists, primarily after suspend/resume and/or
switching between users.

Funny thing is, I don't see anything like this on a handful of other
machines. Possible explanations:

1) Could be hardware-related. The laptop in question has a Qualcomm
Atheros AR928X Wireless Network Adapter (PCI-Express) (rev 01).

2) The laptop in question is the only machine that is shared between
more than one users with separate accounts.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-applet in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1575655

Title:
  the network indicator shows the wrong status

Status in indicator-applet package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  indicator-applet:
Installed: (none)
Candidate: 12.10.2+15.04.20141127.2-0ubuntu1
Version table:
   12.10.2+15.04.20141127.2-0ubuntu1 500
  500 http://se.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  The network indicator sometimes shows the icon for wired connections
  and sometimes claims wifi without connection even though I'm
  consistently connected over wifi. I don't mean to say that it switches
  between these two or that always is wrong. But sometimes my connected
  to wifi symbol changes to wired. Other times it will change to the no
  connection wifi. The info is correct on boot, but switches over time,
  possibly after suspension.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: indicator-applet (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 27 14:54:42 2016
  InstallationDate: Installed on 2016-04-08 (18 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1575655/+subscriptions

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


[Dx-packages] [Bug 1103833] Re: Wine's icon and description appears for all Windows applications

2014-09-27 Thread Sebastian Thürrschmidt
Sorry, I forgot to mention that for my workaround (see previous comment)
to function you need shortcut.exe from
http://optimumx.com/downloads.html#Shortcut somewhere in your Wine path
(like windows/system32). This little tool allows you to create, modify
or query Windows shell links (shortcuts) from the command-line. It's
been a useful addition to my Wine toolbox for so long that I forgot it's
not part of Wine itself. It should be (but with a less clumsy DOSish
syntax).

My apologies for the noise.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1103833

Title:
  Wine's icon and description appears for all Windows applications

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in “unity” package in Ubuntu:
  Triaged
Status in “wine” package in Ubuntu:
  Triaged

Bug description:
  If I start an application using Crossover (or Wine), the application will 
always be the Wine Logo instead of the application logo. This is the same 
independent of the application being run or using Wine instead of Crossover.
  That makes sense if the application has no logo, but it gets confusing 
running multiple Microsoft Office programs - and all of them have the same logo.
  The hint text for the icon is also Wine Windows Program Loader instead of 
Document 1 - Microsoft Word as it should be.
  Unity does not seem to allow Wine/Crossover to use application icons and 
title text.

  I have confirmed that this issue does NOT occur in Gnome Classic, and
  is only a Unity flaw.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.12.0-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Jan 23 23:37:43 2013
  InstallationDate: Installed on 2012-10-21 (94 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Dx-packages] [Bug 1103833] Re: Wine's icon and description appears for all Windows applications

2014-09-23 Thread Sebastian Thürrschmidt
So according to the lastet comments adding a StartupWMClass
corresponding to the name of the application's executable to each Wine
.desktop file would be a temporary workaround for this problem, until
it's fixed in Wine? Let's try it:

find $HOME/.local/share/applications/wine/Programs -name '*.desktop'
-exec perl -pi -e 'if (m/^Exec=.+ \/Unix (.+\.lnk)/) { ($l = $1) =~
s/ / /g; $r = qx[env WINEDEBUG=-all wine shortcut /f:$l /a:q]; if
($r =~ m/\nTargetPath=(?:.+\\)?([^\\\n]+)/) { print
StartupWMClass=$1\n; } }' '{}' \;

And hey, it works! Mostly, that is, for me. A few exceptions turned out
to be due to to EITHER differences in capitalization between what's in
the .lnk file and the actual exectutable on disk OR some internal
shenanigans by program loaders/cracks.

Try this workarond at your own risk. Be sure to backup
~/.local/share/applications/wine/Programs beforehand. You may have to
run xdg-desktop-menu forceupdate to see any changes. YMMV. To revert
the changes, i.e. to remove all StartupWMClass lines from all Wine
.desktop files:

find $HOME/.local/share/applications/wine/Programs -name '*.desktop'
-exec perl -pi -e 's/StartupWMClass=.+\n//' '{}' \;

This workaround (or a permanent fix) also seems to fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/704187. And maybe
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/998591.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1103833

Title:
  Wine's icon and description appears for all Windows applications

Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in “unity” package in Ubuntu:
  Triaged
Status in “wine” package in Ubuntu:
  Triaged

Bug description:
  If I start an application using Crossover (or Wine), the application will 
always be the Wine Logo instead of the application logo. This is the same 
independent of the application being run or using Wine instead of Crossover.
  That makes sense if the application has no logo, but it gets confusing 
running multiple Microsoft Office programs - and all of them have the same logo.
  The hint text for the icon is also Wine Windows Program Loader instead of 
Document 1 - Microsoft Word as it should be.
  Unity does not seem to allow Wine/Crossover to use application icons and 
title text.

  I have confirmed that this issue does NOT occur in Gnome Classic, and
  is only a Unity flaw.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.12.0-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Jan 23 23:37:43 2013
  InstallationDate: Installed on 2012-10-21 (94 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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