[Bug 2085634] Re: Middle mouse click paste is broken across different applications in Ubuntu 24.04

2024-12-16 Thread Geert Jan Alsem
The fix for this bug was backported upstream to mutter 46.3: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3850 Looking at the release history of mutter in past Ubuntu LTS releases, it seems likely we'll eventually get the latest mutter 46.x in Ubuntu 24.04. Let's hope so. -- You receiv

[Bug 956031] Re: "Copy web link" item from the Ubuntu One menu is gray even when active

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 949411] Re: 'paste' greyed out in nautilus right-click even when usable

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 949468] Re: Right click paste menu item is greyed out

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 948636] Re: Paste menu entry don't work

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 953079] Re: right-click option not correct

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 948076] Re: nautilus usable options sometimes grayed out in right click menu

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 882307] Re: [list-view] After copying text from a rename entry, file copy menus items are broken

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug has been marked a duplicate of bug 1322925 [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 1315985] Re: nautilus stops allowing cut paste

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 958409] Re: Inactive "paste" button in Nautilus

2015-01-23 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 1322925 *** https://bugs.launchpad.net/bugs/1322925 ** This bug is no longer a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken ** This bug has been marked a duplicate of bug 1322925 [SRU] Cop

[Bug 882307] Re: [list-view] After copying text from a rename entry, file copy menus items are broken

2014-07-26 Thread Geert Jan Alsem
Well, I managed to get the nautilus source code to compile and do some more testing. It is a bit hard to figure out the code when you're not familiar with it though, especially the way renaming in list view is implemented (the developers even call it a "HACK" in a comment in nautilus-view.c lin

[Bug 882307] Re: [list-view] After copying text from a rename entry, file copy menus items are broken

2014-05-17 Thread Geert Jan Alsem
I don't have time to setup a dev environment and compile and test nautilus, but I did browse the source code a bit to narrow down the problem. So I looked in the file nautilus-list-view.c [1] and found there are different ways to end a renaming action. Turns out, this bug only happens in one speci

[Bug 882307] Re: [list-view] After copying text from a rename entry, file copy menus items are broken

2014-05-10 Thread Geert Jan Alsem
I can confirm trusty is affected. See also Bug #1315985, which I just marked duplicate, and: https://bugzilla.gnome.org/show_bug.cgi?id=729557 ** Tags added: trusty ** Bug watch added: GNOME Bug Tracker #729557 https://bugzilla.gnome.org/show_bug.cgi?id=729557 -- You received this bug notifi

[Bug 1315985] Re: nautilus stops allowing cut paste

2014-05-10 Thread Geert Jan Alsem
*** This bug is a duplicate of bug 882307 *** https://bugs.launchpad.net/bugs/882307 ** This bug has been marked a duplicate of bug 882307 [list-view] After copying text from a rename entry, file copy menus items are broken -- You received this bug notification because you are a member o

[Bug 1038336] Re: "Exract Here" in thunar does nothing

2012-10-31 Thread Geert Jan Alsem
And here's a manual fix for Thunar users: Optionally, first make a backup of the file we're about to edit: # sudo cp /usr/lib/x86_64-linux-gnu/thunar-archive-plugin/file- roller.tap /usr/lib/x86_64-linux-gnu/thunar-archive-plugin/file- roller.backup Now we edit the file file-roller.tap (which is

[Bug 1038336] Re: "Exract Here" in thunar does nothing

2012-10-31 Thread Geert Jan Alsem
I did some more research. When you do "Extract Here" in Thunar, it uses the following command to extract: file-roller --extract-to=/home/example/foo/bar/ --extract-here --force /home/example/foo/bar/test.zip The problem is with the --extract-to option. If I remove that it works, and any call to f

[Bug 1038336] Re: "Exract Here" in thunar does nothing

2012-10-31 Thread Geert Jan Alsem
May be related to bug 978789. Someone on that bug page says it also happens with PCManFM, so that would mean it's not a Thunar specific bug, although I have not tested that myself. I can say that installing file-roller 3.6.1.1-0ubuntu1 from the "proposed" repository does not fix this bug. -- You

[Bug 729280] Re: Totem's default subtitles fonts should be "Ubuntu Bold"

2011-09-20 Thread Geert Jan Alsem
Sometimes text based subtitles that were created using OCR get the letters "I" and "l" mixed up. When you use a subtitle font where the "I" and "l" look identical (like the current default Sans font), these kind of errors are not an issue. However, if you use a font where the "I" and "l" do not loo

[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2011-06-26 Thread Geert Jan Alsem
felix.rommel, the problem is not "gone" in Natty. The problem is only a bit less bad, because all the indicators are grouped in one applet. But the order of different applets still gets messed up sometimes. The problem should be gone in Oneiric Ocelot though, because of the upgrade to GNOME 3. I h

[Bug 726902] Re: Loss of vsync when using Metacity.

2011-03-23 Thread Geert Jan Alsem
This probably isn't an Intel specific bug, because I'm on NVIDIA graphics (proprietary drivers) and I'm having the same problem. BTW, I've never been able to get vsyncing right with Compiz, but Metacity has always worked perfectly for me (Maverick and before). With Natty I can't get vsync to work

[Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2010-10-11 Thread Geert Jan Alsem
The option is currently called "Display incoming events in the notification area", and you have to turn it off to get new chats to pop up. It's not a very clear name for the option I think, but they are aware of this upstream, as can be read in the GNOME bug report. -- Open (but do not raise) ne

[Bug 434316] Re: Useless black bar in notification area visible

2010-05-12 Thread Geert Jan Alsem
I can't reproduce the bug right now, because it happens randomly for me. But it looks exactly like the screenshot that's attached to this bug report: it's a 1 pixel vertical black line that appears next to an icon in the system tray. Here's the information: geert...@geertjan-desktop:~$ apt-cache

[Bug 434316] Re: Useless black bar in notification area visible

2010-05-10 Thread Geert Jan Alsem
This bug hasn't been fixed for me, on an up to date Ubuntu 10.04. It is not an Empathy bug. Maybe Empathy was triggering the bug, but I do not have Empathy installed on my system, and I still have this bug happening. The only thing I have running in the Notification Area is the NetworkManager Appl

[Bug 441396] Re: Totem hangs while loading a video with .srt (or .txt in MicroDVD format) sub from nautilus

2009-11-04 Thread Geert Jan Alsem
On GNOME Bugzilla there is another duplicate of this bug: https://bugzilla.gnome.org/show_bug.cgi?id=599970 I posted my findings there because I couldn't find any other bug reports at first (I was searching for Totem bugs). ** Bug watch added: GNOME Bug Tracker #599970 https://bugzilla.gnome.

[Bug 432598] Re: can_suspend and can_hibernate values aren't respected

2009-11-01 Thread Geert Jan Alsem
Note though, that when I press the special "Sleep" button that is on my keyboard, Ubuntu does respect "can_suspend", and gives me a notification telling me sleep is disabled. But, like stated above, the Shut Down dialog does not respect the setting. Kind of a big deal for me because Suspend messes

[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2008-09-30 Thread Geert Jan Alsem
C10uD, you should specifiy which version of Ubuntu/GNOME you are using. But unless it's Ubuntu 8.10/GNOME 2.24 you don't have to bother. So, has anyone tried GNOME 2.24 yet? This bug was planned to be fixed in that release. I'll try GNOME 2.24 myself in a couple of days when the Ubuntu 8.10 beta c

[Bug 120746] Re: nautilus open files twice

2008-06-03 Thread Geert Jan Alsem
As a long time "fan" of this bug I can now happily confirm that in the latest nautilus (from Hardy Proposed) this bug is fixed! First I rechecked if the bug was still present in version 2.22.2-0ubuntu6, it was. Then I enabled Proposed which I normally have turned off, and installed version 2.22.3-

[Bug 120746] Re: nautilus open files twice

2008-04-24 Thread Geert Jan Alsem
This bug is not fixed in Hardy. I can reproduce it with the (final) Live CD in the same way as I posted above with the alpha Live CD. -- nautilus open files twice https://bugs.launchpad.net/bugs/120746 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 120746] Re: nautilus open files twice

2008-02-02 Thread Geert Jan Alsem
This bug has not been fixed yet in Hardy (with Nautilus 2.21.90). The way I reproduced the bug: 1) Start up the Hardy Alpha 4 Live CD 2) Install mplayer (a program that allows multiple instances) 3) Set Nautilus to List View 4) Open the Examples folder on the desktop 5) Set "mplayer" as the defau

[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2007-06-16 Thread Geert Jan Alsem
I would like to confirm this bug. My normal desktop resolution is 1280x1024. When I use my TV-Out I switch to 1024x768. Changing the resolution does not affect the order of the items on my panels immediately. But, if I changed the resolution at least once, then after a reboot the order of items on

[Bug 85820] Re: Resolution of the screen changes when use Totem player

2007-03-09 Thread Geert Jan Alsem
Confirming it's fixed, thanks. -- Resolution of the screen changes when use Totem player https://launchpad.net/bugs/85820 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 85820] Re: Resolution of the screen changes when use Totem player

2007-03-06 Thread Geert Jan Alsem
I can confirm this bug. I have a 1280x1024 LCD monitor, but I set everything to 1024x768 when using my TV-out. Then when I switch Totem to full screen the resolution is changed back to 1280x1024, resulting in not having full screen video on my TV. Using up to date Feisty Herd 5. -- Resolution of