search for: kdrc

Displaying 5 results from an estimated 5 matches for "kdrc".

Did you mean: kdc
2020 Mar 18
2
vnc kde emacs redraw issue
Does anyone have access to the following that could help me with the issue I am having trying to use kdrc with vnc and emacs. VNC redraw issues with emacs on KDE https://access.redhat.com/solutions/1585893 I can't access the portal since I am using CentOS. -- Stephen Clark Email Confidentiality Notice: The information contained in this transmission may contain privileged and confidential and/or...
2020 Mar 18
2
vnc kde emacs redraw issue
On 03/18/2020 09:19 AM, Jyrki Tikka wrote: > On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: >> Does anyone have access to the following that could help me with the >> issue I am having trying to >> use kdrc with vnc and emacs. >> VNC redraw issues with emacs on KDE >> https://access.redhat.com/solutions/1585893 >> > There is a workaround: > > 1. Initiate the VNC session, click on shadow man (start) > -> under search box type in 'desktop' select 'Desktop...
2020 Mar 18
0
vnc kde emacs redraw issue
On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: > Does anyone have access to the following that could help me with the > issue I am having trying to > use kdrc with vnc and emacs. > VNC redraw issues with emacs on KDE > https://access.redhat.com/solutions/1585893 > There is a workaround: 1. Initiate the VNC session, click on shadow man (start) -> under search box type in 'desktop' select 'Desktop Effects' 2. Window 'D...
2020 Mar 18
0
vnc kde emacs redraw issue
...-0400, Steve Clark wrote: > On 03/18/2020 09:19 AM, Jyrki Tikka wrote: > > On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: > > > Does anyone have access to the following that could help me with > > > the > > > issue I am having trying to > > > use kdrc with vnc and emacs. > > > VNC redraw issues with emacs on KDE > > > https://access.redhat.com/solutions/1585893 > > > > > > > > > > There is a workaround: > > > > 1. Initiate the VNC session, click on shadow man (start) > > -...
2007 Sep 03
7
relationing has_many, belongs_to
Hello, i want to know if i am relationing fine, because i am having problems,i have 2 models, one for members and other to relate some members to this: class Member < ActiveRecord::Base has_many :matrix, :foreign_key=>:parent end class Matrix < ActiveRecord::Base set_table_name :matrix set_primary_key :userid belongs_to :member, :foreign_key=>:userid acts_as_tree