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 484403 - gnome-obex-server icon only comes in one size (and installs in pixmaps)
gnome-obex-server icon only comes in one size (and installs in pixmaps)
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-07 13:52 UTC by Andreas Nilsson
Modified: 2008-02-23 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new icon (15.83 KB, application/x-gzip)
2007-10-07 13:53 UTC, Andreas Nilsson
Details
icon preview (8.09 KB, image/png)
2007-10-07 13:57 UTC, Andreas Nilsson
Details

Description Andreas Nilsson 2007-10-07 13:52:42 UTC
Please describe the problem:
gnome-obex-server only install one size of the icon and only into the pixmaps folder instead of icons/hicolor as mizmo pointed out in her fedora 8 icon review. [1]

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Andreas Nilsson 2007-10-07 13:53:15 UTC
Created attachment 96819 [details]
new icon
Comment 2 Andreas Nilsson 2007-10-07 13:57:15 UTC
Created attachment 96820 [details]
icon preview
Comment 3 Andreas Nilsson 2007-10-07 14:02:22 UTC
Although I've always wondered why I have to run this application by hand every time I want to get some pictures or whatever from my cell phone, n800 or some other bluetooth device.
Can this perhaps be turned into a preference in the bluetooth capplet or something? Just a checkbox that says "Make visible" or something.
Comment 4 Bastien Nocera 2007-10-07 14:04:46 UTC
That's exactly the plan. I'll commit this though, and we can reuse the icons for when there's a transfer in the applet.
Comment 5 Bastien Nocera 2007-10-08 11:08:49 UTC
I just realised that we're missing the frames for the animation when receiving new devices though.
Comment 6 Bastien Nocera 2008-02-23 01:05:12 UTC
Never mind :)

2008-02-23  Bastien Nocera  <hadess@hadess.net>

        * Makefile.am:
        * configure.in:
        * desktop_gnome_file_sharing.schemas.in:
        * file-share-properties.c (update_ui),
        (file_sharing_bluetooth_obexpush_enabled_changed),
        (file_sharing_bluetooth_obexpush_accept_files_changed),
        (file_sharing_bluetooth_obexpush_notify_changed), (launch_share),
        (enable_obexpush_check_toggled), (accept_obexpush_combo_changed),
        (notify_received_obexpush_check_toggled), (main):
        * file-share-properties.glade:
        * marshal.list:
        * obexpush.c (show_icon), (device_is_authorised),
        (transfer_started_cb), (transfer_completed_cb), (cancelled_cb),
        (error_occurred_cb), (session_created_cb), (obexpush_up),
        (obexpush_stop), (obexpush_down), (obexpush_restart),
        (obexpush_init), (obexpush_set_accept_files_policy),
        (obexpush_set_notify):
        * obexpush.h:
        * user_share-private.c (password_string_from_setting),
        (password_setting_from_string), (accept_string_from_setting),
        (accept_setting_from_string):
        * user_share-private.h:
        * user_share.c (disabled_timeout_callback),
        (file_sharing_bluetooth_allow_write_changed),
        (file_sharing_bluetooth_require_pairing_changed),
        (file_sharing_bluetooth_enabled_changed),
        (file_sharing_bluetooth_obexpush_enabled_changed),
        (file_sharing_bluetooth_obexpush_accept_files_changed),
        (file_sharing_bluetooth_obexpush_notify_changed), (main):

        Add an ObexPush server, notifications when transfers have finished,
        or on errors and "Ask" accept methods aren't implemented yet

        Fix the ObexFTP being starting when changing one of its settings, and
        the service isn't actually enabled (only possible via GConf, when
        gnome-user-share is running for another service)

        * obexftp.c (obexftp_up), (obexftp_stop): Better error messages, now
        that we have ObexPush support

        * icons/*: Add new icons from Andreas Nilsson <nisses.mail@home.se>
        (Closes: #484403)