|
2012-03-04
, 19:21
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#2
|
|
2012-03-05
, 05:15
|
Posts: 135 |
Thanked: 93 times |
Joined on Dec 2010
|
#3
|
|
2012-03-05
, 19:01
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#4
|
The Following User Says Thank You to caco3 For This Useful Post: | ||
|
2012-03-06
, 09:45
|
Posts: 135 |
Thanked: 93 times |
Joined on Dec 2010
|
#5
|
Essentially the app I need is to copy files/folders from one directory to another, then set a gconf value dependant on user input (dropdown list)
Essentially the reason for this is the following. My theme needs to change .desktop files (since some .desktop files point to a certain icon directory instead of the current theme icon directory). The theme changer app only changes the Gconf value, which means icons outside of the theme folder are left unchanged (angry birds, AP news, tnpui etc.).
So my thinking is to have my themes in the /usr/share/themes folder but then have .desktop files in /home/user/.simpleThemer folder, which can be copied over to the applications directory to point to the correct icon file (will need different .desktop for each theme).
While I could write it in a shell script I was thinking it would be nicer if it was a GUI . I could even write the shell and if someone could do a Qt front end that calls it with QProcess that would work.