[Desktop-packages] [Bug 1628925] Re: gvfsd[1722]: dbus_mount_reply: Error from org.gtk.vfs.Mountable.mount()

2020-05-30 Thread xoristzatziki
No explanation on why is invalid. 
Also Can't (do not want to) use the "dirty" solution provided in 
https://askubuntu.com/questions/883355/disabling-gvfs-directory-monitoring-on-specific-share.
system:
4.15.0-101-generic #102~16.04.1-Ubuntu SMP Mon May 11 11:38:16 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux (updated)
cinnamon desktop.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1628925

Title:
  gvfsd[1722]: dbus_mount_reply: Error from
  org.gtk.vfs.Mountable.mount()

Status in gvfs package in Ubuntu:
  Invalid

Bug description:
  From journalctl:

  oem@u64:~$ journalctl | grep gvfsd

  Sep 29 12:52:29 u64 gvfsd[1722]: dbus_mount_reply: Error from
  org.gtk.vfs.Mountable.mount(): Failed to retrieve share list from
  server: Connection refused

  Sep 29 12:52:29 u64 gvfsd-network[3760]: Couldn't create directory
  monitor on smb://x-gnome-default-workgroup/. Error: The specified
  location is not mounted

  This is met on a single desktop with a gnome-shell session & a default
  yakkety 64 installation (but there is no remote connection nor
  network)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gvfs 1.28.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Sep 29 15:19:21 2016
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1765758] [NEW] Gtk.Entry is not receiving editing-done signal (at least in python3, ubuntu 16.04)

2018-04-20 Thread xoristzatziki
Public bug reported:

Description: Ubuntu 16.04.4 LTS
Release: 16.04

According to:
https://developer.gnome.org/gtk3/stable/GtkCellEditable.html#GtkCellEditable-editing-done

Implementations of GtkCellEditable are responsible for emitting this
signal when they are done editing, e.g. GtkEntry is emitting it when the
user presses Enter.

What I did:
On the http://python-gtk-3-tutorial.readthedocs.io/en/latest/entry.html example 
I added a "connect signal":
self.entry.connect("editing-done", self.on_editentry_done)

also added the def
def on_editentry_done(self, widget, *args):
print('Hi!')

Running the script and pressing either the "enter" or the "return" key,
inside the entry box, expected "Hi!" to be printed on the terminal.

(I have not checked if this is not working in C, I checked only in
python 3)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: python3 xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1765758

Title:
  Gtk.Entry is not receiving editing-done signal (at least in python3,
  ubuntu 16.04)

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Description: Ubuntu 16.04.4 LTS
  Release: 16.04

  According to:
  
https://developer.gnome.org/gtk3/stable/GtkCellEditable.html#GtkCellEditable-editing-done

  Implementations of GtkCellEditable are responsible for emitting this
  signal when they are done editing, e.g. GtkEntry is emitting it when
  the user presses Enter.

  What I did:
  On the http://python-gtk-3-tutorial.readthedocs.io/en/latest/entry.html 
example I added a "connect signal":
  self.entry.connect("editing-done", self.on_editentry_done)

  also added the def
  def on_editentry_done(self, widget, *args):
  print('Hi!')

  Running the script and pressing either the "enter" or the "return"
  key, inside the entry box, expected "Hi!" to be printed on the
  terminal.

  (I have not checked if this is not working in C, I checked only in
  python 3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1765758/+subscriptions

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


[Desktop-packages] [Bug 1249652] Re: Sudoko does not honour "Show Possible Numbers" on game reset

2016-01-25 Thread xoristzatziki
solver indications depend on place of cursor:
I usually play "hard" games.
I have "track additions" enabled in order to see a "clear board" (without the 
grey square around a clicked square).
When the game has a "Calculated difficulty" more then 64-65 different 
difficulties and "Amount of trial-and-error required to solve:" are shown 
depending on where the cursor is.
When I click on "untracked" to the right calculated difficulty is 70 and 
"Amount of trial-and-error required to solve:" are 3
If I click on the upper left square calculated difficulty is 66 and "Amount of 
trial-and-error required to solve:" are 2


Package: 1:3.10.2-0ubuntu3.1
uname -a
Linux pconuse 3.13.0-76-generic #120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux 

** Attachment added: "both.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-sudoku/+bug/1249652/+attachment/4556293/+files/both.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-sudoku in Ubuntu.
https://bugs.launchpad.net/bugs/1249652

Title:
  Sudoko does not honour "Show Possible Numbers" on game reset

Status in gnome-sudoku package in Ubuntu:
  New

Bug description:
  When playing a game with the option "Show Possible Numbers" (Settings
  -> Show Possible Numbers), resetting the game causes the bottom list
  of possible numbers to go blank.

  To see problem:
  1/ Start a new game
  2/ Ensure Show Possible Numbers is enabled
  3/ Play a few moves
  4/ Reset game (Game -> Reset)
  Result List of possible numbers goes blank.

  Workaround:
  1/ Proceed as above
  2/ Reset game
  3/ Disable display of possible numbers
  4/ Enable display of possible numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-sudoku 1:3.8.1-1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sat Nov  9 18:43:11 2013
  ExecutablePath: /usr/games/gnome-sudoku
  InstallationDate: Installed on 2011-10-08 (763 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  InterpreterPath: /usr/bin/python2.7
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-sudoku
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-sudoku/+bug/1249652/+subscriptions

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


[Desktop-packages] [Bug 1466085] Re: open file dialog returns unusable network path

2016-01-20 Thread xoristzatziki
The macro by itself is not problematic if used in local files.
You can use any macro for selecting-opening a file with 
CreateUnoService("com.sun.star.ui.dialogs.FilePicker")

opening an odb and getting the name using in a macro:
oDBDoc = ThisComponent.Parent
sDocURL = oDBDoc.getURL()

returns something like:
/run/user/1000/gvfs/smb-share:server=myservername,share=XXX/YYY/ZZZ)

but using in a macro the file dialog and selecting the same .odb:
selectedfile = file_dialog.Files(0)

returns something like
smb://myservername/myservershare/thenameofthefileinURLnotation)

which is a totally different "path to file" (the one contains a URI but
the other not).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1466085

Title:
  open file dialog returns unusable network path

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  using a macro to open an open file dialog and trying to catch the filename 
and path I get an unusable path.
  I open the file dialog in the directory where the odb file is (a network 
place)  using:
oDBDoc = ThisComponent.Parent
oDBDoc = ThisComponent.Parent
If (Not GlobalScope.BasicLibraries.isLibraryLoaded("Tools")) Then
GlobalScope.BasicLibraries.LoadLibrary("Tools")
End If
If (oDBDoc.hasLocation()) Then
sDocURL = oDBDoc.getURL()
uDocPath = DirectoryNameoutofPath(sDocURL, "/")
sDocPath = ConvertFromUrl(uDocPath)
MsgBox sDocPath
Else
MsgBox "No running component! Exiting!"
End if

  msgbox shows:
  /run/user/1000/gvfs/smb-share:server=fserver,share=XXX/YYY/ZZZ

file_dialog = CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
ucb = createUnoService("com.sun.star.ucb.SimpleFileAccess")
AddFiltersToDialog(FilterNames(), file_dialog)
'init_path = ConvertToUrl("/usr")
  If ucb.Exists(init_path) Then
file_dialog.SetDisplayDirectory(uDocPath)
  End If
open_status = file_dialog.Execute()
If open_status = 1 Then
selectedfile = file_dialog.Files(0)
End If
file_dialog.Dispose()

  After selecting in that directory any file the returned name is

  smb://myservername/myservershare/thenameofthefileinURLnotation

  ConvertFromUrl returns the exact same filename (with smb and in URL
  notation).

  
  1
  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  2
  apt-cache policy libreoffice
  libreoffice:
Εγκατεστημένα: 1:4.2.8-0ubuntu2
Υποψήφιο:  1:4.2.8-0ubuntu2
Πίνακας Έκδοσης:
   *** 1:4.2.8-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/universe 
amd64 Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   1:4.2.3~rc3-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

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

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


[Desktop-packages] [Bug 946339] Re: gedit additional dependancis different from stock GNOME (libzeitgeist)

2015-08-07 Thread xoristzatziki
Additionally we must install libzeitgeist (with whatever  security
issues it includes). Personally I do not like zeitgeist so currently, in
vivid which I test in virtualbox,  I have to decide between installing
gedit from source (and be unsecured) or from repositories (and be, maybe
less, unsecured).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/946339

Title:
  gedit additional dependancis different from stock GNOME (libzeitgeist)

Status in gedit package in Ubuntu:
  Won't Fix

Bug description:
  Ubuntu gedit have additional dependences that differs from GNOME package. 
Ubuntu gedit have plugin named Zeitgeist dataprovider not described in GNOME 
Project http://projects.gnome.org/gedit/plugins.html. Upon click on About 
button link offers URL on GNOME Project homepage.
  Problem with this new dependency is that triggers zeitgeist-deamon and 
zeitgeist-fts processes under GNOME Classic session and does not stop this 
processes when gnome process ends.
  This dependencies also triggers this processes in Xubuntu and Lubuntu 
distributions and its not possible to install gedit without Zeitgeist 
dataprovider plugin. (gedit is my text editor of choice under all DE)
  Fedora (17 Alpha) based gedit does not have this zeitgeist plugin.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.94-0ubuntu1
  Architecture: amd64
  Date: Sun Mar  4 13:49:05 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1466085] [NEW] open file dialog returns unusable network path

2015-06-17 Thread xoristzatziki
Public bug reported:

using a macro to open an open file dialog and trying to catch the filename and 
path I get an unusable path.
I open the file dialog in the directory where the odb file is (a network place) 
 using:
oDBDoc = ThisComponent.Parent
oDBDoc = ThisComponent.Parent
If (Not GlobalScope.BasicLibraries.isLibraryLoaded(Tools)) Then
GlobalScope.BasicLibraries.LoadLibrary(Tools)
End If
If (oDBDoc.hasLocation()) Then
sDocURL = oDBDoc.getURL()
uDocPath = DirectoryNameoutofPath(sDocURL, /)
sDocPath = ConvertFromUrl(uDocPath)
MsgBox sDocPath
Else
MsgBox No running component! Exiting!
End if

msgbox shows:
/run/user/1000/gvfs/smb-share:server=fserver,share=XXX/YYY/ZZZ

file_dialog = CreateUnoService(com.sun.star.ui.dialogs.FilePicker)
ucb = createUnoService(com.sun.star.ucb.SimpleFileAccess)
AddFiltersToDialog(FilterNames(), file_dialog)
'init_path = ConvertToUrl(/usr)
If ucb.Exists(init_path) Then
file_dialog.SetDisplayDirectory(uDocPath)
End If
open_status = file_dialog.Execute()
If open_status = 1 Then
selectedfile = file_dialog.Files(0)
End If
file_dialog.Dispose()

After selecting in that directory any file the returned name is

smb://myservername/myservershare/thenameofthefileinURLnotation

ConvertFromUrl returns the exact same filename (with smb and in URL
notation).


1
lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

2
apt-cache policy libreoffice
libreoffice:
  Εγκατεστημένα: 1:4.2.8-0ubuntu2
  Υποψήφιο:  1:4.2.8-0ubuntu2
  Πίνακας Έκδοσης:
 *** 1:4.2.8-0ubuntu2 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 1:4.2.3~rc3-0ubuntu2 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1466085

Title:
  open file dialog returns unusable network path

Status in libreoffice package in Ubuntu:
  New

Bug description:
  using a macro to open an open file dialog and trying to catch the filename 
and path I get an unusable path.
  I open the file dialog in the directory where the odb file is (a network 
place)  using:
oDBDoc = ThisComponent.Parent
oDBDoc = ThisComponent.Parent
If (Not GlobalScope.BasicLibraries.isLibraryLoaded(Tools)) Then
GlobalScope.BasicLibraries.LoadLibrary(Tools)
End If
If (oDBDoc.hasLocation()) Then
sDocURL = oDBDoc.getURL()
uDocPath = DirectoryNameoutofPath(sDocURL, /)
sDocPath = ConvertFromUrl(uDocPath)
MsgBox sDocPath
Else
MsgBox No running component! Exiting!
End if

  msgbox shows:
  /run/user/1000/gvfs/smb-share:server=fserver,share=XXX/YYY/ZZZ

file_dialog = CreateUnoService(com.sun.star.ui.dialogs.FilePicker)
ucb = createUnoService(com.sun.star.ucb.SimpleFileAccess)
AddFiltersToDialog(FilterNames(), file_dialog)
'init_path = ConvertToUrl(/usr)
  If ucb.Exists(init_path) Then
file_dialog.SetDisplayDirectory(uDocPath)
  End If
open_status = file_dialog.Execute()
If open_status = 1 Then
selectedfile = file_dialog.Files(0)
End If
file_dialog.Dispose()

  After selecting in that directory any file the returned name is

  smb://myservername/myservershare/thenameofthefileinURLnotation

  ConvertFromUrl returns the exact same filename (with smb and in URL
  notation).

  
  1
  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  2
  apt-cache policy libreoffice
  libreoffice:
Εγκατεστημένα: 1:4.2.8-0ubuntu2
Υποψήφιο:  1:4.2.8-0ubuntu2
Πίνακας Έκδοσης:
   *** 1:4.2.8-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/universe 
amd64 Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   1:4.2.3~rc3-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

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

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


[Desktop-packages] [Bug 1192070] Re: Documents opened over gvfs share do not create lock file

2015-03-11 Thread xoristzatziki
Is this bug still open?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1192070

Title:
  Documents opened over gvfs share do not create lock file

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Workstation:
  $ lsb_release -rd
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

  Software
  $ apt-cache policy libreoffice
  libreoffice:
Installed: (none)
Candidate: 1:4.0.3-0ubuntu1~precise2
Version table:
   1:4.0.3-0ubuntu1~precise2 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main 
amd64 Packages
   1:3.5.7-0ubuntu4 0
  500 http://ie.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
   1:3.5.4-0ubuntu1.1 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
   1:3.5.2-2ubuntu1 0
  500 http://ie.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  Server:
  $ lsb_release -r
  Release:11.04

  What should happen
  - UserA(ubuntu) opens a document_1 on samba share (mounted vaa gvfs-mount)
  - lock file is created
  - UserB is prompted to open document read only, copy or cancel.

  What happens:
  - UserA(ubuntu) opens a document_1 on samba share (mounted vaa gvfs-mount)
  - no lock file is created
  - UserB(windows or ubuntu) opens document_1 and can edit.

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

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


[Desktop-packages] [Bug 1428049] [NEW] cannot register database

2015-03-04 Thread xoristzatziki
Public bug reported:

I have an odb file in the file server. I want to use it in order to create 
something (let's say a mail merge document)
I cannot register it in libreoffice since it is not a local file.


lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

apt-cache policy libreoffice
libreoffice:
  Εγκατεστημένα: 1:4.2.7-0ubuntu2
  Υποψήφιο:  1:4.2.7-0ubuntu2
  Πίνακας Έκδοσης:
 *** 1:4.2.7-0ubuntu2 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 1:4.2.7-0ubuntu1 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
 1:4.2.3~rc3-0ubuntu2 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages


How to reproduce:
Save any odb file in a fileserver in your network.
Open it to see it works ok.
Now open any libreoffice file. Go to Tools- Options
Select on the left LibreOffice Base - Databases
Click on create.
Click on search.
Select the odb file the previously  checked as working.
Give a name and click OK
Message appears that says:
file smb://servername/filename does not exist in local file system 

(messages are my translations from greek since I use greek  in my
computer)

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1428049

Title:
  cannot register database

Status in libreoffice package in Ubuntu:
  New

Bug description:
  I have an odb file in the file server. I want to use it in order to create 
something (let's say a mail merge document)
  I cannot register it in libreoffice since it is not a local file.

  
  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  apt-cache policy libreoffice
  libreoffice:
Εγκατεστημένα: 1:4.2.7-0ubuntu2
Υποψήφιο:  1:4.2.7-0ubuntu2
Πίνακας Έκδοσης:
   *** 1:4.2.7-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   1:4.2.7-0ubuntu1 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
   1:4.2.3~rc3-0ubuntu2 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

  
  How to reproduce:
  Save any odb file in a fileserver in your network.
  Open it to see it works ok.
  Now open any libreoffice file. Go to Tools- Options
  Select on the left LibreOffice Base - Databases
  Click on create.
  Click on search.
  Select the odb file the previously  checked as working.
  Give a name and click OK
  Message appears that says:
  file smb://servername/filename does not exist in local file system 

  (messages are my translations from greek since I use greek  in my
  computer)

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

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


[Desktop-packages] [Bug 478245] Re: Numlock keys + navigation keys not working

2015-02-27 Thread xoristzatziki
My exact problem is that local keyboard lights are not synchronized with 
remote.
When I start a  connection to a windows machine, I have to click on num lock, 
which disables my local num lock (along with the light) for local typing but 
numeric keyboard works for the remote windows session.

My personal solution is to turn num lock off before starting a session.
I am also biased to have the numlock indicators on in any remote
programm (such as any office word processor) in order to be sure that
still everything works.

By the way this http://askubuntu.com/questions/423260/turn-num-lock-
permanently-on says that problem is solved in https://launchpad.net
/~remmina-ppa-team/+archive/ubuntu/remmina-next

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/478245

Title:
  Numlock keys + navigation keys not working

Status in remmina package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: grdc

  The keys on the numerical part of the keyboard, do not work, i.e. they
  not respond to the numlock toggle. The only work in navigational mode
  (cursor keys).

  Also, the cursor keys between the alphabetical en numerical part on
  the keyboard do not function at all; this is true also for the sevaral
  keys above, Insert, Delete, etc.

  Keyboard mapping is  set  to 'us', grdc 0.6.0.

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

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


[Desktop-packages] [Bug 1414973] [NEW] file roller cant zip files residing in a nas server

2015-01-27 Thread xoristzatziki
Public bug reported:

I am trying to compress some files that  exist in a NAS storage server (samba 
server)
If I try to create the compressed file in that place the message is:
Not allowed to create file (which is fals... I can create anything there)

If I try to create the compressed file in my local space the message is:
Try to copy files locally first.

I have plenty of space in both places (locally and in NAS storage).
I have free full  access to NAS storage.
I have plenty of space in /tmp directory also.

I searched and someone stated that samba cant assing or read a readonly
flag to files , which might be the problem.

(I think file roller, for some reason, is trying to create a readonly
file there in both cases )


lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

apt-cache policy file-roller
file-roller:
  Εγκατεστημένα: 3.10.2.1-0ubuntu4.1
  Υποψήφιο:  3.10.2.1-0ubuntu4.1
  Πίνακας Έκδοσης:
 *** 3.10.2.1-0ubuntu4.1 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.10.2.1-0ubuntu4 0
500 http://gr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1414973

Title:
  file roller cant zip files residing in a nas server

Status in file-roller package in Ubuntu:
  New

Bug description:
  I am trying to compress some files that  exist in a NAS storage server (samba 
server)
  If I try to create the compressed file in that place the message is:
  Not allowed to create file (which is fals... I can create anything there)

  If I try to create the compressed file in my local space the message is:
  Try to copy files locally first.

  I have plenty of space in both places (locally and in NAS storage).
  I have free full  access to NAS storage.
  I have plenty of space in /tmp directory also.

  I searched and someone stated that samba cant assing or read a
  readonly flag to files , which might be the problem.

  (I think file roller, for some reason, is trying to create a readonly
  file there in both cases )

  
  lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  apt-cache policy file-roller
  file-roller:
Εγκατεστημένα: 3.10.2.1-0ubuntu4.1
Υποψήφιο:  3.10.2.1-0ubuntu4.1
Πίνακας Έκδοσης:
   *** 3.10.2.1-0ubuntu4.1 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.10.2.1-0ubuntu4 0
  500 http://gr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1414973/+subscriptions

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


[Desktop-packages] [Bug 1329759] Re: Devhelp gui

2014-08-01 Thread xoristzatziki
Problem encoutered with a live USB created with remastersys (distro option).
iso of live usb can be downloaded from:
https://mega.co.nz/#!H1hxCbJD!kF6y5KwFdbH3vbjIvK9ek7N8IFDFtjD1FsL-C_Flrnk
md5 sum also can be downloaded from:
https://mega.co.nz/#!j4ZSSALY!ColPJ0VpWuTjCt80qCn1IY-mRbQW0kO-paou-c3tSkA
Maybe installation of different gobject introspection libraries is the problem?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to devhelp in Ubuntu.
https://bugs.launchpad.net/bugs/1329759

Title:
  Devhelp gui

Status in “devhelp” package in Ubuntu:
  New

Bug description:
  I do not know if this a general devhelp issue. I think is Linux Mint
  16 (or Cinnamon for 64) related.

  The index, on the left, is not included in a scrolled box so shrinking the 
left panel moves the index and the search text box out of the window (making 
it invisible).
  :From mintwelcome
  Linux Mint 16 petra
  Cinnamon 64-bit

  :from console
  uname -a
  Linux ilias-desktop 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

  devhelp --version
  Devhelp 3.8.2

  cinnamon --version
  Cinnamon 2.0.14

  Thanks
  ilias

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

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


[Desktop-packages] [Bug 1269725] [NEW] paste special stops working in LibreOffice

2014-01-16 Thread xoristzatziki
Public bug reported:

 uname -a
Linux ilias-desktop 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
LibreOffice v 3.5.7.2 350m(build:2)

Paste special grayed (and not working) after a normal copy-paste inside file.
How to reproduce:
Open an .ods file (with LO calc)
Open firefox and go to a site.
Copy some text from firefox.
Right click in a cell in the ods file.
Select Paste special and select unformatted text.
Now copy some cells and paste then into other cells.
Then go to firefox and copy some text.
Right click on a cell in the ods file.
No paste special!!!
Open a new ods, right click in a cell. Voila! Paste special is there.

lsb_release -rd:
Description:Ubuntu 12.04.4 LTS
Release:12.04

apt-cache policy libreoffice-calc:
libreoffice-calc:
  Εγκατεστημένα: 1:3.5.7-0ubuntu5
  Υποψήφιο:  1:3.5.7-0ubuntu5
  Πίνακας Έκδοσης:
 *** 1:3.5.7-0ubuntu5 0
500 http://gr.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.5.4-0ubuntu1.1 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 1:3.5.2-2ubuntu1 0
500 http://gr.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1269725

Title:
  paste special stops working in LibreOffice

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
   uname -a
  Linux ilias-desktop 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
  LibreOffice v 3.5.7.2 350m(build:2)

  Paste special grayed (and not working) after a normal copy-paste inside file.
  How to reproduce:
  Open an .ods file (with LO calc)
  Open firefox and go to a site.
  Copy some text from firefox.
  Right click in a cell in the ods file.
  Select Paste special and select unformatted text.
  Now copy some cells and paste then into other cells.
  Then go to firefox and copy some text.
  Right click on a cell in the ods file.
  No paste special!!!
  Open a new ods, right click in a cell. Voila! Paste special is there.

  lsb_release -rd:
  Description:  Ubuntu 12.04.4 LTS
  Release:  12.04

  apt-cache policy libreoffice-calc:
  libreoffice-calc:
Εγκατεστημένα: 1:3.5.7-0ubuntu5
Υποψήφιο:  1:3.5.7-0ubuntu5
Πίνακας Έκδοσης:
   *** 1:3.5.7-0ubuntu5 0
  500 http://gr.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.5.4-0ubuntu1.1 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
   1:3.5.2-2ubuntu1 0
  500 http://gr.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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

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


[Desktop-packages] [Bug 1061600] [NEW] open file dialog does not have mounts

2012-10-04 Thread xoristzatziki
Public bug reported:

Unlike most other programs in which open file dialog lists (to the left)
mounted filesystems, firefox does not. The mounted share can be selected
by going in home folder, - showing hidden files- selecting .gvfs
-selecting the mounted share. If this is by design (not to allow mounted
shares) then we shouldn't be able to select any .gvfs directory also.
This also affects pages with forms in which we have to attach a file.
(We cannot attach a file scanned and saved in an open common samba
shared directory.)

uname -a
Linux ilias-desktop 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012
with Gnome classic (Greek enviroment)
lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1061600

Title:
  open file dialog does not have mounts

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Unlike most other programs in which open file dialog lists (to the
  left) mounted filesystems, firefox does not. The mounted share can be
  selected by going in home folder, - showing hidden files- selecting
  .gvfs -selecting the mounted share. If this is by design (not to allow
  mounted shares) then we shouldn't be able to select any .gvfs
  directory also. This also affects pages with forms in which we have to
  attach a file. (We cannot attach a file scanned and saved in an open
  common samba shared directory.)

  uname -a
  Linux ilias-desktop 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 
2012
  with Gnome classic (Greek enviroment)
  lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

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

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


[Desktop-packages] [Bug 588353] Re: gdmsetup does not let me unlock

2011-12-20 Thread xoristzatziki
Problem solved in my pc.
Used the startupmanager which I had installed some time ago and forgot about 
it. After that, gdmsetup unlocks Ok.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/588353

Title:
  gdmsetup does not let me unlock

Status in “gdm” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gdm

  (I think it is not a duplicate of bug #440502)

  On Ubuntu 10.04, on which I installed lubuntu-desktop and set by
  default the lubuntu connection manager.

  I want to set back GDM, but gdmsetup does not let me unlock it: the unlock 
button has not effect, even if i launch sudo gdmsetup.
  (i tried also with UbuntuTweak: it does not unlock also)

  Below the logs with gdmsetup and sudo gdmsetup:

  $ gdmsetup
  ** (gdmsetup:5289): DEBUG: init delay=10
  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/guest-restricted.desktop is 
hidden or contains non-executable TryExec program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/une-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/une-efl-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/openbox-kde.desktop
  is hidden or contains non-executable TryExec program

  ** (gdmsetup:5289): DEBUG: Init default session found:'gnome'
  ** (gdmsetup:5289): DEBUG: GdmUserManager: Found current seat: 
/org/freedesktop/ConsoleKit/Seat1
  ** (gdmsetup:5289): DEBUG: GdmUserManager: running 'ck-history --frequent 
--seat='Seat1' --session-type='''
  ** (gdmsetup:5289): DEBUG: GdmUserManager: explicitly skipping user: nobody
  ** (gdmsetup:5289): DEBUG: GdmUserManager: user icon changed
  ** (gdmsetup:5289): DEBUG: adding monitor for '/home/yyy/.face'
  ** (gdmsetup:5289): DEBUG: Getting list of sessions for user 1000
  ** (gdmsetup:5289): DEBUG: Found 2 sessions for user yyy
  ** (gdmsetup:5289): DEBUG: GdmUserManager: not adding session without a x11 
display: /org/freedesktop/ConsoleKit/Session5
  ** (gdmsetup:5289): DEBUG: GdmUser: adding session 
/org/freedesktop/ConsoleKit/Session6
  ** (gdmsetup:5289): DEBUG: GdmUserManager: sessions changed user=yyy num=1
  ** (gdmsetup:5289): DEBUG: GdmUserManager: added session for user: yyy
  ** (gdmsetup:5289): DEBUG: GdmUserManager: history output: yyy  43

  ** (gdmsetup:5289): DEBUG: init user='yyy' auto=True

  
  $ sudo gdmsetup
  [sudo] password for yyy: 
  ** (gdmsetup:5296): DEBUG: init delay=10
  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/guest-restricted.desktop is 
hidden or contains non-executable TryExec program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/une-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/une-efl-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/openbox-kde.desktop
  is hidden or contains non-executable TryExec program

  ** (gdmsetup:5296): DEBUG: Init default session found:'gnome'
  ** (gdmsetup:5296): DEBUG: Failed to identify the current session: Unable to 
lookup session information for process '5296'

  ** (gdmsetup:5296): WARNING **: Unable to find users: no seat-id found
  ** (gdmsetup:5296): DEBUG: GdmUserManager: explicitly skipping user: nobody
  ** (gdmsetup:5296): DEBUG: GdmUserManager: user icon changed
  ** (gdmsetup:5296): DEBUG: adding monitor for '/home/yyy/.face'
  ** (gdmsetup:5296): DEBUG: Getting list of sessions for user 1000
  ** (gdmsetup:5296): DEBUG: Found 2 sessions for user yyy
  ** (gdmsetup:5296): DEBUG: GdmUserManager: not adding session on other seat: 
/org/freedesktop/ConsoleKit/Session5
  ** (gdmsetup:5296): DEBUG: GdmUserManager: not adding session on other seat: 
/org/freedesktop/ConsoleKit/Session6

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

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


[Desktop-packages] [Bug 588353] Re: gdmsetup does not let me unlock

2011-12-17 Thread xoristzatziki
uname:
Linux ilias-desktop 2.6.32-36-generic #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 
2011 x86_64 GNU/Linux
same problem for last 11-12 days.
Also GDM never appears. All console is locked( either ctrl+F1...F10 or 
ctrl-alt+F1...F10 work ) .
I have to select in GRUB safe mode in order to access ubuntu (with startx).
Tried to make it  default through gdmsetup and found is locked.
Tried gksudo gdmsetup in order to run in unlocked enviroment. Nothing.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/588353

Title:
  gdmsetup does not let me unlock

Status in “gdm” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gdm

  (I think it is not a duplicate of bug #440502)

  On Ubuntu 10.04, on which I installed lubuntu-desktop and set by
  default the lubuntu connection manager.

  I want to set back GDM, but gdmsetup does not let me unlock it: the unlock 
button has not effect, even if i launch sudo gdmsetup.
  (i tried also with UbuntuTweak: it does not unlock also)

  Below the logs with gdmsetup and sudo gdmsetup:

  $ gdmsetup
  ** (gdmsetup:5289): DEBUG: init delay=10
  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/guest-restricted.desktop is 
hidden or contains non-executable TryExec program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/une-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/une-efl-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5289): DEBUG: /usr/share/xsessions/openbox-kde.desktop
  is hidden or contains non-executable TryExec program

  ** (gdmsetup:5289): DEBUG: Init default session found:'gnome'
  ** (gdmsetup:5289): DEBUG: GdmUserManager: Found current seat: 
/org/freedesktop/ConsoleKit/Seat1
  ** (gdmsetup:5289): DEBUG: GdmUserManager: running 'ck-history --frequent 
--seat='Seat1' --session-type='''
  ** (gdmsetup:5289): DEBUG: GdmUserManager: explicitly skipping user: nobody
  ** (gdmsetup:5289): DEBUG: GdmUserManager: user icon changed
  ** (gdmsetup:5289): DEBUG: adding monitor for '/home/yyy/.face'
  ** (gdmsetup:5289): DEBUG: Getting list of sessions for user 1000
  ** (gdmsetup:5289): DEBUG: Found 2 sessions for user yyy
  ** (gdmsetup:5289): DEBUG: GdmUserManager: not adding session without a x11 
display: /org/freedesktop/ConsoleKit/Session5
  ** (gdmsetup:5289): DEBUG: GdmUser: adding session 
/org/freedesktop/ConsoleKit/Session6
  ** (gdmsetup:5289): DEBUG: GdmUserManager: sessions changed user=yyy num=1
  ** (gdmsetup:5289): DEBUG: GdmUserManager: added session for user: yyy
  ** (gdmsetup:5289): DEBUG: GdmUserManager: history output: yyy  43

  ** (gdmsetup:5289): DEBUG: init user='yyy' auto=True

  
  $ sudo gdmsetup
  [sudo] password for yyy: 
  ** (gdmsetup:5296): DEBUG: init delay=10
  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/guest-restricted.desktop is 
hidden or contains non-executable TryExec program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/une-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/une-efl-guest-
  restricted.desktop is hidden or contains non-executable TryExec
  program

  ** (gdmsetup:5296): DEBUG: /usr/share/xsessions/openbox-kde.desktop
  is hidden or contains non-executable TryExec program

  ** (gdmsetup:5296): DEBUG: Init default session found:'gnome'
  ** (gdmsetup:5296): DEBUG: Failed to identify the current session: Unable to 
lookup session information for process '5296'

  ** (gdmsetup:5296): WARNING **: Unable to find users: no seat-id found
  ** (gdmsetup:5296): DEBUG: GdmUserManager: explicitly skipping user: nobody
  ** (gdmsetup:5296): DEBUG: GdmUserManager: user icon changed
  ** (gdmsetup:5296): DEBUG: adding monitor for '/home/yyy/.face'
  ** (gdmsetup:5296): DEBUG: Getting list of sessions for user 1000
  ** (gdmsetup:5296): DEBUG: Found 2 sessions for user yyy
  ** (gdmsetup:5296): DEBUG: GdmUserManager: not adding session on other seat: 
/org/freedesktop/ConsoleKit/Session5
  ** (gdmsetup:5296): DEBUG: GdmUserManager: not adding session on other seat: 
/org/freedesktop/ConsoleKit/Session6

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

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