Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2921
Originally Posted by F2thaK View Post
I think you can remove quicklaunch bar...
yup, a few posts after mine Vesuri explained how its all done
 

The Following User Says Thank You to thedead1440 For This Useful Post:
guillermorojaz's Avatar
Posts: 283 | Thanked: 102 times | Joined on Jan 2012 @ VENEZUELA
#2922
Originally Posted by F2thaK View Post
I think you can remove quicklaunch bar...
Paste new-mcompositor.conf in home/user/.config/mcompositor
If the folder does not exist, install the swipe manager, there is generated in the folder mcompositor home/user/.config

I have not tried creating the folder mcompositor.

Changes in the swipe manager are generating the file and folder mcompositor.
I hope you understand me and excuse my English.
Attached Files
File Type: zip Quicklaunch off.zip (26.6 KB, 63 views)

Last edited by guillermorojaz; 2012-09-18 at 03:37.
 

The Following User Says Thank You to guillermorojaz For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2923
Originally Posted by guillermorojaz View Post
Paste new-mcompositor.conf in home/user/.config/mcompositor
If the folder does not exist, install the swipe manager, there is generated in the folder mcompositor home/user/.config

I have not tried creating the folder mcompositor.

Changes in the swipe manager are generating the file and folder mcompositor.
I hope you understand me and excuse my English.

If the folder doesn't exist just do as root:

mkdir -p /home/user/.config/mcompositor
nano /home/user/.config/mcompositor/new-mcompositor.conf
Code:
qlb-deskillmanned=1               
quick-launch-bar-timeout-ms=10000
Ctrl+X to save
then as user:
killall mcompositor

Voila! done...

Edit: if the mkdir and nano parts give you the error "Permission denied" just do the as user instead of root...Its just I'm using open mode so can do them either way...

Last edited by thedead1440; 2012-09-18 at 07:38.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 9 | Thanked: 0 times | Joined on Nov 2011
#2924
For anyone having issues with tweak o....

Delete everything from /var/cache/apt/archives/

****EXCEPT 'partial' directory. Turns out you need that

I also ran apt-get update as I killed the store by removing that partial directory and wanted to see what was going on... may need to run that too.

It seems that if anything is already in /var/cache/apt/archives/ the script will just jump directly to the "Your application catched successfully!" message.



On a random note, any chance of getting 'catched' changed to 'caught' in that message?
 
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#2925
Originally Posted by slackers View Post
For anyone having issues with tweak o....

Delete everything from /var/cache/apt/archives/

****EXCEPT 'partial' directory. Turns out you need that

I also ran apt-get update as I killed the store by removing that partial directory and wanted to see what was going on... may need to run that too.

It seems that if anything is already in /var/cache/apt/archives/ the script will just jump directly to the "Your application catched successfully!" message.
No need to remove them manually, as root user into terminal run:
Code:
apt-get clean


Originally Posted by slackers View Post
On a random note, any chance of getting 'catched' changed to 'caught' in that message?
Also in main script there is a Cach instead of Catch, then until they'll be edit you can change the file manually (also I do this for others files) directly from terminal; as root user run:
Code:
nano /opt/N9QTweak/OVI/catch_deb.sh
and modify the text you want to modify (if you have skills, otherwise not) and then save the file.
PS: If you haven't installed nano yet, as root user run:
Code:
apt-get install nano
before.
 

The Following User Says Thank You to death_jax For This Useful Post:
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#2926
Originally Posted by guillermorojaz View Post
Paste new-mcompositor.conf in home/user/.config/mcompositor
If the folder does not exist, install the swipe manager, there is generated in the folder mcompositor home/user/.config

I have not tried creating the folder mcompositor.

Changes in the swipe manager are generating the file and folder mcompositor.
I hope you understand me and excuse my English.

Originally Posted by thedead1440 View Post
If the folder doesn't exist just do as root:

mkdir -p /home/user/.config/mcompositor
nano /home/user/.config/mcompositor/new-mcompositor.conf
Code:
qlb-deskillmanned=1               
quick-launch-bar-timeout-ms=10000
Ctrl+X to save
then as user:
killall mcompositor

Voila! done...

Edit: if the mkdir and nano parts give you the error "Permission denied" just do the as user instead of root...Its just I'm using open mode so can do them either way...
What is the difference between creating and editing /home/user/.config/mcompositor/new-mcompositor.conf and the file added in /.config/mcompositor/new-mcompositor.conf by an N9QTweak script? It is possible to modify this one instead, or is necessary a file created by user and not root user?

Last edited by death_jax; 2012-09-18 at 08:27.
 
Posts: 53 | Thanked: 6 times | Joined on Apr 2012
#2927
I wanted to use "Battery Percentage" tweak. I first installed inception (EE) and then I used tweak T -> coderus toggle -> Battery Percentage. But it didn't work. I use the latest N9Qtweak. Did I anything wrong?

Thanks for responding.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2928
Originally Posted by death_jax View Post
What is the difference between creating and editing /home/user/.config/mcompositor/new-mcompositor.conf and the file added in /.config/mcompositor/new-mcompositor.conf by an N9QTweak script? It is possible to modify this one instead, or is necessary a file created by user and not root user?
Does the N9QTweak script put it in ~/.config or /.config?

Its better to put it into ~/.config AFAIK as user permissions are sufficient...
 
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#2929
Originally Posted by thedead1440 View Post
Does the N9QTweak script put it in ~/.config or /.config?
Its better to put it into ~/.config AFAIK as user permissions are sufficient...
The tweak A (Transition MOD) of N9QTweak copy the .config dir from /opt/N9QTweak to /.

Last edited by death_jax; 2012-09-18 at 11:53.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2930
Originally Posted by death_jax View Post
The tweak A of N9QTweak put the file in /.config/mcompositor dir
Ah then you will have to create it in ~/.config/

Of course you can try first putting the lines in the existing file in /.config
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 05:24.