You are not logged in.
@Jezzivi
Can you share your wallpaper please?
Thanks!
Does it work if I use Debian Wheezy instead Squeeze?
Thanks.
@VastOne
@machinebacon
Yes, I did log out and log in (I even reboot just to make sure!) but the menu doesn't want to change.
Anyway, I decided to reinstall #! and to keep xfce 4.6 for some time. I will surely come back later with this problem!
Thanks!
@machinebacon
Thank you to post the original file, but I still get the same menu.....
After updating to xfce 4.8 the menu got messed up, after google searching on how to fix it, i found this worked:
cp -v /etc/xdg/menus/xfce-applications.menu ~/.config/menus xfdesktop --reload
After playing a while with Xubuntu 11.04, I decided to re-install #!.
I really love xfce 4.8 so after installation I did upgrade to 4.8.
This code does not work for me:
cp -v /etc/xdg/menus/xfce-applications.menu ~/.config/menus
I don't have the original menu when I right click on my desktop (Terminal, Browser, etc...)
I have something like post #18.
Do I need to do something else?
Thanks
@Awebb
Thanks. The first link solved my problem!
Yes, I use gksudo but I need to enter my password each time I open up synaptic...:/
Hello,
I modified my /etc/sudoers file by adding this line:
Defaults:eric timestamp_timeout=20
so I don't need to re-enter my password (20 minutes) if I need to execute a program with sudo.
It works if I open it from a terminal, but if I open Synaptic via the icon, close it and re-open it 1 minute later, it still asks me for my password.
How can I fix it?
Thanks
p.s. sorry for my bad English!
Hi,
I read on Debian's forum Xfce 4.8 has been arriving in Wheezy. So, if I replace "squeeze" by "wheezy" in my /etc/apt/sources.list file, I should get the new xfce 4.8 without problem?
Thanks.
Hello,
I'm using a nvidia card (GTS 250) with proprietary driver (260.19.44). My crappy lcd monitor (Deawoo) can't not be detected correctly; I have only 640x480. So, I need to disable "EDID" in my xorg.conf file
and put datas manually. It looks like that:
>>>skip<<<
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 32.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseEDID" "False"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
And it works fine. Now, my problem is my HDTV. I don't know how I can add it into my xorg.conf?
Since I disabled EDID, nvidia-settings thinks my hdtv is only 640x480...
It should be 1280x720.
Thanks for your help.
Well, i played a bit with nvidia-settings and I finally got a xorg.conf file working perfectly!
<<<skip>>>
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 32.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTS 250"
EndSection
Section "Screen"
# Removed Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x720 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1280x720 +1280+0; CRT: 1024x768 +0+0, DFP: NULL; CRT: 800x600 +0+0, DFP: NULL; CRT: 640x480 +0+0, DFP: NULL"
SubSection "Display"
Depth 24
EndSubSection
EndSection
I have the same problem after I replaced "squeeze" by "testing" into /etc/apt/sources.list
Now, I went back to "squeeze" but I still have a pop up message saying hal is not starting.
How can I fix it?
I finally found http://www.miksoft.net/mobileMediaConverter.htm
It does the job very good!
Is there a way to convert any video files to mp4 or 3gp?
How can I do that?
Thanks.
Maybe copy your ~/.fonts.conf to root's home?
sudo cp ~/.fonts.conf /root/
You're right! Thank you very much!
After following these steps to compile libcairo2: http://lovingthepenguin.blogspot.com/20 … ueeze.html
My fonts are much better. And I also edit my ~ /.fonts.conf looks like this:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign"><bool>true</bool></edit>
<edit name="autohint" mode="assign"><bool>false</bool></edit>
<edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
<edit name="hinting" mode="assign"><bool>true</bool></edit>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
<!-- lcdnone, lcddefault, lcdlight, lcdlegacy -->
<edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
<edit name="dpi" mode="assign"><double>96</double></edit>
</match>
</fontconfig>
What annoys me is when I open an application with sudo (eg sudo gedit, etc ...), my fonts do not appear to follow the same pattern as when I open the same applications as normal user.
Is there a way to fix this?
Thank you.
happy halloween...
What theme and icons are you using?
Thanks.
@jpope
I really like your desktop!
Can you share your theme, icons and wallpaper?
Thanks!
Thank you! You saved my life!
Hello!
For some reasons, I can't convert my videos with Crunchbang. I'm not an expert, but I think it's because mencoder....
On my laptop, I have installed Ubuntu and if I'm doing this command:
eric@eric-laptop:~$ mencoder -ovc help
MEncoder SVN-r32382-4.4.5 (C) 2000-2010 MPlayer Team
Available codecs:
copy - frame copy, without re-encoding. Doesn't work with filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format explicitly.
nuv - nuppel video
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
xvid - XviD encoding
x264 - H.264 encoding
As you can see, I have the codecs xvid and x264 and I'm able to convert videos.
But, on my desktop I'm running Statler, and with the same command I only get this:
eric@crunchbang:~$ mencoder -ovc help
MEncoder SVN-r32382-4.4.5 (C) 2000-2010 MPlayer Team
Available codecs:
copy - frame copy, without re-encoding. Doesn't work with filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format explicitly.
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
So, what I need to do to have both xvid and x264?
Thanks for your help.
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat