[Bug 1899262] Re: Broken dbus GetAll message to wpa supplicant interface properties

2020-12-10 Thread Angelo Compagnucci
@Sebastien: tested on Ubuntu 18.04

$ sudo dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 
/fi/w1/wpa_supplicant1/Interfaces/1 org.freedesktop.DBus.Properties.GetAll 
string:fi.w1.wpa_supplicant1.Interface
method return time=1607598173.146833 sender=:1.4 -> destination=:1.82 serial=61 
reply_serial=2
   array [
  dict entry(
 string "Capabilities"
 variant array [
   dict entry(
  string "Pairwise"
[...]

It works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899262

Title:
  Broken dbus GetAll message to wpa supplicant interface properties

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1899262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: Cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor

2016-02-23 Thread Angelo Compagnucci
Dear Colin,

2016-02-23 10:23 GMT+01:00 Colin Law <clan...@gmail.com>:
> On 23 February 2016 at 09:18, Angelo Compagnucci
> <angelo.compagnu...@gmail.com> wrote:
>> Hi Colin,
>>
>> 2016-02-23 10:16 GMT+01:00 Colin Law <clan...@gmail.com>:
>>> On 23 February 2016 at 09:09, Angelo Compagnucci
>>> <angelo.compagnu...@gmail.com> wrote:
>>>> Dear All,
>>>>
>>>> I cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor, or at
>>>> least I can set that shortcut, but it doesn't work in practice.
>>>
>>> How have you attempted to do that, and which version of Ubuntu are you
>>> using?
>>
>> System Setting -> Keyboard -> Shortcuts.
>>
>>>  Also is it the standard (Unity) Ubuntu or one of the flavours?
>>
>> Ubuntu 14.04.4 vanilla.
>
> I have just noticed that you sent this to ubuntu-devel-discuss, which
> is for discussion of development issues, not for user support.  I
> suggest you ask again on the ubuntu-user list.

I think this is somewhat a bug, but included ubuntu-users ml address this time

> Also tell us there exactly what you entered for the command to run in
> the shortcut and whether you have tried it with different key
> combinations.

You can find a screenshot attached. Pressing "Ctrl+Esc" does nothing.
If I set the shortcut to "Ctrl+Alt+M" it works.

>
> Colin
>
>>
>>>
>>> Colin
>>
>>
>>
>> --
>> Profile: http://it.linkedin.com/in/compagnucciangelo



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor

2016-02-23 Thread Angelo Compagnucci
Hi Colin,

2016-02-23 10:16 GMT+01:00 Colin Law <clan...@gmail.com>:
> On 23 February 2016 at 09:09, Angelo Compagnucci
> <angelo.compagnu...@gmail.com> wrote:
>> Dear All,
>>
>> I cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor, or at
>> least I can set that shortcut, but it doesn't work in practice.
>
> How have you attempted to do that, and which version of Ubuntu are you
> using?

System Setting -> Keyboard -> Shortcuts.

>  Also is it the standard (Unity) Ubuntu or one of the flavours?

Ubuntu 14.04.4 vanilla.

>
> Colin



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor

2016-02-23 Thread Angelo Compagnucci
Dear All,

I cannot set "Ctrl+Esc" as shortcut for gnome-system-monitor, or at
least I can set that shortcut, but it doesn't work in practice.

There is an easy way to have a sensible shortcut for
gnome-system-monitor like other operating systems are doing?

Please don't say me that I have to use alt+f2, or use a shortcut like
Ctrl+Alt+M, it's insane!

Sincerely, Angelo

-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Announce: MKU for Ubuntu on embedded

2013-05-23 Thread Angelo Compagnucci
Hi list,

I would like to present you MKU (MakeUbuntu), a software I wrote to
simplify my Ubuntu embedded development needs.

The tool was born some time ago when I found that the glorious rootstock
was not developed anymore and some of the arm boards I'm intrested in was
abandoned from Linaro.

MKU was built with the goal to be easy, so It can prepare automatically a
complete environment for your arm board, including mlo, uboot, the right
kernel and modules, and the right settings for your board (example: console
serial port settings, etc...). The rootfs part is based on Ubuntu core for
arm.

MKU knows your board and it knows where download support files needed, so
it can prepare a new environment in a matter of minutes! The rule of thumb
is that everything should be in a binary form, so a development environment
is not required to use MKU.

The software uses a project file with a clear and simple syntax, so you can
share it or put it under an SCM without the need to upload the  complete
and usually big rootfs.

I wrote this software to be simple and hackable and it's in a beta stage,
feel free to make improvements or suggestions!

You can find the software on my personal github here:

https://github.com/angeloc/mku

Thanks!

-- 
Profile: http://it.linkedin.com/in/compagnucciangelo
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Announce: MKU for Ubuntu on embedded

2013-05-23 Thread Angelo Compagnucci
Hi list,

I would like to present you MKU (MakeUbuntu), a software I wrote to
simplify my Ubuntu embedded development needs.

The tool was born some time ago when I found that the glorious rootstock
was not developed anymore and some of the arm boards I'm intrested in was
abandoned from Linaro.

MKU was built with the goal to be easy, so It can prepare automatically a
complete environment for your arm board, including mlo, uboot, the right
kernel and modules, and the right settings for your board (example: console
serial port settings, etc...). The rootfs part is based on Ubuntu core for
arm.

MKU knows your board and it knows where download support files needed, so
it can prepare a new environment in a matter of minutes! The rule of thumb
is that everything should be in a binary form, so a development environment
is not required to use MKU.

The software uses a project file with a clear and simple syntax, so you can
share it or put it under an SCM without the need to upload the  complete
and usually big rootfs.

I wrote this software to be simple and hackable and it's in a beta stage,
feel free to make improvements or suggestions!

You can find the software on my personal github here:

https://github.com/angeloc/mku

Thanks!
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


[Bug 1002076] Re: python-mkdebian adds wrongly kde4 dependency

2012-05-28 Thread Angelo Compagnucci
[Impact]
python-mkdebian always adds a wrong KDE dependency whatever QT class is used in 
code. Package should add KDE dependency only if a KDE package is used.

[Development Fix] 
Fixed upstream, merge proposal here: 
https://code.launchpad.net/~angeloc/python-distutils-extra/fix-for-1002076/+merge/106549

[Stable Fix] 
Fixed upstream, merge proposal here: 
https://code.launchpad.net/~angeloc/python-distutils-extra/fix-for-1002076/+merge/106549

[Test Case]
Use python-mkdebian on a QT only software always adds a KDE dependency

[Regression Potential]
No regression here because adding a wrong KDE dependency to a QT only software 
is a bug. If python-mkdebian fails to add a KDE  dependency to a QT only 
software and this software really relies on python-kde4-dev, you should fix the 
software, not python-mkdebian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1002076

Title:
  python-mkdebian adds wrongly kde4 dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-distutils-extra/+bug/1002076/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993867] Re: Xoscope package lacks pulseaudio-esound-compat as dependency

2012-05-23 Thread Angelo Compagnucci
Verified the package in precise with:

1) apt-get install xoscope
2) apt says:
The following NEW packages will be installed:
  pulseaudio-esound-compat xoscope

So bug it's fixed and works, verification done.


2012/5/23 Launchpad Bug Tracker 993...@bugs.launchpad.net

 ** Branch linked: lp:ubuntu/precise-proposed/xoscope

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/993867

 Title:
  Xoscope package lacks pulseaudio-esound-compat as dependency

 Status in “xoscope” package in Ubuntu:
   Fix Released
 Status in “xoscope” source package in Precise:
  Fix Committed

 Bug description:
  pulseaudio-esound-compat package is required to make Xoscope working
 out-of-the-box, without launching it with padsp.
  pulseaudio-esound-compat should be a dependency of Xoscope.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+subscriptions



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo


** Changed in: xoscope (Ubuntu Precise)
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993867

Title:
  Xoscope package lacks pulseaudio-esound-compat as dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2012-05-04 Thread Angelo Compagnucci
** Changed in: unity-2d
   Status: Confirmed = Fix Released

** Changed in: unity-place-files (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773841

Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993867] [NEW] Xoscope package lacks pulseaudio-esound-compat as dependency

2012-05-03 Thread Angelo Compagnucci
Public bug reported:

pulseaudio-esound-compat package is required to make Xoscope working 
out-of-the-box, without launching it with padsp.
pulseaudio-esound-compat should be a dependency of Xoscope.

** Affects: xoscope (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993867

Title:
  Xoscope package lacks pulseaudio-esound-compat as dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993867] Re: Xoscope package lacks pulseaudio-esound-compat as dependency

2012-05-03 Thread Angelo Compagnucci
** Changed in: xoscope (Ubuntu)
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993867

Title:
  Xoscope package lacks pulseaudio-esound-compat as dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993867] Re: Xoscope package lacks pulseaudio-esound-compat as dependency

2012-05-03 Thread Angelo Compagnucci
[Impact] 
The bug prevents correct execution of Xoscope if package 
pulseaudio-esound-compat is not manually installed

[Development Fix] 
Added pulseaudio-esound-compat to depends in debian/control

[Stable Fix] 
Added pulseaudio-esound-compat to depends in debian/control, patch attached

[Test Case]
1) Open Xoscope when pulseaudio-esound-compat is NOT installed
2) Xoscope shows the error: Error opening ESoundD Socket operation on non 
socket
3) Install package pulseaudio-esound-compat
4) kill and restart pulseaudio to reload modules with pulseaudio -k
5) Open Xoscope
6) Xoscope is now working

[Regression Potential] 
No regression potential because the new dependency installs a package normally 
distributed and user installable.

** Patch added: esd_compat_dep.patch
   
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+attachment/3128015/+files/esd_compat_dep.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993867

Title:
  Xoscope package lacks pulseaudio-esound-compat as dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/993867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2012-03-16 Thread Angelo Compagnucci
** Changed in: unity
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773841

Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 837810] Re: Dash - The Desktop folder is not accessible through the dash

2012-03-16 Thread Angelo Compagnucci
** Changed in: unity
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

** Changed in: unity-lens-files
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/837810

Title:
  Dash - The Desktop folder is not accessible through the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/837810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 837810] Re: Dash - The Desktop folder is not accessible through the dash

2012-03-16 Thread Angelo Compagnucci
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

** Changed in: unity-lens-files (Ubuntu)
 Assignee: (unassigned) = Angelo Compagnucci (angeloc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/837810

Title:
  Dash - The Desktop folder is not accessible through the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/837810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639633] Re: Design and implement workspace creation and removal

2012-03-15 Thread Angelo Compagnucci
Workspaces can now be changed in CCSM, under General Options  Desktop Size 
 Horizonthal/Vertical Virtual Size.
It works at runtime, and I think that a separate cinfiguration window is not 
needed anymore, cause this is an advanced task and for this type of task CCSM 
would suffice.

I think there is no reason why a normal user should change workspaces
number and screw up unity.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/639633

Title:
  Design and implement workspace creation and removal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/639633/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775246] Re: Searching for all files in files lense, not just already opened ones

2012-03-15 Thread Angelo Compagnucci
Fixed in revision 213 http://bazaar.launchpad.net/~unity-team/unity-
lens-files/trunk/revision/213

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775246

Title:
  Searching for all files in files lense, not just already opened ones

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 919223] Re: Workspace Switcher renders incorrectly on multi-monitor setup with same resolutions

2012-03-15 Thread Angelo Compagnucci
I can confirm, I have a multimonitor setup and unity from trunk (rev. 2117).
It also does not respect Multiple Monitors UX Specification, because the four 
workspaces are splitted 2 on primary display and 2 on secondary.
I attached a video that underlines the problem (the blueish was added by 
avidemux during recompression!).

** Attachment added: Workspace same resolution bugs
   
https://bugs.launchpad.net/ayatana-design/+bug/919223/+attachment/2874188/+files/workspace_same_resolution.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/919223

Title:
  Workspace Switcher renders incorrectly on multi-monitor setup with
  same resolutions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/919223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925021] Re: Launcher - Inserting items into launcher makes unnecessary animations on other monitors

2012-03-14 Thread Angelo Compagnucci
Which should be the desired behaviour?

I'm testing with unity trunk (rev 2112) and a multimonitor setup, I
think there is no problem.

When I drag an icon from dash to launcher, an empty space it's created
on both launchers, signalling that the icon will be inserted on that
place on both launchers. The animations works great, both sliding and
inserting one.

I think that this bug could be closed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925021

Title:
  Launcher - Inserting items into launcher makes unnecessary animations
  on other monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/925021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 737143] Re: Can't open nautilus Bookmarks which connect to server from files place

2012-03-14 Thread Angelo Compagnucci
Fixed in trunk http://bazaar.launchpad.net/~unity-team/unity-lens-
files/trunk/revision/217, related to bug 773841

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737143

Title:
  Can't open nautilus Bookmarks which connect to server from files place

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772750] Re: unity-place-files does not open ssh bookmarks

2012-03-14 Thread Angelo Compagnucci
*** This bug is a duplicate of bug 737143 ***
https://bugs.launchpad.net/bugs/737143

** This bug has been marked a duplicate of bug 737143
   Can't open nautilus Bookmarks which connect to server from files place

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772750

Title:
  unity-place-files does not open ssh bookmarks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 770126] Re: Alt+F2 - ssh:// and smb:// access doesn't work in Unity (should open Nautilus)

2012-03-07 Thread Angelo Compagnucci
** Changed in: unity-lens-applications
 Assignee: (unassigned) = Angelo Compagnucci (angelo-compagnucci)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770126

Title:
  Alt+F2 - ssh:// and smb:// access doesn't work in Unity (should open
  Nautilus)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2012-03-02 Thread Angelo Compagnucci
** Branch linked: lp:~angelo-compagnucci/unity-lens-files/fix-for-773841

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773841

Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2012-01-09 Thread Angelo Compagnucci
This bug is not related to nautilus, but unity.

If you try to open ssh:// or \\ or smb:// with unity, this opens firefox
with a wrong address, it should instead open nautilus and ask to mount
remote location if not mounted. This doesn't work.

I'll working on fixing.

2012/1/5 Daniel Smith 773...@bugs.launchpad.net

 Opened ubuntu 11.10, open nautils, control-L, and then tested:

 \\ no longer directs to firefox, it appends the path to your current
 focused window location
 ftp:// works.  eg ftp://ftp.ubuntu.com
 scp is not correct, using ssh:// gives the desired result

 This can probably be closed

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/773841

 Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

 Status in Unity:
  Confirmed
 Status in Unity 2D:
  Confirmed
 Status in Unity Files Lens:
  Confirmed
 Status in “unity-lens-files” package in Ubuntu:
  Confirmed
 Status in “unity-place-files” package in Ubuntu:
  Confirmed

 Bug description:
  Binary package hint: unity-place-files

  \\192.168.1.x Should bring up a smb link to 192.168.1.x
  smb://192.168.1.x should bring up the same currently the system brings
 the first up in firefox as http://192.168.1.x and the latter as http:/
 /smb://192.168.1.x

  It would also be nice to have the ability to have scp://  ftp://

  This might need to go as a feature request more then a bug, Sorry in
 advance if I placed this under the wrong category,
  PS Keep up the great work I love the new interface and how well ubuntu
 works


  I am running ubuntu 11.04 ( on 2 separate machine's same issue )

  unity-place-files:
Installed: 0.5.46-0ubuntu5
Candidate: 0.5.46-0ubuntu5
Version table:
   *** 0.5.46-0ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status

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



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773841

Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2011-11-21 Thread Angelo Compagnucci
I assigned the bug to me because I want to take this bitesize job. I'm
already working on it.

** Changed in: unity-lens-files
 Assignee: (unassigned) = Angelo Compagnucci (angelo-compagnucci)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773841

Title:
  \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to
  smb://192.168.1.x in nautilus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 881695] Re: Xoscope doesn't work on soundcard (No valid data sources found... exiting)

2011-11-14 Thread Angelo Compagnucci
I tested the package 2.0-3.1ubuntu1.0.11.10 in proposed both 32 and 64
bits, and ... it works!!!

Yes, it works!!! It works like a charm, I'm reeally happy!

Proud to be an ubuntu memeber!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881695

Title:
  Xoscope doesn't work on soundcard (No valid data sources found...
  exiting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xoscope/+bug/881695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs