[Bug 150690] Re: Compiz Gutsy : Can't drag a window to another workspace

2009-05-13 Thread Marcus Carlson
Hi folks,

I've been doing some investigating and maybe you already know this but
in libwnck in screen.c the function update_workspace_list this always
sets n_space to 1 without printing my warning. From my understanding
this goes all the way to compiz land which hacks the workspaces to
always be set to one.

  n_spaces = 0;
  if (!_wnck_get_cardinal (screen->priv->xroot,
   _wnck_atom_get ("_NET_NUMBER_OF_DESKTOPS"),
   &n_spaces)) {
fprintf(stderr, "WARNING WARNING could not get Atom 
_NET_NUMBER_OF_DESKTOPS, setting n_spaces to 1\n");
n_spaces = 1;
  }

Because of this the method wnck_screen_get_workspace_count will always return 1 
and therefore also workspace_at_point will return 1 and the move will then fail 
because we're moving from workspace 1 to workspace 1.
What I can understand this is the same reason bug #150443 fails.

The strange thing is that the drawer somehow can figure out how many
workspaces there really is - why this is so I couldn't find but I
suspect that it checks some gconf values because of the rows thing.

Maybe someone who knows a little bit more about compiz internal can
explain why _NET_NUMBER_OF_DESKTOPS is set to 1?

-- 
Compiz Gutsy : Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150690] Re: Compiz Gutsy : Can't drag a window to another workspace

2009-05-14 Thread Marcus Carlson
Aha. If I understand it correct, a viewport is just a part of a "large desktop" 
 (vm-spec). 
But how can the pager display get the number of viewports correctly when 
drawing the switcher, I might be blind but I just can't find the code that 
draws ALL (iterating thru the list and calls the appropriate drawing function) 
the viewports/workspaces in pager.c because this one seems to get the correct 
number... or I'm I completely wrong here?

-- 
Compiz Gutsy : Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150690] Re: Compiz Gutsy : Can't drag a window to another workspace

2009-05-15 Thread Marcus Carlson
I've made a kinda hackish patch that lets you move the window to another 
workspace (actually its a viewport). 
Known bugs
 - The window isn't moved to the same position as the last workspace
 - No highlight during drag
 - Probably something more...

Note I'm not a C developer and I really haven't got a clue of the
internals of X, gtk, libwnc, etc. If I get more time during the weekend
I might fix the last things. Otherwise if someone else is willing to fix
the code, feel free ;-)

Also, making diff isn't my cup of tea... Hope it works ;-)

** Attachment added: "hackpatch.diff"
   http://launchpadlibrarian.net/26782826/hackpatch.diff

-- 
Compiz Gutsy : Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150690] Re: Compiz Gutsy : Can't drag a window to another workspace

2009-05-15 Thread Marcus Carlson
Saïvann Carignan: It surly did need some modifications, in fact I felt
ashame of the patch so I had to do a better one ;-)

So here we go again, the window is now moved to the right position after
the move and won't activate (unless moved to the current
workspace/viewport). Very annoying having awn making jumps ;-) No
highlighting this time either.

Will also post upstream so they can give comments on the code.

** Attachment added: "betterpatch.diff"
   http://launchpadlibrarian.net/26784875/betterpatch.diff

-- 
Compiz Gutsy : Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 150443] Re: No workspace switching with mousewheel with compiz

2009-06-22 Thread Marcus Carlson
Why? I use it all the time, works great having at a corner (Fitts law).
However, if its configurable then sure - the problem (as I remember) is that 
the configuration dialog for this is different between compiz and non compiz.
Maybe I could hack something up, but not sure about the gui stuff - if I could 
get some help

-- 
No workspace switching with mousewheel with compiz
https://bugs.launchpad.net/bugs/150443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150443] Re: No workspace switching with mousewheel with compiz

2009-06-22 Thread Marcus Carlson
I'll see if I could add some gconf setting for this tonight, but I think
I'll need some help reviewing and fixing schemas and stuff.

-- 
No workspace switching with mousewheel with compiz
https://bugs.launchpad.net/bugs/150443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150443] Re: No workspace switching with mousewheel with compiz

2009-06-22 Thread Marcus Carlson
OK, here's a quick patch to disable scrolling (and enable with gconfig 
setting). 
I'm not sure how this schema thing works so that must be done.
Patch is against jaunty.
Needs review.

** Attachment added: "Disable scrolling in workspace switching and enable with 
gconf"
   http://launchpadlibrarian.net/28212344/noscroll.diff

-- 
No workspace switching with mousewheel with compiz
https://bugs.launchpad.net/bugs/150443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388500] Re: EoG should use Nautilus file sorting

2009-06-24 Thread Marcus Carlson
It seems work is being done in nautilus to allow us to read settings
like this. See http://blogs.gnome.org/alexl/2009/06/24/data-about-data/
for more info.

-- 
EoG should use Nautilus file sorting
https://bugs.launchpad.net/bugs/388500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display icons in the "open with ..." list

2009-06-27 Thread Marcus Carlson
First, C is not my native language (Java guy) and I've almost never written 
anything in C. But Fixing small bugs like this seems like a good start to 
learn. So here's my one-liner to add icons to the Open with list.
I would like some comments whether I need to free the icon and if getting icons 
should be done async.

My comment on this bug; if we should set icons for the applications in
the "Open with" list I think an application icon should also be set for
the default option instead of the standard icon.

** Attachment added: "One-liner to add application icon"
   http://launchpadlibrarian.net/28467936/appicons.diff

-- 
Display icons in the "open with ..." list   
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display icons in the "open with ..." list

2009-06-27 Thread Marcus Carlson
Screenshot showing icons in the Open with list using the patch.

@Sebastien Bacher - I think you could guess a lot from the icons :-)

** Attachment added: "Screenshot of Open with list with icons"
   http://launchpadlibrarian.net/28468003/appicons.png

-- 
Display icons in the "open with ..." list   
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display icons in the "open with ..." list

2009-06-27 Thread Marcus Carlson
Sorry, I should have read upstream first. Seems like this is already fixed in 
master. My bad.
Can we mark this as fix committed?

-- 
Display icons in the "open with ..." list   
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150443] Re: No workspace switching with mousewheel with compiz

2009-06-28 Thread Marcus Carlson
David, well I do - I use scrolling a lot, not using compiz because of
problem with graphics driver. But if I would, I'd miss the scrolling.

-- 
No workspace switching with mousewheel with compiz
https://bugs.launchpad.net/bugs/150443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-06-28 Thread Marcus Carlson
xtknight, I wrote a similar patch to disable scrolling in the workspace 
switcher, maybe we should use the same gconf key name? 
Se bug #150443 for the patch.

I don't think it's necessary to add a GUI option to enable the
scrolling, this just clutter the gui, better let it rest in gconf for
the geeks who want it (like me).

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display icons in the "open with ..." list

2009-06-29 Thread Marcus Carlson
I think I need to update the patch but when done I could post it
upstream. But comments from designers would be good, like should we
default to GTK_STOCK_OPEN for applications without icon?

-- 
Display icons in the "open with ..." list   
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147230] Re: Changing workspaces via scrollwheel on desktop is problematic, especially when using touchpad

2009-06-29 Thread Marcus Carlson
See bug 150443 for a patch to disable scrolling and enable with a gconf
setting.

-- 
Changing workspaces via scrollwheel on desktop is problematic, especially when 
using touchpad
https://bugs.launchpad.net/bugs/147230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Should the tooltip still include the quotation marks? Current tooltip is
"Use \"%s\" to open the selected item".

** Changed in: hundredpapercuts
 Assignee: (unassigned) => Marcus Carlson (0-launchpad-mejlamej-nu)

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-01 Thread Marcus Carlson
I'll take a look at it. If not heard from me in a day I didn't have the
time.

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Yes, that was the plan. I've already made the fix local. Will do some
testing and trying in karmic and then attach the patch later. Should I
post it here or upstream?

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Look at these two screenshots, the first looks OK to me (also includes
the appicons from bug #387796) but the second seams a little strange -
it's not totally obvious that you'll open the file with the applications
in the list.

** Attachment added: "Screenshot showing the open with submenu"
   http://launchpadlibrarian.net/28605098/appicons_exec.png

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson

** Attachment added: "Screenshot showing the applications in the main menu"
   http://launchpadlibrarian.net/28605122/appicon_inlist.png

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-01 Thread Marcus Carlson
So, should I change the text?

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display icons in the "open with ..." list

2009-07-01 Thread Marcus Carlson
Added a screenshot in bug #394356 where the icon is changed to 
application-x-executable.
See http://launchpadlibrarian.net/28605098/appicons_exec.png
Better?

-- 
Display icons in the "open with ..." list   
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147230] Re: Changing workspaces via scrollwheel on desktop is problematic, especially when using touchpad

2009-07-01 Thread Marcus Carlson
Bryce, I saw your package, but it's without the gconf schema (It wasn't
in the original patch because I don't know how to add it). Could you
help me add it or if you could add it to your debdiff?

-- 
Changing workspaces via scrollwheel on desktop is problematic, especially when 
using touchpad
https://bugs.launchpad.net/bugs/147230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147230] Re: Changing workspaces via scrollwheel on desktop is problematic, especially when using touchpad

2009-07-01 Thread Marcus Carlson
Actually I'd like to see the gconf keyname to be the same as in bug
#39328 to make it coherently. But haven't got any response there.

But a description could be; "If true, scrolling over the workspace area
switches to the next/previous workspace"

English is not my native language so feel free to change as you see fit.

-- 
Changing workspaces via scrollwheel on desktop is problematic, especially when 
using touchpad
https://bugs.launchpad.net/bugs/147230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Forgot to remove the quotes on the default application in the first to
screenshots. Here's an updated one.

** Attachment added: "Removed ALL quotes (except for tooltip)"
   http://launchpadlibrarian.net/28606444/noquotes.png

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Here's a combined patch for this bug and bug #387796, applied and you
get a menu like the screenshot above.

** Attachment added: "Removed quotes and added icons"
   http://launchpadlibrarian.net/28606524/20_appiconsandstripquotes.patch

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
mac_v, I agree. I'll see what I can do.

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
OK, how about it now?

** Attachment added: ""Open with" in main menu and without in the extended"
   http://launchpadlibrarian.net/28608498/ow_both.png

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
Updated patch (also includes the icons). Needs review as I'm not sure if
it complies to coding standards and so on...

** Attachment added: "Keep "Open with" in main menu"
   http://launchpadlibrarian.net/28608570/20_appiconsandstripquotes.patch

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
If everything goes as planned, I'll have a patched nautilus in my newly created 
PPA so you can all try this and not just look at the screenshots. :-)
https://launchpad.net/~0-launchpad-mejlamej-nu/+archive/ppa/+sourcepub/662969/+listing-archive-extra

Wait for the ~a2 version... (if it comes up :-) )

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-01 Thread Marcus Carlson
mac_v, sure. Will hack on it tonight.

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392423] Re: unmount menu option should have an icon

2009-07-01 Thread Marcus Carlson
I might take a look at it tonight.

-- 
unmount menu option should have an icon
https://bugs.launchpad.net/bugs/392423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-02 Thread Marcus Carlson
Just "Other application" in submenu.

** Attachment added: "Just "Other application" in submenu"
   http://launchpadlibrarian.net/28636311/oae.png

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-02 Thread Marcus Carlson
Application icons (bug #387796) and open with changes patch. 
Anyone want a package as well to try it out?

** Attachment added: "Application icons and open with changes"
   http://launchpadlibrarian.net/28636354/18_appicons_openwith.patch

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392423] Re: unmount menu option should have an icon

2009-07-02 Thread Marcus Carlson
Should both "Unmount Volume" and "Eject Volume" have the same icon 
(media-eject)?
Needs review.

** Attachment added: "Icon on eject and unmount volume actions"
   http://launchpadlibrarian.net/28637498/19_eject.patch

-- 
unmount menu option should have an icon
https://bugs.launchpad.net/bugs/392423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-02 Thread Marcus Carlson
After running the application I'm not sure if we should call it "remove
packages" as it's not only packages that will be removed. As in my
attached screenshot - it also shows a file that will be removed.

However, I've created a patch with the new text.

** Attachment added: "Screenshot of new text"
   http://launchpadlibrarian.net/28638333/cj.png

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-02 Thread Marcus Carlson
Please review the patch as I'm not that sure of the correct way to set buttons 
text/icon.
Also if no packages is selected - the message is just: "Do you want to 
continue?"

** Attachment added: "Changes the text as David suggested"
   http://launchpadlibrarian.net/28638397/cj_bettertext.patch

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-04 Thread Marcus Carlson
If I'm not missing anything here, the cancel response code is not
important.

The rest of the code goes on with this;

dialog.show_all()
response = dialog.run()
dialog.hide()
if response != self.gtk.RESPONSE_YES:
self.update_sensitive()
return

cleaner = Cleaner(self, crufts, self.pm.get_plugins())
cleaner.start()

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-05 Thread Marcus Carlson
After a quick look I would propose not add the gconf dependency to
libwnck but instead add a property, scroll_enabled, to the tasklist and
use gconf within window-list.

What do you think?

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-05 Thread Marcus Carlson
This patch adds the ability to set the scrolling behavior of the
tasklist in libwnck.

** Attachment added: "Adds scroll_enabled property to tasklist in libwnck"
   http://launchpadlibrarian.net/28716607/10_wnck_scroll_enabled.patch

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-05 Thread Marcus Carlson
This patch against gnome-panel adds the ability to change the scroll behavior 
via gconf settings.
Please comment on code (mostly c'n'p) and if this is the correct way to handle 
this issue.

** Attachment added: "Change the scroll_enabled property via gconf settings"
   http://launchpadlibrarian.net/28716756/26_window_list_scrolling.diff

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394356] Re: Remove "Open with" and quotation marks from entries in "Open with" sub-menu

2009-07-06 Thread Marcus Carlson
Are we happy with the changes or shall we do as Michael suggest?

-- 
Remove "Open with" and quotation marks from entries in "Open with" sub-menu
https://bugs.launchpad.net/bugs/394356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-05-11 Thread Marcus Carlson
Can't this be checked automatically whether xdamage is supported or not?

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353080] Re: Netbeans IDE 6.5 don't autocomplete import statement

2009-04-23 Thread Marcus Carlson
I've got the same issue. Right after starting Netbeans 6.5 in 9.04 I get
this stacktrace and finding imports automatic is impossible and makes it
(almost) impossible to code. Also tried to remove the profile folder
imported from 6.1 but same issue, just that it crashes at another jar
file.

So it sure does look like the same as
http://www.netbeans.org/issues/show_bug.cgi?id=160498 .

*** Stacktrace ***
Annotation: While scanning: 
jar:file:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar!/
Annotation: While scanning: 
jar:file:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar!/
While scanning: jar:file:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar!/
While scanning: jar:file:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar!/
Caused: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
at org.apache.lucene.store.Directory.ensureOpen(Directory.java:220)
at org.apache.lucene.store.FSDirectory.list(FSDirectory.java:320)
at org.netbeans.modules.java.source.usages.LuceneIndex.clear(Unknown 
Source)
at org.netbeans.modules.java.source.usages.BinaryAnalyser.start(Unknown 
Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.scanRoots(Unknown
 Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.access$2700(Unknown
 Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker$1.run(Unknown
 Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker$1.run(Unknown
 Source)
at 
org.netbeans.modules.java.source.usages.ClassIndexManager.writeLock(Unknown 
Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.run(Unknown
 Source)
at 
org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.run(Unknown
 Source)
at org.netbeans.api.java.source.JavaSource$CompilationJob.run(Unknown 
Source)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[catch] at java.lang.Thread.run(Thread.java:636)

-- 
Netbeans IDE 6.5 don't autocomplete import statement
https://bugs.launchpad.net/bugs/353080
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284505] Re: 8.543 Crashes on login screen

2008-11-03 Thread Marcus Carlson
I think not, because the fglrx module seems loaded. Snip from dmesg;
dmesg  | grep fglrx
[   14.328262] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[   14.342900] [fglrx] Maximum main memory to use for locked dma buffers: 7758 
MBytes.
[   14.343291] [fglrx]   vendor: 1002 device: 9501 count: 1
[   14.343950] [fglrx] ioport: bar 4, base 0xbe00, size: 0x100
[   14.345316] [fglrx] PAT is enabled successfully!
[   14.358574] [fglrx] module loaded - fglrx 8.54.3 [Oct 10 2008] with 1 minors

And if the module was compiled against the wrong kernel it wouldn't get
loaded...

I do however have some fglrx related files in lib - should I remove
l-r-m for the 2.6.24 kernel? Even though I can't believe these would
mess it up.

find /lib | grep fglrx
/lib/modules/2.6.24-21-generic/kernel/drivers/char/drm/fglrx.ko
/lib/modules/2.6.27-7-generic/updates/dkms/fglrx.ko
/lib/linux-restricted-modules/2.6.24-21-generic/fglrx
/lib/linux-restricted-modules/2.6.24-21-generic/fglrx/fglrx.mod.o
/lib/linux-restricted-modules/2.6.24-21-generic/fglrx/libfglrx_ip.a.GCC4
/lib/linux-restricted-modules/2.6.24-21-generic/fglrx/firegl_public.o

-- 
8.543 Crashes on login screen
https://bugs.launchpad.net/bugs/284505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284505] Re: 8.543 Crashes on login screen

2008-10-31 Thread Marcus Carlson
I just upgraded to Intrepid and got this problem. Attached is lspci -vvnn.
Is there anything else I could try?

Part of Xorg.0.log;
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x65) [0x480f35]
1: /lib/libc.so.6 [0x7ff4622f5060]
2: 
/usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxDisplayShadowIsShadowPixmap+0x22)
 [0x7ff460ee2db2]
3: /usr/lib/xorg/modules//glesx.so [0x7ff45e1374f3]
4: /usr/lib/xorg/modules//libxaa.so(XAAComposite+0x1a5) [0x7ff4600f10d5]
5: /usr/lib/xorg/modules//libxaa.so [0x7ff46010eb0d]
6: /usr/X11R6/bin/X [0x531568]
7: /usr/X11R6/bin/X [0x520a6a]
8: /usr/X11R6/bin/X(Dispatch+0x364) [0x44d6e4]
9: /usr/X11R6/bin/X(main+0x45d) [0x4336fd]
10: /lib/libc.so.6(__libc_start_main+0xe6) [0x7ff4622e0466]
11: /usr/X11R6/bin/X [0x432ad9]
Saw signal 11.  Server aborting.

Some info about system; AMD Phenom(tm) 9850 Quad-Core Processor, 8 GB
RAM, Ubuntu 8.10 64bit

** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/19149036/lspci

-- 
8.543 Crashes on login screen
https://bugs.launchpad.net/bugs/284505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284505] Re: 8.543 Crashes on login screen

2008-10-31 Thread Marcus Carlson
Also tried with radeonhd driver with similar problem

>From Xorg.0.log;
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x65) [0x480f35]
1: /lib/libc.so.6 [0x7f9c57e34060]
2: /lib/libc.so.6(memcpy+0x15b) [0x7f9c57e8612b]
3: /usr/lib/xorg/modules/drivers//radeonhd_drv.so(RHDVGASave+0xff) 
[0x7f9c56c04b0f]
4: /usr/lib/xorg/modules/drivers//radeonhd_drv.so [0x7f9c56bf61f2]
5: /usr/lib/xorg/modules/drivers//radeonhd_drv.so [0x7f9c56bf6dd8]
6: /usr/X11R6/bin/X(AddScreen+0x1c9) [0x432d89]
7: /usr/X11R6/bin/X(InitOutput+0x241) [0x469a61]
8: /usr/X11R6/bin/X(main+0x286) [0x433526]
9: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f9c57e1f466]
10: /usr/X11R6/bin/X [0x432ad9]
Saw signal 11.  Server aborting.

Could the first line indicate that this is a problem in X rather than in
the driver?

But than again - ati driver is working fine (but I miss compiz and awn
;-) )

Hardy and fglrx worked.

Hope it helps...

-- 
8.543 Crashes on login screen
https://bugs.launchpad.net/bugs/284505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284505] Re: 8.543 Crashes on login screen

2008-11-03 Thread Marcus Carlson
Maybe I'm missing something but I don't have VirtualBox installed.

dkms status gives me this
fglrx, 8.543, 2.6.24-21-generic, x86_64: installed (original_module exists)
fglrx, 8.543, 2.6.27-7-generic, x86_64: installed 

which seems right - right?

-- 
8.543 Crashes on login screen
https://bugs.launchpad.net/bugs/284505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284505] Re: 8.543 Crashes on login screen

2008-11-03 Thread Marcus Carlson
cro, I did try to remove the old module but with no success. Also tried to 
remove the current module and reinstall the fglrx-kernel-source package, but 
same problem.
dkms status now returns
fglrx, 8.543, 2.6.27-7-generic, x86_64: installed 

Something else I could try?

-- 
8.543 Crashes on login screen
https://bugs.launchpad.net/bugs/284505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296370] Re: virt-manager crashes on windows xp guest resizing screen (startup -> welcome)

2009-03-18 Thread Marcus Carlson
I also have this with Ubuntu 8.10 / 9.04 guest when starting up.

-- 
virt-manager crashes on windows xp guest resizing screen (startup -> welcome)
https://bugs.launchpad.net/bugs/296370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-08 Thread Marcus Carlson
Screenshot showing the scrolling option (and gconf setting). As said,
suggestions are welcome.

** Attachment added: "scroll_gui.png"
   http://launchpadlibrarian.net/28828672/scroll_gui.png

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-08 Thread Marcus Carlson
Due to popular demand, here's a patch that adds a gui for changing the 
scrolling behavior. 
Comment on design and naming is welcome. Screenshot in a second.

** Attachment added: "Adds gui for changing scrolling behaviour"
   http://launchpadlibrarian.net/28828623/scroll_gui.patch

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-12 Thread Marcus Carlson
As I can see the function custom_basename_to_string () in 
nautilus-file-operations.c has to be changed but that will affect a lot of 
messages (probably to the better).
Unfortunately I'm not sure how to cut utf8 strings in a safe manner so I cannot 
do it.

-- 
Moving to trash a file with a long name cause a oversized dialog
https://bugs.launchpad.net/bugs/388445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 408361] Re: Applications need to use "gtk_image_menu_item_set_always_show_image" for essential icons.

2009-08-03 Thread Marcus Carlson
See http://bugzilla.gnome.org/show_bug.cgi?id=546916 or
https://bugs.launchpad.net/hundredpapercuts/+bug/387796 for a patch to
show applications icons in the open with list in nautilus

** Bug watch added: GNOME Bug Tracker #546916
   http://bugzilla.gnome.org/show_bug.cgi?id=546916

-- 
Applications need to use "gtk_image_menu_item_set_always_show_image" for 
essential icons.
https://bugs.launchpad.net/bugs/408361
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 408384] Re: Nautilus need to use "gtk_image_menu_item_set_always_show_image" for essential icons.

2009-08-03 Thread Marcus Carlson
See http://bugzilla.gnome.org/show_bug.cgi?id=546916 or
https://bugs.launchpad.net/hundredpapercuts/+bug/387796 for a patch to
show applications icons in the open with list in nautilus.

** Bug watch added: GNOME Bug Tracker #546916
   http://bugzilla.gnome.org/show_bug.cgi?id=546916

-- 
Nautilus needs to use "gtk_image_menu_item_set_always_show_image" for essential 
icons.
https://bugs.launchpad.net/bugs/408384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-17 Thread Marcus Carlson
Matt, I tried your code but the button gets higher than the cancel
button, see attached screenshot. Why?

** Attachment added: "j-hack.png"
   http://launchpadlibrarian.net/29203918/j-hack.png

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-17 Thread Marcus Carlson
Thanks, that worked! :-)
Updated patch.

** Attachment added: "Better text and no hacky code"
   http://launchpadlibrarian.net/29205649/janitor_better_text.patch

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-17 Thread Marcus Carlson
mac_v, I've begin talking to upstream too see what they think about
these changes before doing anything more.

For the interested I've created jaunty packages [1] to play with.

[1] https://launchpad.net/~0-launchpad-mejlamej-nu/+archive/ppa

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-18 Thread Marcus Carlson
mac_v 1) About the drop down buttons I agree they take up a lot of space and by 
using Firefox style you mean right clicking the button?
mac_v 2) Yes I know, I've hardcoded it. Do we want to use the global setting 
for nautilus? Personally I've never liked it because the applications I used a 
lot I may just use the icons, but new applications or rarely used I might want 
to have the text as extra help - but that's off topic.

Anyway, thanks for trying the package! :)

Danielsan474 1) Can't it be psychological to have a Home icon to click if I get 
lost?
Danielsan474 2) Input textfield in the menu??

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-18 Thread Marcus Carlson
Danielsan474 - ahh, I now see what you mean.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-18 Thread Marcus Carlson
Upstream has said they won't commit any patch that will change the
toolbar and instead encourage working on the toolbar editor. (As I will
try to do)

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-18 Thread Marcus Carlson
Feel free to ask them :-)

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-18 Thread Marcus Carlson
mac_v, as far as I know Ubuntu doesn't want to have a lot of patches to drag 
along, so continue working on this is just a waste of time, correct David?
But if Ubuntu would like to have patch for this I'd be willing to help.

The upstream bug for a toolbar editor is at [1] and there is an old
patch. My plan is to first bring this patch up to date and if I manage
to get that far I'll see what I could do after that.

http://bugzilla.gnome.org/show_bug.cgi?id=42834

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-20 Thread Marcus Carlson
> Even better, allow full customization of the toolbar like Firefox
does.

Working on it :) For more info see [1] or look at the WIP screenshot [2]

[1] http://bugzilla.gnome.org/show_bug.cgi?id=42834
[2] http://bugzilla.gnome.org/attachment.cgi?id=138712&action=view

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39328] Re: Disable scrolling on window list to flip through windows

2009-07-13 Thread Marcus Carlson
I'll try to get this accepted upstream first, but in case I won't - I'll
get back and we'll continue discussing the issue here instead. I also
think that when we're adding an option to the window list to enable
mouse wheel scrolling, we should do the same for the workspace switcher,
but that's for another bug...

-- 
Disable scrolling on window list to flip through windows
https://bugs.launchpad.net/bugs/39328
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-13 Thread Marcus Carlson
Thanks Matt, that looks much better. I'll change my patch later.

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-15 Thread Marcus Carlson
A package for the brave;
https://launchpad.net/~0-launchpad-mejlamej-nu/+archive/ppa

Note that this is just WIP and far from ready, it's just to get the
feeling for how it could work, not to be installed on your primary
desktop ;-) I could post some screenshots later.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-16 Thread Marcus Carlson
Screenshot of WIP.
Planned is to combine refresh/stop to one button.

** Attachment added: "nautilus-human.png"
   http://launchpadlibrarian.net/29135180/nautilus-human.png

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-16 Thread Marcus Carlson
antistress, the magnifier you see in the screenshot is not the zoom, it's the 
search function.
Otherwise no changes.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-16 Thread Marcus Carlson
antistress wrote
Therefore you remove the possibilty for the user to adjust zoom factor with its 
mouse wheel.

Well, no, ctrl + mouse wheel will still be available.

Location bar is still there if you press ctrl + L or via menu. To
hidden?

Please try the package if you'd like to test it out. Otherwise I'll post
more screenshots when the combined stop/refresh is done.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-16 Thread Marcus Carlson
Status update;
I've now completed the combined stop/refresh button and new packages [1] should 
be available soon. Attached is screenshots of the different toolbar states.

Comments?

[1] https://launchpad.net/~0-launchpad-mejlamej-nu/+archive/ppa

** Attachment added: "states.png"
   http://launchpadlibrarian.net/29160560/states.png

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-16 Thread Marcus Carlson
David, whats your comment on the mouse wheel zooming comment by
antistress?

antistress, sorry, I forgot that screenshot. Attached now.

** Attachment added: "icon-text.png"
   http://launchpadlibrarian.net/29176640/icon-text.png

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display application icons for "Open With" entries in the context-menu

2009-08-21 Thread Marcus Carlson
This should be fixed and committed in
http://bugzilla.gnome.org/show_bug.cgi?id=590647

** Bug watch added: GNOME Bug Tracker #590647
   http://bugzilla.gnome.org/show_bug.cgi?id=590647

-- 
Display application icons for "Open With" entries in the context-menu
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385785] Re: "Open location" dialog should not close on invalid path

2009-07-28 Thread Marcus Carlson
I'm working on this and will probably have an initial patch later this
week.

** Changed in: hundredpapercuts
 Assignee: (unassigned) => Marcus Carlson (0-launchpad-mejlamej-nu)

-- 
"Open location" dialog should not close on invalid path
https://bugs.launchpad.net/bugs/385785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385785] Re: "Open location" dialog should not close on invalid path

2009-07-29 Thread Marcus Carlson
If you're running karmic you could try this out from my PPA [1]. 
Changes;
 - Makes the open location a little bit smarter and does not allow you to open 
a local path that doesn't exists and shows this by disabling the Open button 
and adding the text "Location does not exist" under the entry.
 - Opening a remote folder that cannot open now results in that the location 
dialog gets back to the user with the same path entered from start (as this bug 
describes)

Comments are welcome, will talk to upstream in the coming days.

[1] https://launchpad.net/~0-launchpad-mejlamej-nu/+archive/ppa

-- 
"Open location" dialog should not close on invalid path
https://bugs.launchpad.net/bugs/385785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385785] Re: "Open location" dialog should not close on invalid path

2009-07-30 Thread Marcus Carlson
A. Walton, thanks for reviewing the patch!
How do I solve this? Will g_file_query_info_async () do the trick?

-- 
"Open location" dialog should not close on invalid path
https://bugs.launchpad.net/bugs/385785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385785] Re: "Open location" dialog should not close on invalid path

2009-07-30 Thread Marcus Carlson
A. Walton, I'm not sure I'm the right person for all the async stuff.

But if we look at the other part of the patch, the one that brings the
open location dialog back after unsuccessfully opening a location. Does
that look good enough to send upstream?

-- 
"Open location" dialog should not close on invalid path
https://bugs.launchpad.net/bugs/385785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display application icons for "Open With" entries in the context-menu

2009-08-01 Thread Marcus Carlson
I'm working on updating the patch to display icons for the applications
as that should be valid according to the new "design guides" [1].

Also icons from buttons has also removed (OT).

[1] Reading the http://bugzilla.gnome.org/show_bug.cgi?id=557469 I get
the feeling that files and applications should have an icon in menus.

** Bug watch added: GNOME Bug Tracker #557469
   http://bugzilla.gnome.org/show_bug.cgi?id=557469

-- 
Display application icons for "Open With" entries in the context-menu
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387796] Re: Display application icons for "Open With" entries in the context-menu

2009-08-01 Thread Marcus Carlson
Here's a quick patch to enable the application icons. Haven't got time to do 
much testing but it should be working.
Send it upstream?

** Attachment added: "Forces display of application icons"
   http://launchpadlibrarian.net/29775624/nautilus_always_open_appicon.patch

-- 
Display application icons for "Open With" entries in the context-menu
https://bugs.launchpad.net/bugs/387796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389833] Re: Nautilus should always show free disk space

2009-08-13 Thread Marcus Carlson
Patch and question posted upstream, waiting for response there.

-- 
Nautilus should always show free disk space
https://bugs.launchpad.net/bugs/389833
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390724] Re: Back button (most used) in Nautilus smaller than rest

2009-08-13 Thread Marcus Carlson
I've tried setting both back and forward to homogeneous but it didn't
help (not sure why, no warnings/error - nothing). And forcing the button
to a specific width would create more problem (icons only, text besides
icons, different theme/language/font etc) than it would solve. So at the
moment I'm out of ideas.

-- 
Back button (most used) in Nautilus smaller than rest
https://bugs.launchpad.net/bugs/390724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-13 Thread Marcus Carlson
Thanks A. Walton, that did the trick! Probably needs testing as it
changes a lot of messages.

** Attachment added: "Cuts long filename in a bunch of messages"
   http://launchpadlibrarian.net/30291129/nautilus-long.patch

-- 
Moving to trash a file with a long name cause a oversized dialog
https://bugs.launchpad.net/bugs/388445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-13 Thread Marcus Carlson

** Attachment added: "And a small screenshot of cut filename"
   http://launchpadlibrarian.net/30291185/trash_long.png

-- 
Moving to trash a file with a long name cause a oversized dialog
https://bugs.launchpad.net/bugs/388445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73343] Re: Gnome-panel should have a global lock for applets

2009-08-15 Thread Marcus Carlson
** Changed in: hundredpapercuts
 Assignee: (unassigned) => Marcus Carlson (0-launchpad-mejlamej-nu)

-- 
Gnome-panel should have a global lock for applets
https://bugs.launchpad.net/bugs/73343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174317] Re: Recent Documents needs 'open containing folder' option

2009-08-16 Thread Marcus Carlson
A first patch is posted upstream. If you're a developer, you are more
than welcome to take a look at it and help me hide the main menu after
you've selected an item from the context menu ;-)

-- 
Recent Documents needs 'open containing folder' option
https://bugs.launchpad.net/bugs/174317
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73343] Re: Gnome-panel should have a global lock for applets

2009-08-16 Thread Marcus Carlson
First patch posted upstream. I'm just waiting for review.

-- 
Gnome-panel should have a global lock for applets
https://bugs.launchpad.net/bugs/73343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 8949] Re: Opening a deleted 'recent document' results in a new file.

2009-08-16 Thread Marcus Carlson
Removing items from the list before it's displayed is not really
possible. Think about remote shares that you have not saved the password
for, for example. And even if the file is local the file may disappear
after you have open the menu (check then act problem). Actually even if
we check the file right after you selected it if it exists or not, even
then it might be removed before the application has started (yes, I know
it's a small chance but it still can happen - eg your doing a large move
on a older that hasn't finished). So maybe the problem is within the
application themselves on how they should handle files that doesn't
exists? Gedit for instance creates a new file, OOo says the file doesn't
exist, Eog somehow says it doesn't exists.

-- 
Opening a deleted 'recent document' results in a new file.
https://bugs.launchpad.net/bugs/8949
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218666] Re: gnome panel shortcut gives 'Could not lauch application'

2009-08-16 Thread Marcus Carlson
Can not confirm, tried it and it works fine for me (Karmic up-to-date).

-- 
gnome panel shortcut gives 'Could not lauch application'
https://bugs.launchpad.net/bugs/218666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46846] Re: Emblems get cut when scaled to a zoom >= 150% (refresh issue)

2010-03-28 Thread Marcus Carlson
For info; I just attached a patch on upstream bugreport. Feel free to
try it out and comment. Works for me (tm) :)

-- 
Emblems get cut when scaled to a zoom >= 150% (refresh issue)
https://bugs.launchpad.net/bugs/46846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431073] Re: spacebar in nautilus should not open a file

2010-03-29 Thread Marcus Carlson
fyi, I just applied a patch upstream.

-- 
spacebar in nautilus should not open a file
https://bugs.launchpad.net/bugs/431073
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-09 Thread Marcus Carlson
@skalka, would creating a new theme setting for panel background and
have the tray icons get the background color from it help?

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Marcus Carlson
@Neil, np ;) . Almost forgot I had this one fixed. Nice to finally see
it get into ubuntu :)

I'm just doing it for fun and to get my OS of choice better :)

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-07 Thread Marcus Carlson
Quite off topic but, i did fix a couple of things in nautilus but now
I've got more interesting stuff to work on - I hope I'll get time to fix
things in nautilus later again.

Do not give up - getting to know a codebase as large and complex as
nautilus does take time. Begin with the easier things first (might not
be something you care about, but certainly someone else) and when you
feel comfortable browsing the code then you get the bigger fishes ;)

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385785] Re: "Open location" dialog should not close on invalid path

2010-01-23 Thread Marcus Carlson
I'm waiting for someone (eg Alex) to review the patch. I could ping him
on Monday again.

-- 
"Open location" dialog should not close on invalid path
https://bugs.launchpad.net/bugs/385785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301035] Re: Place an Ubuntu icon/emblem on the system partition

2009-09-12 Thread Marcus Carlson
Actually this is not a nautilus bug, it's gvfs.

In daemon/gvfsbackendcomputer.c around line 522 we have 
  file->display_name = g_strdup (_("Filesystem"));
  file->icon = g_themed_icon_new ("drive-harddisk");
  file->root = g_file_new_for_path ("/");

I think just changing "drive-harddisk" to "drive-harddisk-dist" and
providing an icon would do it.

-- 
Place an Ubuntu icon/emblem on the system partition
https://bugs.launchpad.net/bugs/301035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301035] Re: Place an Ubuntu icon/emblem on the system partition

2009-09-12 Thread Marcus Carlson
Discussed with DanRabbit in #ayatana we suggest the naming would be
drive-harddisk-root to be able to use the
g_themed_icon_new_with_default_fallbacks () function.

Then I saw the progress in bug [1] that's using the "distributor-logo",
"start-here", "drive-harddisk" order to get the icon. (And it's also
more complete as it also got patches for nautilus)

However, DanRabbit created an icon in the humanity icon set and it's
added to bzr in devices/48/drive-harddisk-root.

So, everything is ready to be packaged for karmic but we'll have to go
with patches as upstream is in ui freeze.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=586488

-- 
Place an Ubuntu icon/emblem on the system partition
https://bugs.launchpad.net/bugs/301035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301035] Re: Place an Ubuntu icon/emblem on the system partition

2009-09-13 Thread Marcus Carlson
Fred, as I said I wanted that name to be able to use the
g_themed_icon_new_with_default_fallbacks () function - if you would like
to change how the icon looks like you just edit the icon. Actually the
root filesystem can be a cdrom (live cd), nfs (network boot), zip disk
(if you still got one), etc etc... My proposal doesn't break any
existing themes and only themes that supplies the new icon -root,
-filesystem or what we end up calling it will see the change.

DanRabbit used the gnome-removable as base for the icon and I think its
good enough. See attached screenshot.

mac_v, I'll see if I can discuss this with nautilus devs and see what
solution they would like to see. Yes, they can make exceptions but I
don't think they sees this that important (but I did ask in the bug
upstream).

** Attachment added: "Screenshot of Computer with ubuntu logo on filesystem"
   http://launchpadlibrarian.net/31741977/fs-ubuntu.png

-- 
Place an Ubuntu icon/emblem on the system partition
https://bugs.launchpad.net/bugs/301035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301552] Re: in trash: show delete-date

2009-09-13 Thread Marcus Carlson
I've made some progress. At least the date shows up the in the column.
Next I'll have to figure out how to only show this column when in
trash:///

** Attachment added: "WIP"
   http://launchpadlibrarian.net/31759573/trash-deleted.png

-- 
in trash: show delete-date 
https://bugs.launchpad.net/bugs/301552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301552] Re: in trash: show delete-date

2009-09-14 Thread Marcus Carlson
Sancho Panza, patch added to upstream bugreport - feel free to try it
out :)

-- 
in trash: show delete-date 
https://bugs.launchpad.net/bugs/301552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301552] Re: in trash: show delete-date

2009-09-15 Thread Marcus Carlson
Sancho, np ;-) but if you wanna try it out anyway here's a quick guide
to let you patch nautilus manually (actually, most of this can be used
for other packages as well).

Create a directory to put your packages in, such as ~/mypackages/
# mkdir mypackages && cd mypackages

Get the source for nautilus
# apt-get source nautilus

Make sure we have all the stuff needed for building it
# apt-get build-dep nautilus

cd in to the nautilus-XXX path, were XXX is current version
# cd nautilus-XXX

copy the patch from upstream report into the debian/patches
# cp /path/to/patch/nautilus_trash_columns_arrange.patch 
debian/patches/10_nautilus_trash_columns_arrange.patch

I gave it the prefix 10 - but I cannot say what number (actually the
order when the patch will be applied) will work. Trial and error here.

Some packages has a series file which define the order the patches will be 
applied. Nautilus is such a package. Edit the file and put the name of the file 
in the list at some place.
# nano debian/patches/series

Now lets build the package (this will take some time, go grab some
coffee and hold tight to your lucky amulet)

# dpkg-buildpackage -rfakeroot -b -tc

If the build succeeded we will have a bunch of .deb files in the
~/mypackages folder so let's go there and install them

# cd ..
# sudo dpkg -i *.deb

Log out and log in and you'll have the new nautilus.

IF something for some reason didn't work well with the new version it's
easy to remove it and install the Ubuntu version.

# sudo apt-get update && sudo apt-get upgrade

This will replace your version with the real one, so either be careful
about your next upgrade if you'd like to keep your modified one.

(This comment, or article, will most likely contain errors so keep your
head sharp ;-))

-- 
in trash: show delete-date 
https://bugs.launchpad.net/bugs/301552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >