Notices


Reply
Thread Tools
Posts: 124 | Thanked: 105 times | Joined on Jul 2010
#201
!ooks like you're right, files with no space delete fine,
 

The Following User Says Thank You to nman For This Useful Post:
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#202
So, the deletion of files with singlespaces in them are now solved

Just put the script into the scriptsdirectory and edit the delete file command in fileactions.conf to =python /x/x/delete-file.py @

Code:
import gtk
from os import remove
from sys import argv

# Does anyone have a prettier solution for this filename workaround.
filename=""
for a in argv[1:]:
 filename+=" "+a
filename=filename[1:]

messagedialog=gtk.MessageDialog(None,0,gtk.MESSAGE_WARNING, gtk.BUTTONS_YES_NO, "Confirm deletion of file")
messagedialog.format_secondary_text(filename)
a=messagedialog.run()
messagedialog.destroy()
if a==gtk.RESPONSE_YES:
 remove(filename)
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-03-29 at 11:15.
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#203
Btw, here is a screenshot of the new create script i have made for the next release.
-Isnt it pretty
Attached Images
 
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-03-29 at 11:03.
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#204
Found some more files here.
Attached Files
File Type: gz deskypplet.tar.gz (434.0 KB, 66 views)
__________________
Deskypplet , a desktop for N900 *RIP*
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#205
And all the sourcecode and compiled libs that replaces the old 0.46 version in the repos.
Replace the files in /usr/lib/hildon-desktop/ with these instead of the old ones.

(Attachment removed, see below)
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-08-15 at 18:11.
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#206
Forgot to mention that in the new version there is a shortcut maker included, written in python, and that it can understand .desktop files, so there is no limit like only 75 contacts on a homepage for example.
Instead, it can mix contacts, documents, programs, pictures and whatever anyone wants on a homepage (Max 1000 items and 1000 folders on a single homepage, but that amount is unpractical) and also sort stuff in an unlimited number of folders, create edit and delete objects at will and jump freely between these "homepages" or desktopviews as i prefer to call them.

There is also a lot more options aviable to configure the appearence.

-Just remember that all configuration is done thru configfiles.
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-08-13 at 15:37.
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#207
Originally Posted by electroaudio View Post
And all the sourcecode and compiled libs that replaces the old 0.46 version in the repos.
Replace the files in /usr/lib/hildon-desktop/ with these instead of the old ones.
Sorry, that was an old version so removed it.
This is the newest version..

This final release wont make those random crashes that earlier versions did, and there are some other stuff that is fixed too.

Install 0.46 from extra-devel, use the files in this archive to replace the files in /usr/lib/hildon-desktop/
Then in the other archive above are the new utility and configfiles that should go into /home/user/.deskypplet/
Attached Files
File Type: gz sypplet.tar.gz (114.8 KB, 84 views)
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-10-06 at 09:38.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:02.