Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
On Mon, Aug 10, 2015 at 7:31 PM, Jim Long  wrote:

> On the T60 laptop where Ctrl-A works, I get:
>
> xkb_keymap {
> xkb_keycodes  { include "xfree86+aliases(qwerty)"   };
> xkb_types { include "complete"  };
> xkb_compat{ include "complete"  };
> xkb_symbols   { include "pc+us+inet(thinkpad60)"};
> xkb_geometry  { include "thinkpad(60)"  };
> };
>
> On the desktop I get:
>
> xkb_keymap {
> xkb_keycodes  { include "xfree86+aliases(qwerty)"   };
> xkb_types { include "complete"  };
> xkb_compat{ include "complete"  };
> xkb_symbols   { include "pc+us+inet(pc105)" };
> xkb_geometry  { include "pc(pc105)" };
> };
>
>
> I am studying the difference between your pc101 and my pc105, and
> whether the pc105 truly corresponds to my keyboard hardware.
>
> Thanks again for the lead!
>
> Jim
>

pc105 is pretty generic.  Do you have an alternative kbrd you can try on
the desktop?

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
This is mine:

adam@m6600:~ % setxkbmap -print
xkb_keymap {
xkb_keycodes  { include "xfree86+aliases(qwerty)"   };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+us" };
xkb_geometry  { include "pc(pc101)" };
};


On Mon, Aug 10, 2015 at 6:52 PM, Jim Long  wrote:

> Excellent suggestion, although I'm not sure where the evidence leads.
>
> No, I don't get that.  The Ctrl-A is completely swallowed up, it seems.
>
> On the laptop, where Ctrl-A works, yes, I do get a ^A when I type
> Ctrl-V Ctrl-A.  But on the desktop, I don't.  And of course, if I
> do Ctrl-V Ctrl-A Ctrl-V Ctrl-A I get ^V after the third keystroke.
> Ctrl-V Ctrl-E does give me ^E.
>
> As another data point, I get the same behaviour when running bash in
> an xterm window instead of konsole, so it's not strictly a konsole
> problem.  But it doesn't happen when X isn't running.  Is there
> someplace in my Xorg config I might check?
>
> Thanks for this insight!
>
> Jim
>
> On Mon, Aug 10, 2015 at 06:42:51PM -0500, Adam Vande More wrote:
> > Opps,
> >
> > ^A
> >
> > On Mon, Aug 10, 2015 at 6:42 PM, Adam Vande More 
> > wrote:
> >
> > > If you press ctrl-v then ctrl-a, does this appear:
> > >
> > >
> > > On Mon, Aug 10, 2015 at 5:33 PM, Jim Long  wrote:
> > >
> > >> Yes, on both machines.
> > >>
> > >>
> > >> On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote:
> > >> > Does bind -p output contain:
> > >> >
> > >> > "\C-a": beginning-of-line
> > >> >
> > >> > ?
> > >> >
> > >> > On Mon, Aug 10, 2015 at 11:21 AM, Jim Long 
> wrote:
> > >> >
> > >> > > I have two systems running subject.  One is a laptop running
> > >> > > 9.3-STABLE i386 circa July 30 (r269317).  The other is a desktop
> > >> > > running 10.2-BETA2 amd64 (r285757).
> > >> > >
> > >> > > On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash
> command
> > >> > > line within Konsole.  On the desktop, Ctrl-E works, but Ctrl-A
> does
> > >> > > nothing.
> > >> > >
> > >> > > I have checked both the Konsole keyboard shortcuts and the System
> > >> > > Settings -> Standard Keyboard Shortcuts and there are not
> differences:
> > >> > > neither system has Ctrl-A bound to any short within Konsole, and
> both
> > >> > > systems have Ctrl-A bound to Select All in the Standard Keyboard
> > >> Shortcuts.
> > >> > >
> > >> > > Where else can I look to find out what is preventing Konsole on
> the
> > >> > > 10.2-BETA2 machine from passing Ctrl-A through to the bash shell?
> > >> > >
> > >> > > Thank you!
> > >> > >
> > >> > > Jim
> > >> > > ___
> > >> > > kde-freebsd mailing list
> > >> > > kde-freebsd@kde.org
> > >> > > https://mail.kde.org/mailman/listinfo/kde-freebsd
> > >> > > See also http://freebsd.kde.org/ for latest information
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Adam
> > >>
> > >
> > >
> > >
> > > --
> > > Adam
> > >
> >
> >
> >
> > --
> > Adam
>



-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
Opps,

^A

On Mon, Aug 10, 2015 at 6:42 PM, Adam Vande More 
wrote:

> If you press ctrl-v then ctrl-a, does this appear:
>
>
> On Mon, Aug 10, 2015 at 5:33 PM, Jim Long  wrote:
>
>> Yes, on both machines.
>>
>>
>> On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote:
>> > Does bind -p output contain:
>> >
>> > "\C-a": beginning-of-line
>> >
>> > ?
>> >
>> > On Mon, Aug 10, 2015 at 11:21 AM, Jim Long  wrote:
>> >
>> > > I have two systems running subject.  One is a laptop running
>> > > 9.3-STABLE i386 circa July 30 (r269317).  The other is a desktop
>> > > running 10.2-BETA2 amd64 (r285757).
>> > >
>> > > On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash command
>> > > line within Konsole.  On the desktop, Ctrl-E works, but Ctrl-A does
>> > > nothing.
>> > >
>> > > I have checked both the Konsole keyboard shortcuts and the System
>> > > Settings -> Standard Keyboard Shortcuts and there are not differences:
>> > > neither system has Ctrl-A bound to any short within Konsole, and both
>> > > systems have Ctrl-A bound to Select All in the Standard Keyboard
>> Shortcuts.
>> > >
>> > > Where else can I look to find out what is preventing Konsole on the
>> > > 10.2-BETA2 machine from passing Ctrl-A through to the bash shell?
>> > >
>> > > Thank you!
>> > >
>> > > Jim
>> > > ___
>> > > kde-freebsd mailing list
>> > > kde-freebsd@kde.org
>> > > https://mail.kde.org/mailman/listinfo/kde-freebsd
>> > > See also http://freebsd.kde.org/ for latest information
>> > >
>> >
>> >
>> >
>> > --
>> > Adam
>>
>
>
>
> --
> Adam
>



-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
If you press ctrl-v then ctrl-a, does this appear:


On Mon, Aug 10, 2015 at 5:33 PM, Jim Long  wrote:

> Yes, on both machines.
>
>
> On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote:
> > Does bind -p output contain:
> >
> > "\C-a": beginning-of-line
> >
> > ?
> >
> > On Mon, Aug 10, 2015 at 11:21 AM, Jim Long  wrote:
> >
> > > I have two systems running subject.  One is a laptop running
> > > 9.3-STABLE i386 circa July 30 (r269317).  The other is a desktop
> > > running 10.2-BETA2 amd64 (r285757).
> > >
> > > On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash command
> > > line within Konsole.  On the desktop, Ctrl-E works, but Ctrl-A does
> > > nothing.
> > >
> > > I have checked both the Konsole keyboard shortcuts and the System
> > > Settings -> Standard Keyboard Shortcuts and there are not differences:
> > > neither system has Ctrl-A bound to any short within Konsole, and both
> > > systems have Ctrl-A bound to Select All in the Standard Keyboard
> Shortcuts.
> > >
> > > Where else can I look to find out what is preventing Konsole on the
> > > 10.2-BETA2 machine from passing Ctrl-A through to the bash shell?
> > >
> > > Thank you!
> > >
> > > Jim
> > > ___
> > > kde-freebsd mailing list
> > > kde-freebsd@kde.org
> > > https://mail.kde.org/mailman/listinfo/kde-freebsd
> > > See also http://freebsd.kde.org/ for latest information
> > >
> >
> >
> >
> > --
> > Adam
>



-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
Does bind -p output contain:

"\C-a": beginning-of-line

?

On Mon, Aug 10, 2015 at 11:21 AM, Jim Long  wrote:

> I have two systems running subject.  One is a laptop running
> 9.3-STABLE i386 circa July 30 (r269317).  The other is a desktop
> running 10.2-BETA2 amd64 (r285757).
>
> On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash command
> line within Konsole.  On the desktop, Ctrl-E works, but Ctrl-A does
> nothing.
>
> I have checked both the Konsole keyboard shortcuts and the System
> Settings -> Standard Keyboard Shortcuts and there are not differences:
> neither system has Ctrl-A bound to any short within Konsole, and both
> systems have Ctrl-A bound to Select All in the Standard Keyboard Shortcuts.
>
> Where else can I look to find out what is preventing Konsole on the
> 10.2-BETA2 machine from passing Ctrl-A through to the bash shell?
>
> Thank you!
>
> Jim
> ___
> kde-freebsd mailing list
> kde-freebsd@kde.org
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
>



-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] KDE4 and x11/xrandr

2015-02-18 Thread Adam Vande More
Shouldn't x11/xrandr be installed by default when installing x11/kde4?

Modifying the display settings requires it.

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kopete tls issue

2015-01-31 Thread Adam Vande More
On Sat, Jan 31, 2015 at 2:19 AM, Adam Vande More 
wrote:

> Didn't build, didn't look into it right now:
>
> ===>>> ktp-text-ui-0.8.0 >> telepathy-qt4-0.9.4 (1/1)
>
>
0.9 is working now, but the OTR plugin isn't.  Not sure how to debug this:

QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
ktp-text-ui(1368): No language dictionaries for the language :  "en_US"

ktp-text-ui(1368)/kdeui (kdelibs): Attempt to use QAction "language" with
KXMLGUIFactory!
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "images"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "highlight"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "tts"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "formatting"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "searchexpansion"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "emoticons"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "bugzilla"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 1
offers for "latex"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "urlexpansion"
ktp-text-ui(1368)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0
offers for "otr"

PS -- Having to still set KDE_FORK_SLAVES to run Vbox dialogs is a PITA.

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kopete tls issue

2015-01-31 Thread Adam Vande More
Didn't build, didn't look into it right now:

===>>> ktp-text-ui-0.8.0 >> telepathy-qt4-0.9.4 (1/1)

===>  Installing for telepathy-qt4-0.9.5
===>  Checking if telepathy-qt4 already installed
===>   Registering installation for telepathy-qt4-0.9.5 as automatic
Installing telepathy-qt4-0.9.5...

===>>> Upgrade of telepathy-qt4-0.9.4 to telepathy-qt4-0.9.5 succeeded


===>>> Returning to dependency check for net-im/ktp-text-ui
===>>> Dependency check complete for net-im/ktp-text-ui

===>  Cleaning for ktp-text-ui-0.8.0
===>   ktp-text-ui-0.8.0 depends on file: /usr/local/sbin/pkg - found
=> ktp-text-ui-0.8.0.tar.bz2 is not in
/usr/ports/net-im/ktp-text-ui/distinfo.
=> Either /usr/ports/net-im/ktp-text-ui/distinfo is out of date, or
=> ktp-text-ui-0.8.0.tar.bz2 is spelled incorrectly.
*** Error code 1

Stop.
make: stopped in /usr/ports/net-im/ktp-text-ui

Working Copy Root Path: /usr/area51
URL: http://area51.pcbsd.org/trunk/area51
Relative URL: ^/trunk/area51
Repository Root: http://area51.pcbsd.org
Repository UUID: 36fe3de5-837a-dd11-98bc-000629b01cb5
Revision: 10580

On Fri, Jan 30, 2015 at 8:30 AM, Schaich, Alonso 
wrote:

> On Thu, 29 Jan 2015 16:49:49 +0100
> "Schaich, Alonso"  wrote:
>
> > On Wed, 28 Jan 2015 19:57:14 +0200
> > Oleg Nauman  wrote:
> >
> > > On Mon, Jan 26, 2015 at 10:29 PM, Adam Vande More <
> amvandem...@gmail.com>
> > > wrote:
> > >
> > > > On Sun, Jan 25, 2015 at 2:36 PM, Oleg Nauman 
> > > > wrote:
> > > >
> > > >>
> > > >> On Fri, Jan 23, 2015 at 9:15 PM, Adam Vande More <
> amvandem...@gmail.com>
> > > >> wrote:
> > > >>
> > > >>> When trying to connect to an xmpp openfire server, I keep getting
> the
> > > >>> following error w/ kopete:
> > > >>>
> > > >>> There was a Transport Layer Security (TLS) error: Failed to
> establish a
> > > >>> secure connection.
> > > >>>
> > > >>>
> > > >>> The psi client from pkg repo allows me to accept the cert after a
> > > >>> warning and connect successfully.  kopete in CentOS 7 also does
> the same.
> > > >>>
> > > >>>
> > > >>> How do I fix this?
> > > >>>
> > > >>
> > > >>  I have faced the same issue with kopete so switched to
> kde-telepathy ;
> > > >> it is working fine. It seems kopete refuses connection to some xmpp
> > > >> services after attempts to ( incorrectly? ) fix the issue with
> POODLE in
> > > >> SSLv3. Well it possible that it is just coincidence.
> > > >>
> > > >
> > > >
> > > > Thanks works well enough.
> > > >
> > >
> > >  The only thing concerned me with kde-telepathy it is poor recovery
> > > strategy after disconnection - usually it stays offline without
> > > reconnection attempts.
> > > Kopete behaves much better if link appears again - it reconnects
> > > automatically.
> > >
> > > Are there experimental builds of .9 available yet?  I'd like to try
> out the
> >
> > I'll try making some. Probably not today any more though.
>
> Commited to area51. Report feedback please.
>
> >
> > Alosno
>
> Ah, misspelling my own name ...
>
> Alonso
>
> ___
> kde-freebsd mailing list
> kde-freebsd@kde.org
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
>
>


-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kopete tls issue

2015-01-28 Thread Adam Vande More
On Wed, Jan 28, 2015 at 11:57 AM, Oleg Nauman  wrote:

>
>
>
> On Mon, Jan 26, 2015 at 10:29 PM, Adam Vande More 
> wrote:
>
>> On Sun, Jan 25, 2015 at 2:36 PM, Oleg Nauman 
>> wrote:
>>
>>>
>>> On Fri, Jan 23, 2015 at 9:15 PM, Adam Vande More 
>>> wrote:
>>>
>>>> When trying to connect to an xmpp openfire server, I keep getting the
>>>> following error w/ kopete:
>>>>
>>>> There was a Transport Layer Security (TLS) error: Failed to establish a
>>>> secure connection.
>>>>
>>>>
>>>> The psi client from pkg repo allows me to accept the cert after a
>>>> warning and connect successfully.  kopete in CentOS 7 also does the same.
>>>>
>>>>
>>>> How do I fix this?
>>>>
>>>
>>>  I have faced the same issue with kopete so switched to kde-telepathy ;
>>> it is working fine. It seems kopete refuses connection to some xmpp
>>> services after attempts to ( incorrectly? ) fix the issue with POODLE in
>>> SSLv3. Well it possible that it is just coincidence.
>>>
>>
>>
>> Thanks works well enough.
>>
>
>  The only thing concerned me with kde-telepathy it is poor recovery
> strategy after disconnection - usually it stays offline without
> reconnection attempts.
> Kopete behaves much better if link appears again - it reconnects
> automatically.
>

Chat history also doesn't seem to be available for me.  Not sure if it's my
setup or pkg bug, but back to psi for now.

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kopete tls issue

2015-01-26 Thread Adam Vande More
On Sun, Jan 25, 2015 at 2:36 PM, Oleg Nauman  wrote:

>
> On Fri, Jan 23, 2015 at 9:15 PM, Adam Vande More 
> wrote:
>
>> When trying to connect to an xmpp openfire server, I keep getting the
>> following error w/ kopete:
>>
>> There was a Transport Layer Security (TLS) error: Failed to establish a
>> secure connection.
>>
>>
>> The psi client from pkg repo allows me to accept the cert after a warning
>> and connect successfully.  kopete in CentOS 7 also does the same.
>>
>>
>> How do I fix this?
>>
>
>  I have faced the same issue with kopete so switched to kde-telepathy ; it
> is working fine. It seems kopete refuses connection to some xmpp services
> after attempts to ( incorrectly? ) fix the issue with POODLE in SSLv3. Well
> it possible that it is just coincidence.
>


Thanks works well enough.  Are there experimental builds of .9 available
yet?  I'd like to try out the OTR.

Thanks,

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] kopete tls issue

2015-01-23 Thread Adam Vande More
When trying to connect to an xmpp openfire server, I keep getting the
following error w/ kopete:

There was a Transport Layer Security (TLS) error: Failed to establish a
secure connection.


The psi client from pkg repo allows me to accept the cert after a warning
and connect successfully.  kopete in CentOS 7 also does the same.


How do I fix this?

-- 
Adam
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE Slows down X

2012-09-18 Thread Adam Vande More
On Tue, Sep 18, 2012 at 8:59 AM, Kris Moore  wrote:
>
>
> Interesting. Are you using the newer Xorg stuff with KMS?
>
>
xorg-server-1.7.7_5,1 X.Org X server and related programs

No KMS, video card is GeForce 8600 GTS.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE Slows down X

2012-09-18 Thread Adam Vande More
On Tue, Sep 18, 2012 at 8:20 AM, Kris Moore  wrote:

> KDE Team,
>
> Has anybody else run into this? Its easy to duplicate, just leave your
> desktop session up for a day or two. I tried disabling all the KDE
> Energy Savings in their control panel, but it still occurs.
>

FreeBSD galacticdominator.com 9.0-STABLE FreeBSD 9.0-STABLE #1 r237227: Mon
Jun 18 12:09:07 CDT 2012 a...@galacticdominator.com:/usr/obj/usr/src/sys/GD
 amd64

8:45AM  up 9 days,  8:46, 9 users, load averages: 0.23, 0.22, 0.19

kde-4.8.4   The meta-port for KDE Software Compilation 4

Used heavily daily, never logged off, LA on system not related to KDE.
 Standard install, no tweaks.  Nvidia driver.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] HAL in a Handbook

2012-05-07 Thread Adam Vande More
The instructions from the Handbook causing issues:

local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"

When the local_startup line is present, HAL crashes.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kdm fails automatic startup on clean install of 9 RC1

2011-10-26 Thread Adam Vande More
On Wed, Oct 26, 2011 at 7:25 PM, Adam Vande More wrote:

> After installing KDE4 on a fresh install of FreeBSD 9 RC1, I'm presented
> with these messages on the console[notice X path]:
>
> Oct 26 18:17:59 laptop kdm-bin[1864]: X server "/usr/bin/X" cannot be
> executed
> Oct 26 18:17:59 laptop kdm-bin[1629]: X server for display :0 cannot be
> started, session disabled
> Oct 26 18:17:59 laptop kdm-bin[1599]: Cannot lock pid file
> /var/run/kdm.pid, another xdm is running (pid 1629)
>
> This is my rc.conf
>
> wlans_ipw0="wlan0"
> ifconfig_wlan0="WPA DHCP"
> zfs_enable="YES"
> sshd_enable="YES"
> moused_enable="YES"
> moused_flags="-3"
> hald_enable="YES"
> dbus_enable="YES"
> local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
> kdm4_enable="YES"
> linux_enable="YES"
>
> When started with startx, I get the KDE4 desktop so that seems to be
> working fine at least that far.
>

A soft link works around the problem, but I'm not sure where the problem is
coming in from.  This is a current ports tree.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] kdm fails automatic startup on clean install of 9 RC1

2011-10-26 Thread Adam Vande More
After installing KDE4 on a fresh install of FreeBSD 9 RC1, I'm presented
with these messages on the console[notice X path]:

Oct 26 18:17:59 laptop kdm-bin[1864]: X server "/usr/bin/X" cannot be
executed
Oct 26 18:17:59 laptop kdm-bin[1629]: X server for display :0 cannot be
started, session disabled
Oct 26 18:17:59 laptop kdm-bin[1599]: Cannot lock pid file /var/run/kdm.pid,
another xdm is running (pid 1629)

This is my rc.conf

wlans_ipw0="wlan0"
ifconfig_wlan0="WPA DHCP"
zfs_enable="YES"
sshd_enable="YES"
moused_enable="YES"
moused_flags="-3"
hald_enable="YES"
dbus_enable="YES"
local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"
linux_enable="YES"

When started with startx, I get the KDE4 desktop so that seems to be working
fine at least that far.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Printer not available in apps

2011-08-29 Thread Adam Vande More
On Mon, Aug 29, 2011 at 11:16 AM, Alberto Villa  wrote:

> the qt4 options framework hasn't changed since years. i suspect you
> had that set in the past, or you had installed qt4 via packages (they
> install cups support by default)
>
> i'd like to replace QT4_OPTIONS with normal OPTIONS: that would make
> easier for users to choose if they want it. unfortunately it is not a
> trivial
> task, and i had yet no time to look into it. i know the solution, it's just
> a
> problem of time. maybe i'll try to find some when porting qt 4.8. how
> would you consider a CUPS option in qt4-gui port?
>
> and please, could you post a link to this thread on the forums, so that
> interested users can follow the discussion?
>

It's certainly possible I'd set that before a couple years ago and forgot
about it when doing the new install.  Some faint mist of memory is perhaps
haunting me in this regard.

Anyways it's still kind of awkward and I think OPTIONS covering it would be
good.  Some sort of note about it on the wiki and/or Handbook may also be
helpful.  I will post a link, thanks for response and work.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Printer not available in apps

2011-08-29 Thread Adam Vande More
I ran across this issue when installing a new printer on a relatively recent
build of kde4(kde4-4.6.5).

http://forums.freebsd.org/showthread.php?t=25080

If nothing else, to me this seems to be at least a POLA violation.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Kate Backup on Save variable setting

2011-08-04 Thread Adam Vande More
Maybe a better question for a KDE list, but I'm wondering if there's a way
to accomplish file versioning in kate by appending a timestamp to the suffix
portion of the Open/Save > Advanced > Suffix textbox.  I blindly tried a few
variable forms but it seems to escape them.  Any ideas?

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] krdc hung connections

2011-01-27 Thread Adam Vande More
Has anyone else been having issues with krdc and hung connections?

How to repeat:

make vnc connection to password protected host
select "grab keys" from gui menu
disconnect and leave "grab keys" selected
attempt to make new connection to same host

This will not succeed, and hasn't for quite some time(eg 3 probably more
months).  I update in somewhat regular intervals and nothing has improved.
I have to exit the kdrc app and then startup and try again.  I can report
this upstream if needed.

kdenetwork-4.5.4_2

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:22 PM, Alberto Villa  wrote:

> On Thursday 25 November 2010 20:18:52 Adam Vande More wrote:
> > This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.
> >
> > And I have this already:
> >
> > procfs on /proc (procfs, local)
>
> so you're using this...
> local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
> kdm4_enable="YES"
> ...?
>
> can you attach your rc.conf?
>

Sry, you were correct.  I have multiple systems running kde and procfs is
mounted in most of the them. Not the one I was testing with new config
though.

Perhaps I missed it, but if not it might be helpful to note procfs is
necessary for full functionality somewhere like the handbook.

Thanks,

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:18 PM, Adam Vande More wrote:

> are you talking about the wiki? anyway, you need to mount procfs to make
>> policykit detect you're allowed to shutdown/restart/hibernate
>>
>
>
> This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.
>
> And I have this already:
>
> procfs on /proc (procfs, local)
>
> galacticdominator% id
> uid=1001(adam) gid=1001(adam)
> groups=1001(adam),0(wheel),5(operator),193(cups)
>

I should add the old handbook instructions gave this instead:

 ttyv8 "/usr/local/kde4/bin/kdm -nodaemon" xterm on secure

for /etc/ttys

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:08 PM, Alberto Villa  wrote:

> On Thursday 25 November 2010 19:27:38 Adam Vande More wrote:
> > I noticed the handbook now contains different instructions for
> > automatically starting kde.  When doing it this way, the
> > shutdown/restart/hibernate menu options are not present similar to the
> > startx method.  What's the best way to get that functionality back?
>
> are you talking about the wiki? anyway, you need to mount procfs to make
> policykit detect you're allowed to shutdown/restart/hibernate
>

This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.

And I have this already:

procfs on /proc (procfs, local)

galacticdominator% id
uid=1001(adam) gid=1001(adam)
groups=1001(adam),0(wheel),5(operator),193(cups)

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] kde kdm startup change

2010-11-25 Thread Adam Vande More
I noticed the handbook now contains different instructions for automatically
starting kde.  When doing it this way, the shutdown/restart/hibernate menu
options are not present similar to the startx method.  What's the best way
to get that functionality back?

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: Desktop effects suspended -- KDE4-4.5.1

2010-10-23 Thread Adam Vande More
2010/10/23 David Naylor 

> I sometimes have firefox freeze on me because nsviewer.bin crashes (aka
> flash).  It does a core dump and firefox freezes until that finishes.
>

http://lists.freebsd.org/pipermail/freebsd-emulation/2010-September/008065.html

Also in regards to linux flash freezes, using flashblock stops 95%(made up
stats) of the freezing.  Using this method with the regular player, not
debug + flashblock gives me about as good of flash experience on FreeBSD as
a Windows system.

http://lists.freebsd.org/pipermail/freebsd-emulation/2010-September/008103.html



-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: Okular copy and paste

2010-10-19 Thread Adam Vande More
On Tue, Oct 19, 2010 at 6:43 PM, Adam Vande More wrote:

> When using kdegraphics-4.5.2/okular, if I copy an image from
>

Please disregard, meant to send to x11 list.

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Okular copy and paste

2010-10-19 Thread Adam Vande More
When using kdegraphics-4.5.2/okular, if I copy an image from

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information