Activity log for bug #1483754

Date Who What changed Old value New value Message
2015-08-11 13:53:31 almeida bug added bug
2015-08-11 13:54:23 almeida description thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object): height -- The new height (in lines). """ self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height()) def _on_term_popup_menu(self, widget, event=None): """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object): self.term.connect("drag_data_received", self._on_drag_data_received) #Swin self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS) self.swin.nt = self #Popup Menu self.menu = Gtk.Menu() --patch end--- thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because of bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end---
2015-08-11 13:55:35 almeida description thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because of bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object): height -- The new height (in lines). """ self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height()) def _on_term_popup_menu(self, widget, event=None): """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object): self.term.connect("drag_data_received", self._on_drag_data_received) #Swin self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS) self.swin.nt = self #Popup Menu self.menu = Gtk.Menu() --patch end---
2015-08-11 13:56:06 almeida description thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object): height -- The new height (in lines). """ self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height()) def _on_term_popup_menu(self, widget, event=None): """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object): self.term.connect("drag_data_received", self._on_drag_data_received) #Swin self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS) self.swin.nt = self #Popup Menu self.menu = Gtk.Menu() --patch end--- thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end---
2015-08-11 13:59:19 almeida description thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files.
2015-08-11 14:02:34 almeida attachment added patch a https://bugs.launchpad.net/nautilus-terminal/+bug/1483754/+attachment/4442917/+files/a.patch
2015-08-11 14:03:43 almeida attachment added patch b https://bugs.launchpad.net/nautilus-terminal/+bug/1483754/+attachment/4442918/+files/b.patch
2015-08-11 14:05:58 almeida description thanks you so much autilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files. thanks you so much nautilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files.
2015-08-11 14:06:41 almeida description thanks you so much nautilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did blow, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files. thanks you so much nautilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did a patch below, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files.
2015-08-11 14:10:38 almeida description thanks you so much nautilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did a patch below, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files. thank you so much nautilus-terminal is a great Nauilus Extension which save my life after update because bug #917424 top part of the embedded terminal window was eaten a little bit i did a patch below, at least works well for me (fedora 20 with gnome 3) patch file for /usr/share/nautilus-python/extensions/nautilus_terminal.py --patch a start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -305,7 +305,7 @@ class NautilusTerminal(object):              height -- The new height (in lines).          """          self.swin.set_size_request(-1, - height * self.term.get_char_height() + 2) + height * self.term.get_char_height())      def _on_term_popup_menu(self, widget, event=None):          """Displays the contextual menu on right-click and menu-key.""" --patch end--- BTW if anyone dont like the missing right part of the frame (really not pretty) too, do another patch below --patch b start--- --- a/nautilus_terminal.py +++ b/nautilus_terminal.py @@ -166,6 +166,7 @@ class NautilusTerminal(object):          self.term.connect("drag_data_received", self._on_drag_data_received)          #Swin          self.swin = Gtk.ScrolledWindow() + self.swin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.ALWAYS)          self.swin.nt = self          #Popup Menu          self.menu = Gtk.Menu() --patch end--- updated 3 times seems editor break spaces, guys move to next comment to get patch files.
2015-08-12 06:51:56 Fabien LOISON nautilus-terminal: importance Undecided Low
2015-08-12 06:51:56 Fabien LOISON nautilus-terminal: status New Triaged