You are not logged in.
Installed from dd`d usb, everything went smooth, #! looks and feels simple, elegant and great as it always does. Waldorf will be a fantastic #! release me believe! Congratulations Philip!
#!, all else is but a shadow!
May the Kernel be with you!
Offline
jst_joe wrote:pghjake wrote:^^Same as afab4, this is within thunar.
You can install disk-manager and it will edit fstab and create the necessary folders.
Then just drag the folders from /mount to the left side of Thunar.EDIT: /media not /mount
Yes, this worked. The partition entries are now in fstab and they mount on boot. SO problem overcome thanks to your post. Problem created still exists though to be solved in the next release.
Thanks for your help.
I just downloaded and installed the 32 bit 20120927 iso and installed to my hard drive.
Thunar will not find my other partitions in6 this version either. Running "Live" everything works perfectly.
In the earlier 20120806 32 bit release, Thunar mounted my partitions and network shares "out of the box", Even after a full upgrade to unstable all was well.
Seems a bit of one step forward, 2 steps back.
EDIT: I downloaded and installed the 20120806 64 bit release and installed and I am posting from it right now.
Thunar found my other partitions and after authenticating I was able to successfully mount the other partitions on my hard drive. I found fstab still doesn't have my other partitions listed in it. What does have them listed is mtab and that is the difference in the 20120927 release and the 20120806 release.
Last edited by afab4 (2012-09-29 14:01:47)
I support the candidate that will steal the least from me....
Offline
The latest september i686 releases won't boot on my nForce2 chipset desktop (boots on ICH7 chipset netbook) - when booting from a usb stick I keep getting usb device descriptor errors that result in squashfs errors and everything pretty much halts after that.
Offline
Some further feedback;
->On both the 64bit and 32bit installs my Logitech wireless keyboard and wireless mouse are not detected during the install. I need a wired USB keyboard and wired USB mouse at the ready to perform the install. After install, wireless keyboard and mouse work perfectly.
Bios keyboard/mouse option set to 'bios'.
-> Scrot from openbox menu saves image in ~/images. Scrot from terminal saves image in ~/home (32bit+64bit).
-> Both 32 bit and 64 bit installs report that Crunchbang is the only operatiing system found (I know there is another one on /dev/sdb1
)
32 bit install requires;
sudo update-grubfollowing the install and the other OS is entered in the GRUB menu.
64 bit install does actually enter the other OS in GRUB - no further input needed.
Really enjoying this masterpiece 
Offline
I'm currently very happy with the testing build prior to this latest version and don't have any issues to report. In saying that I wanted to help out so I'm currently grabbing the latest 64 bit build and will leave it seeding for as long as I can.
Thanks Philip for your incredible distro.
pay the bills with Windows, obssesed with Linux, studying CCNA when I can fit it in.
Offline
Bug with doubled session in live mode still exist
Offline
cb-hotcorners changes
Last edited by alfbar1 (2012-09-30 02:49:20)
Offline
Hi there,
I installed the 64 bit version last night.
The install went smooth, but I noticed a couple of issues :
In obmenu, most of the execute fields of items are empty, even though the menu works fine.
Some of the multimedia keys do not work: volume up and down work fine, but toggle mute, play/pause, previous and next do not.
Offline
Offline
@MekkaGodzilla
In obmenu, most of the execute fields of items are empty, even though the menu works fine.
Yeh same here...It is OK to add items as before but to edit an item I had to edit menu.xml
I think this is probably due to replacing the depreciated '<execute>' actions with '<command>' in the default menu file. I will need to either patch obmenu, or revert to the depreciated actions. The preferred solution would be to patch obmenu, but having had a look at the code, it could be tricky. Hmm.
Offline
^ Thanks for the explanation, it had me scratching my head... I added a couple of things with obmenu the other day but I think I'll now go in and tidy up the code manually.
Offline
Hi Philip, can I ask you why cb-hotcorners has gone from the new autostart config file?
and what is the difference in editing ~/.compton.conf or ~/.config/comptonrc?
Thanks!!!
Last edited by Milozzy (2012-10-01 12:43:43)
Offline
Hi Philip, can I ask you why cb-hotcorners has gone from the new autostart config file?
I gave cb-hotcorners a trial and while a few people commented about how they liked it, more seemed to comment about how gmrun would start randomly, without knowing what was actually happening. Therefore, I figured it was probably best to remove it, at least until I can find time to make it more usable.
and what is the difference in editing ~/.compton.conf or ~/.config/comptonrc?
I have updated the compton-git package and it now uses its own config file, instead of having to pass in arguments via the compton command.
~/.config/comptonrc is the old config, used by the cb-compositor pipemenu. It is safe to remove as it is not referenced by the new compton build or pipemenu. If you use the edit item from within the pipemenu, it should open the correct file for you.
Offline
chameleon wrote:@MekkaGodzilla
In obmenu, most of the execute fields of items are empty, even though the menu works fine.
Yeh same here...It is OK to add items as before but to edit an item I had to edit menu.xml
I think this is probably due to replacing the depreciated '<execute>' actions with '<command>' in the default menu file. I will need to either patch obmenu, or revert to the depreciated actions. The preferred solution would be to patch obmenu, but having had a look at the code, it could be tricky. Hmm.
Okay, it took a little while to get familiar with the code, but I have now created a working patch for obmenu.
Here is the difficulty is in a particular situation; if I apply the patch, it will break obmenu for users who still have depreciated syntax in their menu files. If I do not apply the patch, obmenu will remain broken for users with the new syntax.
Personally, I do not think I have any option but to apply the patch.
Offline
^ Can you add a blurb to the patch that would notify the users who still have depreciated syntax in their menu files of the breakage and what to do while it is installing?
I am seeing more and more messaging coming during an update than ever... I am not sure how difficult it would be but it might help out.
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
^ Can you add a blurb to the patch that would notify the users who still have depreciated syntax in their menu files of the breakage and what to do while it is installing?
Yes. That was my thinking too. I will look into it, before uploading the new package. 
Offline
Milozzy wrote:Hi Philip, can I ask you why cb-hotcorners has gone from the new autostart config file?
I gave cb-hotcorners a trial and while a few people commented about how they liked it, more seemed to comment about how gmrun would start randomly, without knowing what was actually happening. Therefore, I figured it was probably best to remove it, at least until I can find time to make it more usable.
Understood.
Personally, I find it cb-hotcorners very cool and useful but I change gmrun with the invocation of skippy-xd (http://code.google.com/p/skippy-xd/) for a sort of a gnome3 behavior 
Milozzy wrote:and what is the difference in editing ~/.compton.conf or ~/.config/comptonrc?
It is safe to remove as it is not referenced by the new compton build or pipemenu.
This is right what I wanted to know 
VastOne wrote:^ Can you add a blurb to the patch that would notify the users who still have depreciated syntax in their menu files of the breakage and what to do while it is installing?
Yes. That was my thinking too. I will look into it, before uploading the new package.
Fair enough imho.
Thanks for your kind replies!
Offline
VastOne wrote:^ Can you add a blurb to the patch that would notify the users who still have depreciated syntax in their menu files of the breakage and what to do while it is installing?
Yes. That was my thinking too. I will look into it, before uploading the new package.
Okay, I have now uploaded the patched package to the repository. I have added the follow output to the postinst file:
This version of obmenu is not compatible with some depreciated
Openbox menu syntax. For more information, please see:
http://openbox.org/wiki/Help:Actions#ExecuteHopefully, this will ease the transition.
Offline
^ @corenominal: Can those of us on pre-September Waldorf safely update/dist-upgrade still?
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
obmenu
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 26.8 kB of archives.
After this operation, 78.8 kB disk space will be freed.
Do you want to continue [Y/n]? Last edited by SabreWolfy (2012-10-02 11:05:01)
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
^ You can anyway put the package on hold:
echo "obmenu hold" | dpkg --set-selectionsso your normal dist-upgrades will still work.
Then remove the hold some day one day with
echo "obmenu install" | dpkg --set-selectionsLast edited by machinebacon (2012-10-02 11:19:59)
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
^ @corenominal: Can those of us on pre-September Waldorf safely update/dist-upgrade still?
Yes, but if you want to use obmenu, you will need to update your menu and replace the deprecated <execute> actions with <command>. This might help:
1. Make a backup of your menu file:
cp ~/.config/openbox/menu.xml ~/.config/openbox/menu.xml.bak2. Replace the deprecated syntax:
sed -e 's/execute>/command>/g' ~/.config/openbox/menu.xml.bak > ~/.config/openbox/menu.xmlJob done. 
Offline
btw if it's going in the code:
<spellcheck>'depreciated' => 'deprecated'</spellcheck>
John
--------------------
( a boring Japan blog , and idle twitterings )
Offline
@machinebacon: Good to know how to do that.
@corenominal: Thanks -- did the search and replace and then upgraded obmenu. Your note is coming through ...
$ sudo apt-get dist-upgrade
Reading package lists... Done
...
The following packages will be upgraded:
obmenu
...
Setting up obmenu (1.0-4) ...
This version of obmenu is not compatible with some depreciated
Openbox menu syntax. For more information, please see:
http://openbox.org/wiki/Help:Actions#Execute
Processing triggers for python-support ...
...@johnraff:: I'm sure your correction is ... appreciated 
Last edited by SabreWolfy (2012-10-02 11:34:31)
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
btw if it's going in the code:
<spellcheck>'depreciated' => 'deprecated'</spellcheck>
Good catch! I always get caught by that. 
Offline
@corenominal: I have another question (if I have not already pissed you off): why Squeeze and not Xarchiver? The former doesn't support password protected archive, AFAIK, while the latter does.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.