After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653846 - Activities view cut windows in small screens.
Activities view cut windows in small screens.
Status: RESOLVED DUPLICATE of bug 651082
Product: gnome-shell
Classification: Core
Component: general
3.0.x
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-02 05:36 UTC by Tomas Sironi
Modified: 2011-08-22 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Window is not entirely shown. (439.91 KB, image/png)
2011-07-02 05:36 UTC, Tomas Sironi
Details

Description Tomas Sironi 2011-07-02 05:36:04 UTC
Created attachment 191137 [details]
Window is not entirely shown.

If you are using gnome3 in a netbook (1024x600 screen resolution), the activities view, will cut part of the windows that should be entirely shown.

See screenshot.
Comment 1 Florian Müllner 2011-07-02 09:35:59 UTC
This is likely a duplicate of bug 651082 - can you if the patch attached there fixes the issue?
Comment 2 Tomas Sironi 2011-07-02 16:54:52 UTC
Kinda the same bug, but i don't think it's a duplicate. While bug 651082 reports problems displaying the applications page, mine shows a bug in the windows page. So, i don't think the patch would solve this.

BTW i don't know where to paste the patch inside the original file.

PS: Bug 651082 is present in my small-screen netbook as well.
Comment 3 Tomas Sironi 2011-07-02 16:58:19 UTC
I just noticed that if i add more than 6 applications to the favorites bar, the apps in the bottom are not shown. Should i file another bug report for this?
Comment 4 Florian Müllner 2011-07-02 17:00:54 UTC
(In reply to comment #2)
> Kinda the same bug, but i don't think it's a duplicate. While bug 651082
> reports problems displaying the applications page, mine shows a bug in the
> windows page. So, i don't think the patch would solve this.

I think it is the same bug - all of windows, applications and search page share the same parent container, so if the latter ends up too large because the category list in the application page pushes the bottom border down, the windows and search pages are equally affected.

So trying out the patch would be valuable.


> BTW i don't know where to paste the patch inside the original file.

Are you using distro packages or did you build from source?
Comment 5 Tomas Sironi 2011-07-02 17:03:39 UTC
I'm using distro packages (Arch Linux actually). Anyway the file is in /usr/share/gnome-shell/js/ui/appDisplay.js but i don't know in which part of the file i should paste the patch.
Comment 6 Florian Müllner 2011-07-02 17:05:01 UTC
(In reply to comment #3)
> I just noticed that if i add more than 6 applications to the favorites bar, the
> apps in the bottom are not shown. Should i file another bug report for this?

No, same issue - the apps are not hidden, but off-screen.

Maybe an easier test would be to use alacarte (the Gnome menu editor) to hide categories, until all categories fit into the application page. If the problem goes away, then it's a dupe.
Comment 7 Tomas Sironi 2011-07-02 17:09:30 UTC
(In reply to comment #6)
> (In reply to comment #3)
> > I just noticed that if i add more than 6 applications to the favorites bar, the
> > apps in the bottom are not shown. Should i file another bug report for this?
> 
> No, same issue - the apps are not hidden, but off-screen.
> 
> Maybe an easier test would be to use alacarte (the Gnome menu editor) to hide
> categories, until all categories fit into the application page. If the problem
> goes away, then it's a dupe.

So, you're saying that the overall contender expands until matching the size of the categories list?
Comment 8 Florian Müllner 2011-07-02 17:33:29 UTC
(In reply to comment #7)
> So, you're saying that the overall contender expands until matching the size of
> the categories list?

Yes. It should be set to a fixed size depending on the screen size, but that fails if the content is larger than the calculated size.
Comment 9 Tomas Sironi 2011-07-03 18:22:57 UTC
(In reply to comment #6)
> (In reply to comment #3)
> > I just noticed that if i add more than 6 applications to the favorites bar, the
> > apps in the bottom are not shown. Should i file another bug report for this?
> 
> No, same issue - the apps are not hidden, but off-screen.
> 
> Maybe an easier test would be to use alacarte (the Gnome menu editor) to hide
> categories, until all categories fit into the application page. If the problem
> goes away, then it's a dupe.

Ok. Then it does is a duplicate. I've tried alacarte, but its settings don't seem to affect the categories.

One more thing. How can i apply the patch of bug 651082? Is there a command that facilitates that?
Comment 10 Florian Müllner 2011-07-04 15:29:19 UTC
(In reply to comment #9)
> One more thing. How can i apply the patch of bug 651082? Is there a command
> that facilitates that?

Yes, we have some instructions on the wiki[0]. Note that this information is targets developers, so it assumes a working copy of the source code (i.e. not the files installed by the distribution's package manager).

It should be possible to apply the patches to the installed files anyway using patch[1], but I wouldn't recommend that unless you know exactly what you are doing (for instance the shell might end up not starting anymore if something goes wrong).

[0] https://live.gnome.org/GnomeShell/Development/WorkingWithPatches
[1] http://linux.die.net/man/1/patch
Comment 11 Rui Matos 2011-08-22 20:07:14 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 651082 ***