← Back to team overview

epoptes team mailing list archive

[Bug 1395808] [NEW] First run does not create ~/.config/epoptes folder

 

Public bug reported:

I installed epoptes on my LTSP server and in my chroot for clients.
When I run epoptes from my laptop using ssh -XC user@{server_IP} epoptes
and try to send a message, I get the following output in CLI and no
message is sent...

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/epoptes/ui/gui.py", line 335, in sendMessageDialog
    msg = startSendMessageDlg()
  File "/usr/lib/python2.7/dist-packages/epoptes/ui/sendmessage.py", line 72, in startSendMessageDlg
    f = open(os.path.expanduser('~/.config/epoptes/settings'), 'w')
IOError: [Errno 2] No such file or directory: '/home/user/.config/epoptes/settings'

I am able to control the clients, just not send message.

I created the folder manually and all was fine.

** Affects: epoptes
     Importance: Undecided
         Status: New

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

Title:
  First run does not create ~/.config/epoptes folder

Status in Epoptes:
  New

Bug description:
  I installed epoptes on my LTSP server and in my chroot for clients.
  When I run epoptes from my laptop using ssh -XC user@{server_IP}
  epoptes and try to send a message, I get the following output in CLI
  and no message is sent...

  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/epoptes/ui/gui.py", line 335, in sendMessageDialog
      msg = startSendMessageDlg()
    File "/usr/lib/python2.7/dist-packages/epoptes/ui/sendmessage.py", line 72, in startSendMessageDlg
      f = open(os.path.expanduser('~/.config/epoptes/settings'), 'w')
  IOError: [Errno 2] No such file or directory: '/home/user/.config/epoptes/settings'

  I am able to control the clients, just not send message.

  I created the folder manually and all was fine.

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


Follow ups

References