Wary 0.9.8 (098) feedback

Please post any bugs you have found
Post Reply
Message
Author
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

Lost Taskbar workaround

#101 Post by Karl Godt »

Finaly a first work around for the Lost Taskbar :

The problem is located at /usr/local/jwmconfig2/gtk2jwm

The old code by John Doe had been improved in 2006 and it doesn't test if the string would be empty .

My first workaround is to provide a line with " blinky " to /root/.jwmrc-tray like the old part :
<!-- <Swallow name="blinky">
blinkydelayed -bg "#e3e7ec"
</Swallow> -->

It is no real solution because somehow there is found a template somewhere that uncomments the <Corner>white</Corner> lines at /root/.jwm/jwmrc-theme which should be commented out <!--Corner>white</Corner> --> for otherwise the change of the numbers of virtual desktops won't work.

And these are lines 49+ :
rm -f /root/.tcl-gtk
if [ -z "$MENU_BG" ]; then
echo > "$JWMTHEME"
pidof jwm >/dev/null && jwm -restart
exit 2
else

echo > "$JWMTHEME" echoed 'echo' to JWMTHEME=/root/.jwm/jwmrc-theme and deleted everything else in there.

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#102 Post by DaveS »

Those commented out corner tags should be removed from the themes now as the tag is no longer supported, not just commented out.
Spup Frugal HD and USB
Root forever!

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#103 Post by DaveS »

There is a directory in root, /root/.cache which mplayer uses when playing a video direct from the internet via the browser. This cache steadily fills until it fills the save file. Of course, mplayer clears it on closing. Should this cache be in /temp? A large video could crash a small save file.
Spup Frugal HD and USB
Root forever!

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: Lost Taskbar workaround

#104 Post by shinobar »

Karl Godt wrote:It is no real solution because somehow there is found a template somewhere that uncomments the <Corner>white</Corner> lines at /root/.jwm/jwmrc-theme which should be commented out <!--Corner>white</Corner> --> for otherwise the change of the numbers of virtual desktops won't work.
That's it Karl.
That is the fix in the LupQ at the script /usr/local/jwmconfig2/taskbar.
http://www.murga-linux.com/puppy/viewtopic.php?t=59058
ravensrest wrote:I have since experimented and discovered that if I cut John Doe's section of code completely out of /usr/local/jwmconfig2/gtk2jwm the problem disappears. I'm guessing this is because John Doe's code looks for "blinkydelayed" and "xload -nolabel" in .jwmrc-tray, and if you have modified your tray (as I have) it may or may not contain those lines. Suggest John test existence of "linenumber" in code.
Humm... can be.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

utf8 issue

#105 Post by shinobar »

zigbert wrote:Here is the result with Viewnior 1.0 and locals in Wary 0.9.8
Zigbert and Barry,

Most of Puppy and woof use '.utf8' as the UTF-8 encoding, whereas most of Linux distributions use '.UTF-8'.
LupQ the Quickset, Japanese versions and now Hungarian versions use '.UTF-8' so that it works on urxvt. (Need to modify rc.country)
See the post:
http://www.murga-linux.com/puppy/viewto ... 2&start=13
Last edited by shinobar on Thu 18 Nov 2010, 23:16, edited 1 time in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

locale and translations

#106 Post by shinobar »

@Zigbert
Can be off-topic but may be relating with the '.utf8' or '.UTF-8' issue.

You are the pioneer of NLS on Puppy. So, i'd like you to know this.
We need to make many symbolic links for the NLS of your applications.
Image
I'd like to recommend you shifting to the gettext system.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
zekebaby
Posts: 50
Joined: Thu 18 Nov 2010, 03:47

Mysterious vanishing sound

#107 Post by zekebaby »

Every so often (once every 4 or 5 boots) I completely lose sound. Rerunning alsaconf reports "No supported PnP or PCI card found". lsmod shows snd_intel8x0 is still loaded. Reboot clean with no warysave and sound is back. A couple of reboots later, it's gone again!!! This did not happen in 096 or 097.

Any ideas on how to get sound back without deleting my warysave? Thanks in advance!

NinerSevenTango
Posts: 186
Joined: Sun 17 Jun 2007, 18:25

Wireless won't connect

#108 Post by NinerSevenTango »

md5sum checked the iso after burning slow, it checks out.

Boot pfix=ram with wary-098.

lspci reports Atheros wireless card, same as in Quirky (in which wireless works).

Doesn't matter which network wizard is used. Tried the simple one and the classic one.

Access points are detected. Attempting to connect to an open, unencrypted access point fails. Rebooting, multiple attempts, can not establish connection.

This is a Toshiba Satellite Pro s300-1511 laptop. This is the first time it's failed to work on wireless. Other OS versions that work: 4, Lucid, Quirky, other Linii, XP, Vista.

Any suggestions?

--97T--
The reason the room turns dark when you read my posts is because I have a black cloud that follows me around whenever I play with Linux!
Last edited by NinerSevenTango on Sun 21 Nov 2010, 22:52, edited 1 time in total.

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

pusbmodeswitch performance improvement

#109 Post by rerwin »

Wireless modem users,
I have updated the mode switcher to better coordinate with driver module loading. The script may initially find the device not quite ready to be recognized, so quits. Normally, it indicates its completion so that the modem initialization scripts can work reliably. A second execution of it then finds everything ready and proceeds with switching - but that may occur after the scripts have determined the modem to use.

Pusbmodeswitch already does not indicate completion if two particular error messages appear. The fix merely adds about 6 more messages that will delay the indication of completion, improving the dependability of wireless modem detection.

The update package is here: http://www.murga-linux.com/puppy/viewto ... 639#467639
Richard

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

Re: Mysterious vanishing sound

#110 Post by rerwin »

zekebaby wrote:Every so often (once every 4 or 5 boots) I completely lose sound. Rerunning alsaconf reports "No supported PnP or PCI card found". lsmod shows snd_intel8x0 is still loaded. Reboot clean with no warysave and sound is back. A couple of reboots later, it's gone again!!! This did not happen in 096 or 097.

Any ideas on how to get sound back without deleting my warysave? Thanks in advance!
Thanks for your report. It might be related to Barry's and my adjustments to the timing of alsa sound card detection. We are trying to do better than guessing at a fixed delay for the worst case. It is a race between the sound driver getting started and the alsa script trying to use the driver.

We try to avoid an excessive delay due to other activities that slow things down, so the two barks can occur soon after bootup. Now the alsa script runs slightly earlier than before, but waits for the sound driver to get loaded. The update package mentioned in my previous message here, should further speed up the two barks.

However, if the alsa script starts too early, that might be before the driver even gets initiated by an "event". So, we need to do more tuning.

You could help by installing the update package (now -3) and see if it changes the likelihood of getting sound. It might make things worse, due to the speed-up, but we need to know that. After you try that, I can guide you to adjusting a time value to see if we can delay the script just enough to reliably wait for the initiation of module loading.

Thank you any assistance you can provide.
Richard

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#111 Post by Sage »

Yes, I've discovered the strange no-sound features on some boards. Sometimes (rarely) it is accompanied by absence of the help panel and, ipso facto, no barks - even when barks is normally working on other chassis. The muted sound is a real nuisance, too. Everything was just fine up to 098 (except barks switched off in 096). Seems to me that all this juggling to suit one odd report destroys a previously sound and stable OS. Like my weird ATI939 board, I'd recommend folks with one non-standard behaving system to change it! Not as if there aren't boxloads of 1GHz boards available gratis just for the asking - (how many do you need? - ask me!). These are entirely suitable for a compact distro. Unfortunately, there have to be compromises and expedients in a 120Mb .iso. For dissatisfied folks with go-faster systems, I'd recommend Linux Mint.
I guess to a lesser extent, the same comments are true with all this Winmodem business. If you've been unlucky and got a Conexant or whatever, bin it, PM me and I'll send you one that works. Otherwise, a lot of clever guys are wasting their intellectual effort trying to run kit that was intended for the rogue OS.

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#112 Post by Karl Godt »

That is the fix in the LupQ at the script /usr/local/jwmconfig2/taskbar.
booting lupq-511 I found it !

I also found the template :
It is inside gtk2jwm itself !
lines ~ 98 -148; line 105 : <Corner>white</Corner> ; line 111 : <Corner>#aaaaaa</Corner> ;
changed to <!-- <Corner>white</Corner> --> ; <!-- <Corner>#aaaaaa</Corner> -->

With the 'Or, applay current GTK theme' I can think of two solutions :
1.: 'Or, applay default GTK theme'
2.: 'Or, applay last GTK theme from backup' , which would require some "cp FILE FILE.bak" lines:

Code: Select all

--- /mnt/sdc7/usr/local/jwmconfig2/theme_switcher	2009-10-09 15:01:02.000000000 +0800
+++ /mnt/+mnt+sdc7+luma002+lumasave-MAINluma002.3fs/usr/local/jwmconfig2/theme_switcher	2010-11-18 09:43:11.000000000 +0800
@@ -48,8 +48,10 @@
 
 if [ "$NEWTHEME" != "" ];then
  #select chosen theme...
+ cp -f /root/.jwm/jwmrc-theme /root/.jwm/jwmrc-theme.bak
  cp -f /root/.jwm/themes/${NEWTHEME}-jwmrc /root/.jwm/jwmrc-theme
  #set correct backgrounds for applets...
+ cp -f /root/.jwm/jwm_colors /root/.jwm/jwm_colors.bak
  cp -f /root/.jwm/themes/${NEWTHEME}-colors /root/.jwm/jwm_colors
  #...note, /root/.xinitrc reads this file to set background for absvolume.
  #...note, jwm_colors is written to by /usr/local/jwmconfig2/gtk2jwm script
the whole gtk2jwm would look like :

Code: Select all

--- /usr/local/jwmconfig2/gtk2jwm	2008-01-24 06:34:22.000000000 +0800
+++ /mnt/+mnt+sdc7+luma002+lumasave-MAINluma002.3fs/usr/local/jwmconfig2/gtk2jwm	2010-11-18 09:37:51.000000000 +0800
@@ -19,8 +19,8 @@
 
 ##-------------variables---------------->>
 		
-GTKTHEME=`fgrep 'include' /root/.gtkrc-2.0 | fgrep '/usr/share/themes/' | grep -v '^#' | fgrep -m1 'gtkrc' | tr -d "'" | tr -d '"' | sed 's/include //' | tr -d '\t' | tr -d ' '`
-[ ! -e $GTKTHEME ] && exit 1 
+# GTKTHEME=`fgrep 'include' /root/.gtkrc-2.0 | fgrep '/usr/share/themes/' | grep -v '^#' | fgrep -m1 'gtkrc' | tr -d "'" | tr -d '"' | sed 's/include //' | tr -d '\t' | tr -d ' '`
+# [ ! -e $GTKTHEME ] && exit 1 
 
 JWMTHEME=/root/.jwm/jwmrc-theme
 
@@ -32,23 +32,34 @@
 FULL_COLOUR=255
 
 ##------get relevant gtk colours-------->>
-MENU_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[NORMAL\]' | cut -d'"' -f2`
-ACTIVE_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[SELECTED\]' | cut -d'"' -f2`
-FOREGROUND=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[NORMAL\]' | cut -d'"' -f2`
-PAGER_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[ACTIVE\]' | cut -d'"' -f2`
-FG_SELECTED=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[SELECTED\]' | cut -d'"' -f2`
+# MENU_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[NORMAL\]' | cut -d'"' -f2`
+# ACTIVE_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[SELECTED\]' | cut -d'"' -f2`
+# FOREGROUND=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[NORMAL\]' | cut -d'"' -f2`
+# PAGER_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[ACTIVE\]' | cut -d'"' -f2`
+# FG_SELECTED=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[SELECTED\]' | cut -d'"' -f2`
+if test -f /root/.jwm/jwm_colors.bak ; then
+. /root/.jwm/jwm_colors.bak 
+fi
 
 #save them...
+# echo '#This is written to by /usr/local/jwmconfig2/gtk2jwm script' > /root/.jwm/jwm_colors
+# echo "MENU_BG='${MENU_BG}'" >> /root/.jwm/jwm_colors
+# echo "ACTIVE_BG='${ACTIVE_BG}'" >> /root/.jwm/jwm_colors
+# echo "FOREGROUND='${FOREGROUND}'" >> /root/.jwm/jwm_colors
+# echo "PAGER_BG='${PAGER_BG}'" >> /root/.jwm/jwm_colors
+# echo "FG_SELECTED='${FG_SELECTED}'" >> /root/.jwm/jwm_colors
 echo '#This is written to by /usr/local/jwmconfig2/gtk2jwm script' > /root/.jwm/jwm_colors
-echo "MENU_BG='${MENU_BG}'" >> /root/.jwm/jwm_colors
-echo "ACTIVE_BG='${ACTIVE_BG}'" >> /root/.jwm/jwm_colors
-echo "FOREGROUND='${FOREGROUND}'" >> /root/.jwm/jwm_colors
-echo "PAGER_BG='${PAGER_BG}'" >> /root/.jwm/jwm_colors
-echo "FG_SELECTED='${FG_SELECTED}'" >> /root/.jwm/jwm_colors
+echo "$MENU_BG" >> /root/.jwm/jwm_colors
+echo "$ACTIVE_BG" >> /root/.jwm/jwm_colors
+echo "$FOREGROUND" >> /root/.jwm/jwm_colors
+echo "$PAGER_BG" >> /root/.jwm/jwm_colors
+echo "$FG_SELECTED" >> /root/.jwm/jwm_colors
 
+if test -f /root/.tcl-gtk ; then
 rm -f /root/.tcl-gtk 
+fi
 if [ -z "$MENU_BG" ]; then
- echo > "$JWMTHEME"
+ # echo > "$JWMTHEME"
  pidof jwm >/dev/null && jwm -restart
  exit 2
 else 
@@ -102,13 +113,13 @@
 	<Active>
 		<Text>$FG_SELECTED</Text>
 		<Title>$ACT_GRAD</Title>
-		<Corner>white</Corner>
+		<!-- <Corner>white</Corner> -->
        	<Outline>black</Outline>
 	</Active>
 	<Inactive>
 		<Text>$FOREGROUND</Text>
 		<Title>$MEN_GRAD</Title>
-		<Corner>#aaaaaa</Corner>
+		<!-- <Corner>#aaaaaa</Corner> -->
        	<Outline>black</Outline>
 	</Inactive>
 </WindowStyle>
@@ -157,6 +168,7 @@
 TrayFileBak="/root/.jwmrc-tray.bak"
 
 BackgroundColor="$MENU_BG" #"#ffc100"
+echo $MENU_BG
 
 function GetLineIndex
 {
@@ -169,19 +181,23 @@
 
 GetLineIndex "blinkydelayed"
 linenumber=$?
-echo $linenumber
+# echo $linenumber
 
 GetLineIndex "xload -nolabel"
 linenumber2=$?
-echo $linenumber2
+# echo $linenumber2
 
 lineNumber=`expr $linenumber`
 lineNumber2=`expr $linenumber2`
 
 blinkyline="			blinkydelayed -bg \"$BackgroundColor\""
 xloadline="			xload -nolabel -fg red -hl white -bg \"$BackgroundColor\""
-
-sed -e "$lineNumber"i"$blinkyline" -e "$lineNumber"d -e "$lineNumber2"i"$xloadline" -e "$lineNumber2"d $TrayFileBak > $TrayFile
+if test $lineNumber -gt 0 ; then
+sed -e "$lineNumber"i"$blinkyline" -e "$lineNumber"d $TrayFileBak > $TrayFile
+fi
+if test $lineNumber2 -gt 0 ; then
+sed -e "$lineNumber2"i"$xloadline" -e "$lineNumber2"d $TrayFileBak > $TrayFile
+fi
 #end John Doe's code.
 ########
note : not tested much yet !

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: locale and translations

#113 Post by zigbert »

shinobar wrote:I'd like to recommend you shifting to the gettext system.
What is the gettext system?

I didn't know there existed different uft8-formats .

gtkdialog seems to work best with uft8 (or is it UTF-8), so DE should be enough to determine language. I have stated for translators, that language-file should be uft8.

urxvt work with ÆØÅ when LANG=nb_NO.UTF-8 - Thank you :D


Sigmund

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#114 Post by ravensrest »

Below is a complete listing of Karl Godt's modified /usr/local/jwmconfig2/gtk2jwm file. His listing above appears to have a couple errors in it, and does not include the auto jwm restart. This one does. I have checked it on my system which has a modified jwmrc-tray and it works fine, but that is the extent of the testing. Save it as gtk2jwm, make it executable and try it.

Thanks, Karl

Code: Select all

#!/bin/bash
##########################
#
# gtk2jwm
# this script integrates
# the default jwm theme 
# with the current gtk 
# theme.
#
# author: thoughtjourney
# date: 28/08/2005
#
# Hacked BK Feb 2006 for JWM 1.4
# Abused by Dougal, Dec 2006
#########################
## Latest update: July 14th: add gradient support for JWM
# BK jan 2008: integrated into jwmconfig2.
#modified by Karl Godt 18 Nov 2010

 ##-------------variables---------------->>
       

 GTKTHEME=`fgrep 'include' /root/.gtkrc-2.0 | fgrep '/usr/share/themes/' | grep -v '^#' | fgrep -m1 'gtkrc' | tr -d "'" | tr -d '"' | sed 's/include //' | tr -d '\t' | tr -d ' '`
 [ ! -e $GTKTHEME ] && exit 1
 
 JWMTHEME=/root/.jwm/jwmrc-theme
 
 FULL_COLOUR=255
 
 ##------get relevant gtk colours-------->>
 MENU_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[NORMAL\]' | cut -d'"' -f2`
 ACTIVE_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[SELECTED\]' | cut -d'"' -f2`
 FOREGROUND=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[NORMAL\]' | cut -d'"' -f2`
 PAGER_BG=`grep -v "^#" $GTKTHEME | grep -m1 '\Wbg\[ACTIVE\]' | cut -d'"' -f2`
 FG_SELECTED=`grep -v "^#" $GTKTHEME | grep -m1 '\Wfg\[SELECTED\]' | cut -d'"' -f2`
if test -f /root/.jwm/jwm_colors.bak ; then
. /root/.jwm/jwm_colors.bak
fi
 
 #save them...
 echo '#This is written to by /usr/local/jwmconfig2/gtk2jwm script' > /root/.jwm/jwm_colors
 echo "MENU_BG='${MENU_BG}'" >> /root/.jwm/jwm_colors
 echo "ACTIVE_BG='${ACTIVE_BG}'" >> /root/.jwm/jwm_colors
 echo "FOREGROUND='${FOREGROUND}'" >> /root/.jwm/jwm_colors
 echo "PAGER_BG='${PAGER_BG}'" >> /root/.jwm/jwm_colors
 echo "FG_SELECTED='${FG_SELECTED}'" >> /root/.jwm/jwm_colors
 echo '#This is written to by /usr/local/jwmconfig2/gtk2jwm script' > /root/.jwm/jwm_colors

echo "$MENU_BG" >> /root/.jwm/jwm_colors
echo "$ACTIVE_BG" >> /root/.jwm/jwm_colors
echo "$FOREGROUND" >> /root/.jwm/jwm_colors
echo "$PAGER_BG" >> /root/.jwm/jwm_colors
echo "$FG_SELECTED" >> /root/.jwm/jwm_colors
 
if test -f /root/.tcl-gtk ; then
 rm -f /root/.tcl-gtk
fi
 if [ -z "$MENU_BG" ]; then
  echo > "$JWMTHEME"
  pidof jwm >/dev/null && jwm -restart
  exit 2
 else
  DEFAULT="
  <JWM>
  <WindowStyle>
    <Active>
       <Text>$FG_SELECTED</Text>
       <Title>$ACT_GRAD</Title>
       <!-- <Corner>white</Corner> -->
           <Outline>black</Outline>
    </Active>
    <Inactive>
       <Text>$FOREGROUND</Text>
       <Title>$MEN_GRAD</Title>
       <!-- <Corner>#aaaaaa</Corner> -->
           <Outline>black</Outline>
    </Inactive>
 </WindowStyle>
 </JWM>"
 fi
 TrayFileBak="/root/.jwmrc-tray.bak"
 
BackgroundColor="$MENU_BG" #"#ffc100"
echo $MENU_BG
 
function GetLineIndex
{
	lineVal=`fgrep -in "$1" $TrayFile | awk -F":" '{print $1}'`
	#return `expr $lineVal`
	return $lineVal
}

 GetLineIndex "blinkydelayed"
 linenumber=$?
 echo $linenumber
 
 GetLineIndex "xload -nolabel"
 linenumber2=$?

 echo $linenumber2
 
 lineNumber=`expr $linenumber`
 lineNumber2=`expr $linenumber2`
 
 blinkyline="         blinkydelayed -bg \"$BackgroundColor\""
 xloadline="         xload -nolabel -fg red -hl white -bg \"$BackgroundColor\""
if test $lineNumber -gt 0 ; then
sed -e "$lineNumber"i"$blinkyline" -e "$lineNumber"d $TrayFileBak > $TrayFile
fi
if test $lineNumber2 -gt 0 ; then
sed -e "$lineNumber2"i"$xloadline" -e "$lineNumber2"d $TrayFileBak > $TrayFile
fi
 #end John Doe's code.
 ########
  
sync
pidof jwm >/dev/null && jwm -restart

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#115 Post by DaveS »

Ravenrest... tried the above and it did not bork the tray, but it did not change the theme either :)
Spup Frugal HD and USB
Root forever!

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#116 Post by bigpup »

ATI is not supporting all video cards with the newest drivers.

ATI web site for what they are calling legacy video drivers.
http://support.amd.com/us/gpudownload/l ... ng=English
Really old stuff here
http://support.amd.com/us/gpudownload/l ... linux.aspx

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

Is this the 'ROX focus bug' or something else ??

#117 Post by CatDude »

Hi

Is this the 'ROX focus bug' or something else ??

What i am about to describe, i can reproduce over and over again (without fail).

Step 1.
  • Open a ROX window (i clicked on the desktop 'file' icon)

    Now Right-click on the desktop to bring up the main Menu,
    followed by either a Left-click or Right-click on the desktop to get rid of the Menu.
Step 2.
  • Next, Right-click inside of the open ROX window (anywhere below the titlebar, yes, even on the toolbar),
    and you should get the main Menu appear and not the ROX menu.

    Either Left-click or Right-click anywhere (ROX window, Desktop, wherever) to get rid of the menu,
    then go and click on one of the Desktop Icons (it does nothing), the next click does though.

    NOTE:
    If after doing Step 1.
    you go and Right-click on the ROX wiindow titlebar, you get the expected menu,
    but if you then continue as in Step 2, the behaviour is still as explained in Step 2.

Whatever it is,
it seems like the fix suggested by upnorth (amongst others) does the trick.
Edit: /usr/local/bin/rox
from this:

Code: Select all

#!/bin/sh
exec /usr/local/apps/ROX-Filer/AppRun "$@"
To this:

Code: Select all

#!/bin/sh
export GDK_NATIVE_WINDOWS=true
exec /usr/local/apps/ROX-Filer/AppRun "$@"
Restart X server, and things behave as one would expect.

I noticed that Sit Heel Speak had a similar experience in Wary-096,
although he said he could not reproduce it after making a fresh install (Frugal).

Well, i get the exact same behaviour in BOTH Wary-096 and 098,
and as i said above, i can reproduce it at will.

CatDude
.
Attachments
right-click_titlebar.png
(28.47 KiB) Downloaded 1175 times
right-click_anywhere_below_titlebar.png
(55.1 KiB) Downloaded 1138 times
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#118 Post by ravensrest »

DaveS wrote:Ravenrest... tried the above and it did not bork the tray, but it did not change the theme either :)
Dave, I just copied it off my post to /usr/local/jwmconfig2/gtk2jwm. Worked perfectly. Did you change it to executable before trying to run it?

If you did, then please run it within rxvt and let me know if you get any errors.

BS

User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

Re: Is this the 'ROX focus bug' or something else ??

#119 Post by rjbrewer »

CatDude wrote:

Whatever it is,
it seems like the fix suggested by upnorth (amongst others) does the trick.


CatDude
.
Yes; I was having same problems, plus:

Clicking an icon (with mouse or touchpad) would often not start
the app on the first try.

Right clicking drive icons would open menu unless I mounted
and closed the window first.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#120 Post by rerwin »

zekebaby,
To try to fix your problem with unreliable detection of the sound card. I have updated my fix package (to "-4"), that should avoid having ALSA initialization "jump the gun" in checking for sound drivers. Please install it and try your multiple re-boots, to see if it makes detection reliable. The fix is here: http://www.murga-linux.com/puppy/viewto ... 639#467639

If you still see the problem, please run pmodemdiag (in a console) soon after completion of the bootup and as soon as you know there is a problem. Then post or PM-me the pmodemdiag...tar.gz file it generates. That would help me understand the nitty-gritty of what is going on. Thanks.
Richard

Post Reply