You are not logged in.
Pages: 1
Hi all, I'm new to the forums but been using #! for a few months now. Recently I switched over to 9.04 via a fresh install and volwheel doesnt show. When I restart tint2 it doesnt show up, so I have to alt+f2 and run volwheel. Anyone know how I can make it auto-start with tint2? Volwheel IS in my autostart.sh
Offline
try to put volwheel after tint2.
or sleep 1 second whith
(sleep 1s && volwheel) &
Offline
The problem isnt on startup, it's when i exit something that is full screen ie a game. It can be very annoying. Even my NM disappears!
Offline
Do you have the latest tint2 from the #! repositories? It should be 0.7.svn.rev168.
Offline
Do you have the latest tint2 from the #! repositories? It should be 0.7.svn.rev168.
It's the default one that comes with the newest #! release. I started on Mint so I'm kind of just used to using Mint Install or Synaptic and it just installing the latest one.
Offline
Well have you run a system upgrade?
sudo apt-get update
sudo apt-get upgradeOffline
Well have you run a system upgrade?
sudo apt-get update sudo apt-get upgrade
i did sudo apt-get update and this is the output at the end:
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
W: You may want to run apt-get update to correct these problems
Offline
i just ran apt-get update and it says this:
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
Offline
try clicking on an icon beside it , some times that works for me if im messing with conky and the icons disappear , your other option is to run
volwheel & , in a terminal or alt f2 , after you restart
im guessing the volwheel since its a tray applet is an auxillary process of tint2 in this case, so when tint2 is killed volwheel has no place to display and so no purpose , unless you can make tint2 invoke a script to call volwheel , and the omit it from your startup script! since tint2 will start it automatically ,
also this should be in #! by default,
thanks! any ideas about those update/upgrade problems?
Offline
dillbyrne wrote:uberbdon wrote:i just ran apt-get update and it says this:
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directorydid you use sudo
sudo apt-get update && sudo apt-get upgrade
make sure package manager is closed
it usually says locked when you have sources or a package manager open
close any app that might be using those sys files
nothing open that is that i can see...
Offline
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
W: You may want to run apt-get update to correct these problems
To get rid of that error run this:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -And for your other error, try opening Synaptic and clicking the reload button there.
Offline
uberbdon wrote:W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
W: You may want to run apt-get update to correct these problemsTo get rid of that error run this:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -And for your other error, try opening Synaptic and clicking the reload button there.
hit reload in synaptic, error came up:
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
Offline
Did you run the first command I gave you?
Offline
Did you run the first command I gave you?
sure did
Offline
Run this:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \ F9A2F76A9D1A0061Then reload your lists.
Offline
well I followed this http://newyork.ubuntuforums.org/showthr … ?p=7941097 and I dont get the errors anymore, but when I upgrade it says this:
The following packages have been kept back:
gwibber linux-generic linux-headers-generic linux-image-generic
linux-restricted-modules-generic
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
is that normal?
Offline
To upgrade everything (including the kernel), you need to run:
sudo apt-get dist-upgradeOffline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.