LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-23-2014, 11:35 PM   #16
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled

Quote:
modprobe pcspkr
nothin', I don't think this things got one.

OK, the session monitor is just pouring interesting data into my term, hey, you aren't logged in as root, are you? (I promise I wont tell if you are). Root has some serious impact on the dbus session pipe.
 
Old 05-23-2014, 11:50 PM   #17
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
bash-4.2$ dbus-monitor --session
signal sender=org.freedesktop.DBus -> dest=:1.61 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string ":1.61"
method call sender=:1.61 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='method_call'"
method call sender=:1.61 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='method_return'"
method call sender=:1.61 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='error'"
This is me initiating the session monitor. The "name" for this session appear to be 1.61

ST, There is just too much data here to go through tonight, if it's OK with you, I'll pick it up tomorrow morning and post back. My suggestions will likely improve with a little research and analysis.

Until then...

Look on the bright side, at least you've got a system bell. I didn't miss mine until you mentioned it...
 
Old 05-24-2014, 12:03 AM   #18
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Yeah, it's rather late here. Well, I was going to run it from the main menu but you wanted icons! I started X as a regular user (I would never dare to do the contrary way!). I'll let my mail client notify (the regular way) now. Now I will run your commands. [TOo late, you beat me]

Last edited by stf92; 05-24-2014 at 12:04 AM.
 
Old 05-24-2014, 12:08 AM   #19
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
All right. I hope the analysis and research will be on your part, you are the guru.

Last edited by stf92; 05-24-2014 at 12:11 AM.
 
Old 05-24-2014, 12:20 AM   #20
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Pfft... dude, I just found out my system bell is working
but only in xfce.
???!!?!?!?!?
<sigh>
I'm just a collaborator on this voyage of discovery, I appreciate the company.
 
Old 05-24-2014, 12:32 AM   #21
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Here the CRT outputs go (attached), --monitor run first then --system on the other GUI terminal.
Attached Files
File Type: txt monitor.txt (2.9 KB, 8 views)
File Type: txt system.txt (156 Bytes, 5 views)
 
Old 05-24-2014, 12:35 AM   #22
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
That's bad. You mean the VESA terminal?
 
Old 05-24-2014, 01:02 AM   #23
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
No, I backspaced a command I mistyped in the run dialog and was treated to a strange noise coming from right beside me.

No... that's not the system bell!?!?!?!?

Yup.
Of course, now that I can emulate your problem more closely, perhaps we'll have better shot at fixing it.
 
Old 05-24-2014, 01:31 AM   #24
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Certainly not the system bell. I loved the tiny little internal speaker. I've some of them with a sizable magnet from my old machines. I'm having a hardware/BIOS problem with another machine which affects video. Some moderator born in Germany, said modern BIOS/UEFI diagnostics are now made with a video monitor. Go diagnose the BIOS now if you have no video!

Last edited by stf92; 05-24-2014 at 01:33 AM.
 
Old 05-24-2014, 03:21 PM   #25
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Post

At some point, I stopped thinking about D-Bus and all our data long enough to think about your problem again.
I'm a moron...did I mention that? The bug report was old, so I did a little more digging the issue they are talking about is this line...
Code:
 Atom NewMailAtom = XInternAtom(GDK_DISPLAY(), "NewMail", False);
+// Passing None for the window ID is wrong, however it appears to be
+// more trouble than it's worth to get the ID.
GDK_DISPLAY() was deprecated in version 2.2 so now they use gdk_display_get_default() which takes an empty argument and returns a pointer to the current desktop sp assuming your not running some historic version of Seamonkey, that's not an issue either.(Slackware current ships seamonkey-2.26) assuming Mozilla updated the source code to the newer gdk_display_get_default(), but you know what they say about assuming...
I don't see a solution in the D-BUS output it isn't catching signals, it seems to be listening for them.
I checked syslog, xorg.log ... nothin;
However....<ding> <ding> <ding>

My system bell has been cranking away since we last talked ;P
 
Old 05-24-2014, 04:00 PM   #26
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Sorry to hear that. You are no moron, but are a programmer and we are used to have programs show us our own faults. I must first write to a Mozilla maillist and, with luck, they'll tell me what the first option in the Notifications dialog box is intended to do: use ALSA or the system bell? But I must have been dreaming. The system bell used in the GUI? It most certainly is ALSA too, and in that case it does not matter and the whole case I dismiss it.

At first I almost blow a tweeter out when a notification arrived, then I normalized the file to get less output power and my speaker were safe. But what if I fall asleep. One thing is a tiny little beep, another thing's my two 20-dm3 baffles waking me up. Good luck.
 
Old 05-24-2014, 05:41 PM   #27
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
At first I almost blow a tweeter out when a notification arrived,
I don't use them generally. The last time I had one at work, it played a three second clip from the song "Oh Death" but Gregorian Monks chanting/moaning got mighty old mighty quick with the amount of email I get in a day. I took it off.

<ding><ding><ding>

But I'm seriously thinking of replacing it with this delightful system bell you found for me....

Quote:
the whole case I dismiss it.
Not so fast, ST, if we can narrow this down and fix the code, we can rename it STF92_Monkey or, perhaps, Shock_The_SeaMonkey (I'll leave it up to you) and pass it up channel.

Last edited by dijetlo; 05-24-2014 at 05:51 PM.
 
Old 05-24-2014, 06:07 PM   #28
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Yes, if you are listening to music the bell is inaudible but in the still of the night it sounds great. Gregorian chant? I have heard it at low volume in a very large empty room (high reverberation times, as in a church) and thought it sounded splendid. You could put the final bars from the 1812 overture. That'll make a good job notifying you incoming mail.

ADDENDUM: You're right. Not at all, dijetlo_Monkey, please!

Last edited by stf92; 05-24-2014 at 06:11 PM.
 
Old 05-24-2014, 06:11 PM   #29
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
t it sounded splendid.
I thought so too until I heard 150 or so times a day....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit>Preferences>Helper App in Seamonkey. stf92 Slackware 10 05-21-2014 02:47 PM
What settings are needed for seamonkey mail to show mail on localhost [linux] Glenn D. Linux - Software 0 03-15-2014 11:44 AM
KDE sound system doesn't play system notifications in SUSE with OSS driver mike1111 Linux - Software 0 07-17-2006 12:00 AM
Mozilla: unable to edit preferences pajoe Linux - Software 2 12-29-2005 03:46 AM
System notifications sound isn't work. z-vet Mandriva 7 08-27-2004 08:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration