[e-users] Cannot rename directories.

2014-06-22 Thread Mark Beardsley
Fully intending to kick Windows off of my PC, I have been looking at a few 
Linux distros recently. Bodhi is one and it, of course, uses Enlightenment as 
it's window manager.

Running the OS - both versions 2.4 (E17) and 3.0rc1 (E19) - from live CD's I 
have found it impossible to change the name of a directory; this seems to hold 
whether I create the directory myself or attempt to alter the name of an 
existing one. 


Does anyone know of a cause or reason for this? Could it be the fact I am 
running from Live CD's? Might it be a permissions problem? Or maybe something 
else.

Thanks in advance.
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] X requirements

2014-06-22 Thread Páder Rezső
I tried to compile the latest releases.
- xprint is optional in efl, but the configure *requires* it.
- I can build efl and elementary without X, but elementary *requires* it.
This is very weird...


regards,

rezso
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] X requirements

2014-06-22 Thread Páder Rezső

 - I can build efl and elementary without X, but elementary *requires* it.

enlightenment package requires the X. :)


regards,

rezso
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cannot rename directories.

2014-06-22 Thread Wido
Mick, he mentioned he is using Bhodi. Bodhi 2.4 uses E17 as desktop, while
Bodhi3 uses E19


2014-06-22 5:40 GMT-03:00 Mick michaelkintz...@gmail.com:

 On Sunday 22 Jun 2014 09:08:32 Mark Beardsley wrote:
  Fully intending to kick Windows off of my PC, I have been looking at a
 few
  Linux distros recently. Bodhi is one and it, of course, uses
 Enlightenment
  as it's window manager.
 
  Running the OS - both versions 2.4 (E17) and 3.0rc1 (E19) - from live
 CD's
  I have found it impossible to change the name of a directory; this seems
  to hold whether I create the directory myself or attempt to alter the
 name
  of an existing one.

 The OS is some Linux distribution, not e17 or e19, which are different
 versions of the Enlightenment desktop environment.

 How exactly are you trying to change the name of a directory?  Can you
 give an
 example of the commands that you are running?


  Does anyone know of a cause or reason for this? Could it be the fact I am
  running from Live CD's? Might it be a permissions problem? Or maybe
  something else.

 You wouldn't be able to make changes on the LiveCD filesystem, because it
 is a
 read only iso, but you should be able to make changes on any mounted
 filesystems on the PC that you are running the iso - as long as you are
 trying
 to make such changes as the same user you mounted the fs with.

 e.g. running as root:

 # mkdir /mnt/sda3
 # mount /dev/sda3 /mnt/sda3
 # mkdir /mnt/sda3/my_dir_1
 # mv /mnt/sda3/my_dir_1 /mnt/sda3/my_dir_2

 If you then tried to make changes as a different user, e.g. knoppix, you
 will
 find that knoppix does not have the appropriate access rights to modify the
 mounted filesystem.  Also, many LiveCDs automount filesystems as read
 only, so
 you could try remounting the filesystem as rw.

 In any case, on an installed OS you will be able to automount the
 filesystem
 with rw access rights as a plain user and make changes to it, as long as
 you
 have installed udisks.

 HTH.
 --
 Regards,
 Mick


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cannot rename directories.

2014-06-22 Thread Mick
On Sunday 22 Jun 2014 18:36:21 Wido wrote:
 Mick, he mentioned he is using Bhodi. Bodhi 2.4 uses E17 as desktop, while
 Bodhi3 uses E19

I read the OP message as a more general problem than Bhodi - sorry if I got it 
wrong.  If this only happens with Bhodi, then Jeff should be around soon to 
offer more specific advice.

-- 
Regards,
Mick
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cannot rename directories.

2014-06-22 Thread The Rasterman
On Sun, 22 Jun 2014 09:08:32 +0100 Mark Beardsley markbrd...@yahoo.co.uk said:

 Fully intending to kick Windows off of my PC, I have been looking at a few
 Linux distros recently. Bodhi is one and it, of course, uses Enlightenment as
 it's window manager.
 
 Running the OS - both versions 2.4 (E17) and 3.0rc1 (E19) - from live CD's I
 have found it impossible to change the name of a directory; this seems to
 hold whether I create the directory myself or attempt to alter the name of an
 existing one. 
 
 
 Does anyone know of a cause or reason for this? Could it be the fact I am
 running from Live CD's? Might it be a permissions problem? Or maybe something
 else.

i can't say for bodhi, but e and efl build from git on arch - renaming works. i
have never seen renaming NOT work. (i am renaming files AND dirs in $HOME on an
installation of arch onto a normal hdd etc.)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] X requirements

2014-06-22 Thread The Rasterman
On Sun, 22 Jun 2014 15:05:02 +0200 Páder Rezső re...@rezso.net said:

 I tried to compile the latest releases.
 - xprint is optional in efl, but the configure *requires* it.
 - I can build efl and elementary without X, but elementary *requires* it.
 This is very weird...

nope. download page on e.org says its on the list of recommended requrements
along with everything else. if efl configure is failing on a req.. it's giving
you a very strong hint. yes - xprint may sound archaic, but we require it to
avoid major errors if someone enables xprint. you NEED to be xprint aware as a
wm/compositor to avoid managing the xprint screen.

and in elementary

./configure --disable-ecore-x

works for me. right here. build elm just fine.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] X requirements

2014-06-22 Thread The Rasterman
On Sun, 22 Jun 2014 15:06:51 +0200 Páder Rezső re...@rezso.net said:

 
  - I can build efl and elementary without X, but elementary *requires* it.
 
 enlightenment package requires the X. :)

yes it does. funny that. :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Error setting icon for app

2014-06-22 Thread Daniel Kasak
I just tried to set a custom icon, and got the error:

Failed to create directory: /opt/efl/share/enlightenment/icons .
Check that you have correct permissions set.

Wouldn't this first try to create something in my home folder? I've checked
in Settings Panel == Advanced == Search Directories and I have:

/home/dkasak/.e/e//icons
/opt/efl/share/enlightenment/data/icons

 ... in the 'Icons' path. The double-slash ( in my home directory ) is in
the config. Also this folder actually exists.

I can make /opt/efl/share/enlightenment/icons writable for now ...

Dan
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error setting icon for app

2014-06-22 Thread Fan Cris
just ignore messages, you *.desktop settings will be in
~/.local/share/applications


On Mon, Jun 23, 2014 at 2:35 AM, Daniel Kasak d.j.kasak...@gmail.com
wrote:

 I just tried to set a custom icon, and got the error:

 Failed to create directory: /opt/efl/share/enlightenment/icons .
 Check that you have correct permissions set.

 Wouldn't this first try to create something in my home folder? I've checked
 in Settings Panel == Advanced == Search Directories and I have:

 /home/dkasak/.e/e//icons
 /opt/efl/share/enlightenment/data/icons

  ... in the 'Icons' path. The double-slash ( in my home directory ) is in
 the config. Also this folder actually exists.

 I can make /opt/efl/share/enlightenment/icons writable for now ...

 Dan

 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users